FHIR Core Implementation Guide (CO)
0.1.0 - STU1 Colombia flag

FHIR Core Implementation Guide (CO) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient: Colombian patient - 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 "92a8e277-af20-4854-a3fb-02cbe9fb8d49"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://co.fhir.guide/core/StructureDefinition/PatientCO"^^xsd:anyURI ;
fhir:link <http://co.fhir.guide/core/StructureDefinition/PatientCO>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 92a8e277-af20-4854-a3fb-02cbe9fb8d49</b></p><a name=\"92a8e277-af20-4854-a3fb-02cbe9fb8d49\"> </a><a name=\"hc92a8e277-af20-4854-a3fb-02cbe9fb8d49\"> </a><a name=\"92a8e277-af20-4854-a3fb-02cbe9fb8d49-es-CO\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mónica Mora Female, DoB: 1995-04-05 ( Medical record number: HC-324283476 (use: usual, ))</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>false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Casado(a)</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Person number/324283476 (use: official, period: 2013-04-05 --&gt; (ongoing))</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Mónica María Mora Jaramillo (Official)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+57(604)111-1111\">+57(604)111-1111</a></li><li><a href=\"mailto:monica.mora@example.com\">monica.mora@example.com</a></li><li>Cl. 6 Sur #15 43a, El Poblado(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension used in the Patient resource, to record the ethnic group of the person.\"><a href=\"StructureDefinition-ExtensionPatientEthnicity.html\">Extension: PatientEthnicity</a></td><td colspan=\"3\">ColombianEthnicGroup 05: Negro(a)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension used in the Patient resource to register the nationality of the person.\"><a href=\"StructureDefinition-ExtensionPatientNationality.html\">Extension: Nationality</a></td><td colspan=\"3\">ISO31661 170: Colombia</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension used in the Patient resource, to record the disability classification of the person.\"><a href=\"StructureDefinition-ExtensionPatientDisability.html\">Extension: Disability</a></td><td colspan=\"3\">ColombianDisabilityClassification 08: Sin discapacidad</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension used in the Patient resource, to record the gender identity of the person.\"><a href=\"StructureDefinition-ExtensionPatientGenderIdentity.html\">Extension: GenderIdentity</a></td><td colspan=\"3\">ColombianGenderIdentity 02: Femenino</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension used in the Patient resource, to record the population group of the person.\"><a href=\"StructureDefinition-ExtensionPatientPopulationGroup.html\">Extension: PatientPopulationGroup</a></td><td colspan=\"3\">ColombianPopulationGroup 5: POBLACIÓN CON SISBEN</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionPatientNationality"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/ISO31661"^^xsd:anyURI ] ;
fhir:code [ fhir:v "170" ] ;
fhir:display [ fhir:v "Colombia" ]     ]
  ] [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionPatientEthnicity"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/ColombianEthnicGroup"^^xsd:anyURI ] ;
fhir:code [ fhir:v "05" ] ;
fhir:display [ fhir:v "Negro(a)" ]     ]
  ] [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionPatientPopulationGroup"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/ColombianPopulationGroup"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "POBLACIÓN CON SISBEN" ]     ]
  ] [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionPatientDisability"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/ColombianDisabilityClassification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "08" ] ;
fhir:display [ fhir:v "Sin discapacidad" ]     ]
  ] [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionPatientGenderIdentity"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/ColombianGenderIdentity"^^xsd:anyURI ] ;
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "Femenino" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:id [ fhir:v "NationalPersonIdentifier-0" ] ;
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 "PN" ] ;
fhir:display [ fhir:v "Person number" ]       ] [
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/ColombianPersonIdentifier"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CC" ] ;
fhir:display [ fhir:v "Cédula ciudadanía" ]       ] )     ] ;
fhir:system [ fhir:v "http://co.fhir.guide/NamingSystem/RNEC"^^xsd:anyURI ] ;
fhir:value [ fhir:v "324283476" ] ;
fhir:period [
fhir:start [ fhir:v "2013-04-05"^^xsd:date ]     ]
  ] [
fhir:id [ fhir:v "PatientMedicalRecordNumber-0" ] ;
fhir:use [ fhir:v "usual" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical record number" ]       ] )     ] ;
fhir:value [ fhir:v "HC-324283476" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/3565ccc1-95b4-47ef-8cc9-5652dba007e6" ] ;
fhir:display [ fhir:v "Hospital General Central" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [
fhir:v "Mora Jaramillo" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionFathersFamilyName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Mora" ]       ] [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionMothersFamilyName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Jaramillo" ]       ] )     ] ;
    ( fhir:given [ fhir:v "Mónica" ] [ fhir:v "María" ] )
  ] [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "Mónica Mora" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:id [ fhir:v "TelecomPhone-0" ] ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+57(604)111-1111" ]
  ] [
fhir:id [ fhir:v "TelecomEmail-0" ] ;
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "monica.mora@example.com" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1995-04-05"^^xsd:date] ; # 
  fhir:deceased [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:address ( [
fhir:id [ fhir:v "HomeAddress-0" ] ;
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "Cl. 6 Sur #15 43a, El Poblado" ] ;
fhir:city [
fhir:v "Medellín" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaMunicipality"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA"^^xsd:anyURI ] ;
fhir:code [ fhir:v "05001" ]         ]       ] )     ] ;
fhir:district [ fhir:v "comuna 14" ] ;
fhir:state [
fhir:v "Antioqia" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionDivipolaDepartment"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.fhir.guide/co/CodeSystem/DIVIPOLA"^^xsd:anyURI ] ;
fhir:code [ fhir:v "05" ]         ]       ] )     ] ;
fhir:postalCode [ fhir:v "050022" ] ;
fhir:country [ fhir:v "CO" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Married" ]     ] ) ;
fhir:text [ fhir:v "Casado(a)" ]
  ] . #