Guia de Implementação da RNDS
1.0.0 - CI Build 076

Guia de Implementação da RNDS - Local Development build (v1.0.0). See the Directory of published versions

: Exemplo de Paciente da RNDS - TTL Representation

Página de status do padrão: Informative

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:Patient;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "dfc68402-7e80-4365-97df-52c4c870a159"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://rnds-fhir.saude.gov.br/StructureDefinition/BRIndividuo-1.0";
       fhir:index 0;
       fhir:link <https://rnds-fhir.saude.gov.br/StructureDefinition/BRIndividuo-1.0>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>GABRIELA INACIO ALVES(OFFICIAL)</b> female, DoB: 1976-09-15 ( Tax ID number: 12345678900(use: OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">081 SQN  BLOCO M 604 APARTAMENTO ASA NORTE 315780 53 70752130 (HOME)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extensão para representar um país.\"><a href=\"StructureDefinition-BRPais-1.0.html\">País:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {https://rnds-fhir.saude.gov.br/CodeSystem/BRPais 10}\">BRASIL</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extensão para para representar dados relacionados à raça/cor e etnia de um indivíduo.\">Raça/Cor e Etnina:</td><td colspan=\"3\"><ul><li>race: <span title=\"Codes: {https://rnds-fhir.saude.gov.br/CodeSystem/BRRacaCor-1.0 01}\">01</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Resource para representar parentescos de indivíduo.\">Parentes do Indivíduo:</td><td colspan=\"3\"><ul><li>relationship: MTH</li><li>parent: MARILIA FARES DA ROCHA ALVES(OFFICIAL)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Resource para representar parentescos de indivíduo.\">Parentes do Indivíduo:</td><td colspan=\"3\"><ul><li>relationship: FTH</li><li>parent: JURACY ALVES(OFFICIAL)</li></ul></td></tr></table></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "relationship" ];
       fhir:Extension.valueCode [ fhir:value "MTH" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "parent" ];
       fhir:Extension.valueHumanName [
         fhir:HumanName.use [ fhir:value "official" ];
         fhir:HumanName.text [ fhir:value "MARILIA FARES DA ROCHA ALVES" ]       ]     ];
     fhir:Extension.url [ fhir:value "https://rnds-fhir.saude.gov.br/StructureDefinition/BRParentesIndividuo-1.0" ]
  ], [
     fhir:index 1;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "relationship" ];
       fhir:Extension.valueCode [ fhir:value "FTH" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "parent" ];
       fhir:Extension.valueHumanName [
         fhir:HumanName.use [ fhir:value "official" ];
         fhir:HumanName.text [ fhir:value "JURACY ALVES" ]       ]     ];
     fhir:Extension.url [ fhir:value "https://rnds-fhir.saude.gov.br/StructureDefinition/BRParentesIndividuo-1.0" ]
  ], [
     fhir:index 2;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "race" ];
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "https://rnds-fhir.saude.gov.br/CodeSystem/BRRacaCor-1.0" ];
           fhir:Coding.code [ fhir:value "01" ]         ]       ]     ];
     fhir:Extension.url [ fhir:value "https://rnds-fhir.saude.gov.br/StructureDefinition/BRRacaCorEtnia-1.0" ]
  ], [
     fhir:index 3;
     fhir:Extension.url [ fhir:value "https://rnds-fhir.saude.gov.br/StructureDefinition/BRPais-1.0" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://rnds-fhir.saude.gov.br/CodeSystem/BRPais" ];
         fhir:Coding.code [ fhir:value "10" ]       ]     ]
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "TAX" ]       ]     ];
     fhir:Identifier.system [ fhir:value "https://rnds-fhir.saude.gov.br/NamingSystem/cpf" ];
     fhir:Identifier.value [ fhir:value "12345678900" ]
  ];
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.use [ fhir:value "official" ];
     fhir:HumanName.text [ fhir:value "GABRIELA INACIO ALVES" ]
  ];
  fhir:Patient.gender [ fhir:value "female"];
  fhir:Patient.birthDate [ fhir:value "1976-09-15"^^xsd:date];
  fhir:Patient.deceasedBoolean [ fhir:value "false"^^xsd:boolean];
  fhir:Patient.address [
     fhir:index 0;
     fhir:Address.use [ fhir:value "home" ];
     fhir:Address.type [ fhir:value "physical" ];
     fhir:Address.line [
       fhir:value "081";
       fhir:index 0     ], [
       fhir:value "SQN  BLOCO M";
       fhir:index 1     ], [
       fhir:value "604";
       fhir:index 2     ], [
       fhir:value "APARTAMENTO";
       fhir:index 3     ], [
       fhir:value "ASA NORTE";
       fhir:index 4     ];
     fhir:Address.city [ fhir:value "315780" ];
     fhir:Address.state [ fhir:value "53" ];
     fhir:Address.postalCode [ fhir:value "70752130" ]
  ].

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

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