@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PacienteColombiano"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2021-10-13T22:23:44.162Z"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/PacienteCo"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Miguel Angel López male, DoB: 1974-12-25 ( Cédula ciudadanía: 12345)


Contact Detail:Medellín 152
null:
  • Colombia
genderIdentity:
  • Transgénero
disability:
  • Discapacidad física
null:
  • Indigena
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/IdentidadGeneroCS"^^xsd:anyURI ] ; fhir:code [ fhir:v "03" ] ; fhir:display [ fhir:v "Transgénero" ] ] ) ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-disability"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/DiscapacidadCS"^^xsd:anyURI ] ; fhir:code [ fhir:v "01" ] ; fhir:display [ fhir:v "Discapacidad física" ] ] ) ] ] [ fhir:url [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/co-patient-etnia"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/EtniaCS"^^xsd:anyURI ] ; fhir:code [ fhir:v "01" ] ; fhir:display [ fhir:v "Indigena" ] ] ) ] ] [ fhir:url [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/co-patient-nacionalidad"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/PaisesCS"^^xsd:anyURI ] ; fhir:code [ fhir:v "170" ] ; fhir:display [ fhir:v "Colombia" ] ] ) ] ] ) ; # fhir:identifier ( [ fhir:type [ fhir:extension ( [ fhir:url [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/co-pais"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/PaisesCS"^^xsd:anyURI ] ; fhir:code [ fhir:v "170" ] ] ) ] ] ) ; fhir:coding ( [ fhir:system [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/IdspersonaColombia"^^xsd:anyURI ] ; fhir:code [ fhir:v "CC" ] ; fhir:display [ fhir:v "Cédula ciudadanía" ] ] ) ] ; fhir:system [ fhir:v "http://minsalud.gov.co/ihc/ide/170/CC"^^xsd:anyURI ] ; fhir:value [ fhir:v "12345" ] ; fhir:assigner [ fhir:display [ fhir:v "Registraduria Nacional" ] ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "López" ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family"^^xsd:anyURI ] ; fhir:value [ fhir:v "Ortíz" ] ] ) ] ; fhir:given ( [ fhir:v "Miguel" ] [ fhir:v "Angel" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1974-12-25"^^xsd:date ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthTime"^^xsd:anyURI ] ; fhir:value [ fhir:v "1974-12-25T14:35:45-05:00"^^xsd:dateTime ] ] ) ] ; # fhir:address ( [ fhir:extension ( [ fhir:url [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/co-address-zonaResidencia"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/ZonaResidenciaCS"^^xsd:anyURI ] ; fhir:code [ fhir:v "02" ] ; fhir:display [ fhir:v "Rural" ] ] ) ] ] ) ; fhir:city [ fhir:v "Medellín" ] ; fhir:country [ fhir:v "152" ] ] ) . # # -------------------------------------------------------------------------------------