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
@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 "d393440c-e974-4613-b962-a242cf308bff"] ; #
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 d393440c-e974-4613-b962-a242cf308bff</b></p><a name=\"d393440c-e974-4613-b962-a242cf308bff\"> </a><a name=\"hcd393440c-e974-4613-b962-a242cf308bff\"> </a><a name=\"d393440c-e974-4613-b962-a242cf308bff-es-CO\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Cesar Rodríguez Male, DoB: 1985-09-17 ( Medical record number: HC-49254276 (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/49254276 (use: official, period: 2003-09-18 --> (ongoing))</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Cesar Augusto Rodríguez Pérez (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(300)222-2222\">+57(300)222-2222</a></li><li><a href=\"mailto:cesar.rodriguez@example.com\">cesar.rodriguez@example.com</a></li><li>Cra. 7A #128 48, Bella Suiza(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 99: Ninguna de las anteriores</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 01: Masculino</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 9: VÍCTIMAS DEL CONFLICTO ARMADO INTERNO</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 "99" ] ;
fhir:display [ fhir:v "Ninguna de las anteriores" ] ]
] [
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 "9" ] ;
fhir:display [ fhir:v "VÍCTIMAS DEL CONFLICTO ARMADO INTERNO" ] ]
] [
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 "01" ] ;
fhir:display [ fhir:v "Masculino" ] ]
] ) ; #
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 "49254276" ] ;
fhir:period [
fhir:start [ fhir:v "2003-09-18"^^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-49254276" ] ;
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 "Rodríguez Pérez" ;
( fhir:extension [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionFathersFamilyName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Rodríguez" ] ] [
fhir:url [ fhir:v "http://co.fhir.guide/core/StructureDefinition/ExtensionMothersFamilyName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Pérez" ] ] ) ] ;
( fhir:given [ fhir:v "Cesar" ] [ fhir:v "Augusto" ] )
] [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "Cesar Rodríguez" ]
] ) ; #
fhir:telecom ( [
fhir:id [ fhir:v "TelecomMobile-0" ] ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+57(300)222-2222" ] ;
fhir:use [ fhir:v "mobile" ]
] [
fhir:id [ fhir:v "TelecomEmail-0" ] ;
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "cesar.rodriguez@example.com" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1985-09-17"^^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 "Cra. 7A #128 48, Bella Suiza" ] ;
fhir:city [
fhir:v "Bogotá D.C." ;
( 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 "11001" ] ] ] ) ] ;
fhir:district [ fhir:v "Usaquén" ] ;
fhir:state [
fhir:v "Bogotá D.C." ;
( 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 "11" ] ] ] ) ] ;
fhir:postalCode [ fhir:v "110120" ] ;
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)" ]
] . #
IG © 2024+ HL7 Colombia. Package hl7.fhir.co.core#0.1.0 based on FHIR 4.0.1. Generated 2024-11-19
Links: Table of Contents
|