Interoperabilidad de Historia Clínica - Colombia
0.4.2 - ci-build Colombia flag

Interoperabilidad de Historia Clínica - Colombia - Local Development build (v0.4.2). See the Directory of published versions

: PacienteColombiano - 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: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 <https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/PacienteCo>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Miguel Angel López </b> male, DoB: 1974-12-25 ( Cédula ciudadanía: 12345)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">Medellín 152 </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extensión utilizada para representar Nacionalidad.\"><a href=\"StructureDefinition-co-patient-nacionalidad.html\">null:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {https://www.minsalud.gov.co/ihc/fhir/CodeSystem/PaisesCS 170}\">Colombia</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The gender the patient identifies with. The Patient's gender identity is used as guidance (e.g. for staff) about how to interact with the patient.\"><a href=\"http://hl7.org/fhir/R4/extension-patient-genderidentity.html\">genderIdentity:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {https://www.minsalud.gov.co/ihc/fhir/CodeSystem/IdentidadGeneroCS 03}\">Transgénero</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Value(s) identifying physical or mental condition(s) that limits a person's movements, senses, or activities.\"><a href=\"http://hl7.org/fhir/R4/extension-patient-disability.html\">disability:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {https://www.minsalud.gov.co/ihc/fhir/CodeSystem/DiscapacidadCS 01}\">Discapacidad física</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension utilizada entro del Patient para representar Etnia de una persona.\"><a href=\"StructureDefinition-co-patient-etnia.html\">null:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: {https://www.minsalud.gov.co/ihc/fhir/CodeSystem/EtniaCS 01}\">Indigena</span></li></ul></td></tr></table></div>"
  ] ; # 
  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" ]
  ] ) . #