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 "BRLocalAfericao"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2020-03-11T15:15:18.190-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/BRLocalAfericao 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\">1<a name=\"BRLocalAfericao-1\"> </a></td><td>Braço direito</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"BRLocalAfericao-2\"> </a></td><td>Braço esquerdo</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"BRLocalAfericao-3\"> </a></td><td>Coxa direita</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"BRLocalAfericao-4\"> </a></td><td>Coxa esquerda</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"BRLocalAfericao-5\"> </a></td><td>Pulso direito</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"BRLocalAfericao-6\"> </a></td><td>Pulso esquerdo</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"BRLocalAfericao-7\"> </a></td><td>Tornozelo direito</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"BRLocalAfericao-8\"> </a></td><td>Tornozelo esquerdo</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"BRLocalAfericao-9\"> </a></td><td>Dedo da mão</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"BRLocalAfericao-10\"> </a></td><td>Dedo do pé</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://www.saude.gov.br/fhir/r4/CodeSystem/BRLocalAfericao"];
fhir:CodeSystem.version [ fhir:value "0.1.0"];
fhir:CodeSystem.name [ fhir:value "Local de Aferição"];
fhir:CodeSystem.title [ fhir:value "Local de aferição"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2020-03-11T18:15:38.6898126+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 "Identifica a parte do corpo utilizada para realizar uma mensuração ou aferição."];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "10"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "1" ];
fhir:CodeSystem.concept.display [ fhir:value "Braço direito" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "2" ];
fhir:CodeSystem.concept.display [ fhir:value "Braço esquerdo" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "3" ];
fhir:CodeSystem.concept.display [ fhir:value "Coxa direita" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "4" ];
fhir:CodeSystem.concept.display [ fhir:value "Coxa esquerda" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "5" ];
fhir:CodeSystem.concept.display [ fhir:value "Pulso direito" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "6" ];
fhir:CodeSystem.concept.display [ fhir:value "Pulso esquerdo" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "7" ];
fhir:CodeSystem.concept.display [ fhir:value "Tornozelo direito" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "8" ];
fhir:CodeSystem.concept.display [ fhir:value "Tornozelo esquerdo" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "9" ];
fhir:CodeSystem.concept.display [ fhir:value "Dedo da mão" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "10" ];
fhir:CodeSystem.concept.display [ fhir:value "Dedo do pé" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.