RNDS (Guia de Implementação)
0.1.0 - ci-build
RNDS (Guia de Implementação) - Local Development build (v0.1.0). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:Resource.id [ fhir:value "BRTipoObservacao"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2020-03-11T15:25:29.666-03:00"^^xsd:dateTime ]
];
fhir:Resource.language [ fhir:value "pt-BR"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><p>This code system http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoObservacao defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">DSIA<a name=\"BRTipoObservacao-DSIA\"> </a></td><td>Declaração Subjetiva do Indivíudo para o Atendimento</td></tr><tr><td style=\"white-space:nowrap\">RECIDI<a name=\"BRTipoObservacao-RECIDI\"> </a></td><td>Resumo da evolução clínica do indivíduo durante a internação</td></tr><tr><td style=\"white-space:nowrap\">DF<a name=\"BRTipoObservacao-DF\"> </a></td><td>Dados do desfecho</td></tr><tr><td style=\"white-space:nowrap\">IAC<a name=\"BRTipoObservacao-IAC\"> </a></td><td>Informações Adicionais/Complementares</td></tr><tr><td style=\"white-space:nowrap\">P<a name=\"BRTipoObservacao-P\"> </a></td><td>Peso</td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"BRTipoObservacao-A\"> </a></td><td>Altura</td></tr><tr><td style=\"white-space:nowrap\">PC<a name=\"BRTipoObservacao-PC\"> </a></td><td>Perímetro Cefálico</td></tr><tr><td style=\"white-space:nowrap\">CA<a name=\"BRTipoObservacao-CA\"> </a></td><td>Circunferência Abdominal</td></tr><tr><td style=\"white-space:nowrap\">PA<a name=\"BRTipoObservacao-PA\"> </a></td><td>Pressão Arterial</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoObservacao"];
fhir:CodeSystem.version [ fhir:value "0.1.0"];
fhir:CodeSystem.name [ fhir:value "Tipo de Observação"];
fhir:CodeSystem.title [ fhir:value "Tipo de observação"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2020-03-11T18:25:50.173869+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "Rede Nacional de Dados em Saúde"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Rede Nacional de Dados em Saúde" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://github.com/kyriosdata" ] ], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "rnds@saude.gov.br" ] ]
];
fhir:CodeSystem.description [ fhir:value "Tipo de Observação."];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "9"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "DSIA" ];
fhir:CodeSystem.concept.display [ fhir:value "Declaração Subjetiva do Indivíudo para o Atendimento" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "RECIDI" ];
fhir:CodeSystem.concept.display [ fhir:value "Resumo da evolução clínica do indivíduo durante a internação" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "DF" ];
fhir:CodeSystem.concept.display [ fhir:value "Dados do desfecho" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "IAC" ];
fhir:CodeSystem.concept.display [ fhir:value "Informações Adicionais/Complementares" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "P" ];
fhir:CodeSystem.concept.display [ fhir:value "Peso" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "A" ];
fhir:CodeSystem.concept.display [ fhir:value "Altura" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "PC" ];
fhir:CodeSystem.concept.display [ fhir:value "Perímetro Cefálico" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "CA" ];
fhir:CodeSystem.concept.display [ fhir:value "Circunferência Abdominal" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "PA" ];
fhir:CodeSystem.concept.display [ fhir:value "Pressão Arterial" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.