@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "611c2e81-2ccb-42d8-9ddc-2d0bfa65c1b4"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ecoinfo.ipes.tech/fhir/StructureDefinition/PatientBRIPES"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Narrativa gerada: Patient 611c2e81-2ccb-42d8-9ddc-2d0bfa65c1b4

Perfil: Paciente

James Bond Male, DoB: 1985-01-01 ( Health Card Number (use: official, ))


Ativo:true
Other Ids:
  • urn:oid:1.3.6.1.4.1.54413.3/73c42a8f-af76-41e0-9d7c-c8c160b65eb3
  • CPF/12345678910
  • Health Card Number/223456789101113 (utilização: secondary, )
  • Health Card Number/323456789101114 (utilização: secondary, )
Language:pt-br
BR Country Extension010
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://fhir.ecoinfo.ipes.tech/fhir/StructureDefinition/BRPais"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem/BRPais"^^xsd:anyURI ] ; fhir:code [ fhir:v "010" ] ] ) ] ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.54413.3"^^xsd:anyURI ] ; fhir:value [ fhir:v "73c42a8f-af76-41e0-9d7c-c8c160b65eb3" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "TAX" ] ] ) ; fhir:text [ fhir:v "CPF" ] ] ; fhir:system [ fhir:v "urn:oid:2.1.6.840.1.113883.13.237"^^xsd:anyURI ] ; fhir:value [ fhir:v "12345678910" ] ] [ fhir:use [ fhir:v "official" ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "HC" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.1.6.840.1.113883.13.236"^^xsd:anyURI ] ; fhir:value [ fhir:v "123456789101112" ] ] [ fhir:use [ fhir:v "secondary" ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "HC" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.1.6.840.1.113883.13.236"^^xsd:anyURI ] ; fhir:value [ fhir:v "223456789101113" ] ] [ fhir:use [ fhir:v "secondary" ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "HC" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.1.6.840.1.113883.13.236"^^xsd:anyURI ] ; fhir:value [ fhir:v "323456789101114" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:name ( [ fhir:family [ fhir:v "Bond" ] ; fhir:given ( [ fhir:v "James" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1985-01-01"^^xsd:date] ; # fhir:communication ( [ fhir:language [ fhir:coding ( [ fhir:code [ fhir:v "pt-br" ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------