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 "BRProcedencia"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2020-04-17T11:46:11.153-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/BRProcedencia 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\">09<a name=\"BRProcedencia-09\"> </a></td><td>Demanda espontânea</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"BRProcedencia-10\"> </a></td><td>Ordem Judicial</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"BRProcedencia-11\"> </a></td><td>Retorno</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"BRProcedencia-12\"> </a></td><td>Demanda referenciada</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"BRProcedencia-99\"> </a></td><td>Informação ausente no modelo de origem</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://www.saude.gov.br/fhir/r4/CodeSystem/BRProcedencia"];
fhir:CodeSystem.version [ fhir:value "0.1.0"];
fhir:CodeSystem.name [ fhir:value "BRProcedencia"];
fhir:CodeSystem.title [ fhir:value "Procedência"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2020-04-17T14:46:08.158574+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 o serviço que encaminhou o indivíduo ou a sua iniciativa/de seu responsável na busca pelo acesso ao serviço de saúde."];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "09" ];
fhir:CodeSystem.concept.display [ fhir:value "Demanda espontânea" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "10" ];
fhir:CodeSystem.concept.display [ fhir:value "Ordem Judicial" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "11" ];
fhir:CodeSystem.concept.display [ fhir:value "Retorno" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "12" ];
fhir:CodeSystem.concept.display [ fhir:value "Demanda referenciada" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "99" ];
fhir:CodeSystem.concept.display [ fhir:value "Informação ausente no modelo de origem" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.