REDS GO 1.0.0 - draft
REDS GO - Downloaded Version 1.0.0 See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "BRCondicaoMaternal"] ; # fhir:language [ fhir:v "pt-BR"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xml:lang=\"pt-BR\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"pt-BR\"><p class=\"res-header-id\"><b>Narrativa gerada: CodeSystem BRCondicaoMaternal</b></p><a name=\"BRCondicaoMaternal\"> </a><a name=\"hcBRCondicaoMaternal\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Língua: pt-BR</p></div><p>Este case-sensitive sistema de código <code>http://www.saude.gov.br/fhir/r4/CodeSystem/BRCondicaoMaternal</code> define o seguinte códigos:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Código</b></td><td><b>Ecrã</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"BRCondicaoMaternal-1\"> </a></td><td>Não se aplica</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"BRCondicaoMaternal-2\"> </a></td><td>Gestante</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"BRCondicaoMaternal-3\"> </a></td><td>Puérpera</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://www.saude.gov.br/fhir/r4/CodeSystem/BRCondicaoMaternal"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "BRCondicaoMaternal"] ; # fhir:title [ fhir:v "Condição Maternal"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2021-08-19T14:10:22.301430+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "SES-GO"] ; # fhir:contact ( [ fhir:name [ fhir:v "SES-GO" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://fhir.saude.go.gov.br" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "ti-ses.saude@goias.gov.br" ] ] ) ] ) ; # fhir:description [ fhir:v "Indicação da condição maternal da pessoa vacinada."] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "BR" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v true] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Não se aplica" ] ] [ fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "Gestante" ] ] [ fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "Puérpera" ] ] ) . #