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

: Justificativa para não identificação de indivíduo - TTL Representation

Raw ttl | Download


@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 "BRJustificativaIndividuoNaoIdentificado"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-03-11T15:15:05.557-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/BRJustificativaIndividuoNaoIdentificado 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\">01<a name=\"BRJustificativaIndividuoNaoIdentificado-01\"> </a></td><td>Indivíduo acidentado grave</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"BRJustificativaIndividuoNaoIdentificado-02\"> </a></td><td>Indivíduo em sofrimento mental encontrado em via pública</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"BRJustificativaIndividuoNaoIdentificado-03\"> </a></td><td>Indivíduo com problema neurológico grave ou comatoso</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"BRJustificativaIndividuoNaoIdentificado-04\"> </a></td><td>Indivíduo incapacitado por motivos sociais e/ou culturais</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"BRJustificativaIndividuoNaoIdentificado-05\"> </a></td><td>Indivíduo doador de órgãos falecido</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://www.saude.gov.br/fhir/r4/CodeSystem/BRJustificativaIndividuoNaoIdentificado"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "Justificativa da Impossibilidade de Identificação do Indivíduo"];
  fhir:CodeSystem.title [ fhir:value "Justificativa para não identificação de indivíduo"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-03-11T18:15:25.4061393+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 "Classifica as razões pelo qual não foi possível obter os dados de identificação do indivíduo em um contato assistencial. (Port. nº 84/SAS/MS/1997 e Port. nº02/SAS/SGEP/MS/2012)"];
  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 "01" ];
     fhir:CodeSystem.concept.display [ fhir:value "Indivíduo acidentado grave" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "02" ];
     fhir:CodeSystem.concept.display [ fhir:value "Indivíduo em sofrimento mental encontrado em via pública" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "03" ];
     fhir:CodeSystem.concept.display [ fhir:value "Indivíduo com problema neurológico grave ou comatoso" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "04" ];
     fhir:CodeSystem.concept.display [ fhir:value "Indivíduo incapacitado por motivos sociais e/ou culturais" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "05" ];
     fhir:CodeSystem.concept.display [ fhir:value "Indivíduo doador de órgãos falecido" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.