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

: Subgrupo Tabela SUS - 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 "BRSubgrupoTabelaSUS"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-03-26T10:16:25.364-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/BRSubgrupoTabelaSUS 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\">0202<a name=\"BRSubgrupoTabelaSUS-0202\"> </a></td><td>Diagnóstico em laboratório clínico</td></tr><tr><td style=\"white-space:nowrap\">0203<a name=\"BRSubgrupoTabelaSUS-0203\"> </a></td><td>Diagnóstico em anatomia patológica e citopatologia</td></tr><tr><td style=\"white-space:nowrap\">0204<a name=\"BRSubgrupoTabelaSUS-0204\"> </a></td><td>Diagnóstico em radiologia</td></tr><tr><td style=\"white-space:nowrap\">0205<a name=\"BRSubgrupoTabelaSUS-0205\"> </a></td><td>Diagnóstico em ultrassonografia</td></tr><tr><td style=\"white-space:nowrap\">0206<a name=\"BRSubgrupoTabelaSUS-0206\"> </a></td><td>Diagnóstico em tomografia</td></tr><tr><td style=\"white-space:nowrap\">0207<a name=\"BRSubgrupoTabelaSUS-0207\"> </a></td><td>Diagnóstico em ressonância magnética</td></tr><tr><td style=\"white-space:nowrap\">0208<a name=\"BRSubgrupoTabelaSUS-0208\"> </a></td><td>Diagnóstico em medicina nuclear in vitro</td></tr><tr><td style=\"white-space:nowrap\">0209<a name=\"BRSubgrupoTabelaSUS-0209\"> </a></td><td>Diagnóstico em endoscopia</td></tr><tr><td style=\"white-space:nowrap\">0210<a name=\"BRSubgrupoTabelaSUS-0210\"> </a></td><td>Diagnóstico em radiologia intervencionista</td></tr><tr><td style=\"white-space:nowrap\">0211<a name=\"BRSubgrupoTabelaSUS-0211\"> </a></td><td>Métodos diagnósticos em especialidades</td></tr><tr><td style=\"white-space:nowrap\">0212<a name=\"BRSubgrupoTabelaSUS-0212\"> </a></td><td>Diagnóstico e procedimentos especiais em hemoterapia</td></tr><tr><td style=\"white-space:nowrap\">0213<a name=\"BRSubgrupoTabelaSUS-0213\"> </a></td><td>Diagnóstico em vigilância epidemiológica e ambiental</td></tr><tr><td style=\"white-space:nowrap\">0214<a name=\"BRSubgrupoTabelaSUS-0214\"> </a></td><td>Diagnóstico por teste rápido</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://www.saude.gov.br/fhir/r4/CodeSystem/BRSubgrupoTabelaSUS"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "Subgrupo da Tabela SUS"];
  fhir:CodeSystem.title [ fhir:value "Subgrupo Tabela SUS"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-03-26T13:16:24.2409223+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 "O subgrupo é o segundo nível da hierarquia da Tabela SUS e seus códigos ajudam a classificar e localizar procedimentos."];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "13"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "0202" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnóstico em laboratório clínico" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "0203" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnóstico em anatomia patológica e citopatologia" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "0204" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnóstico em radiologia" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "0205" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnóstico em ultrassonografia" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "0206" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnóstico em tomografia" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "0207" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnóstico em ressonância magnética" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "0208" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnóstico em medicina nuclear in vitro" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "0209" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnóstico em endoscopia" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "0210" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnóstico em radiologia intervencionista" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "0211" ];
     fhir:CodeSystem.concept.display [ fhir:value "Métodos diagnósticos em especialidades" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "0212" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnóstico e procedimentos especiais em hemoterapia" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "0213" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnóstico em vigilância epidemiológica e ambiental" ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "0214" ];
     fhir:CodeSystem.concept.display [ fhir:value "Diagnóstico por teste rápido" ]
  ].

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

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