Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.10.1) 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "Example-Patient-APH-SaludMental-7aac30576fa7"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfilePatientHCEU"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfilePatientHCEU> ] )
] ; #
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 Example-Patient-APH-SaludMental-7aac30576fa7</b></p><a name=\"Example-Patient-APH-SaludMental-7aac30576fa7\"> </a><a name=\"hcExample-Patient-APH-SaludMental-7aac30576fa7\"> </a><a name=\"Example-Patient-APH-SaludMental-7aac30576fa7-es-ES\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ProfilePatientHCEU.html\">HCEU - Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Emilio Romero Salas(official) Male, DoB: 1995-06-15 ( Cédula de Ciudadanía: 234363452 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>Calle 123 #45-67 Bogotá CO (home)</li><li>Medellín CO (old)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ethnic group of the patient.\"><a href=\"StructureDefinition-PatientEthnicity.html\">Ethnic group patient</a></td><td colspan=\"3\"><span title=\"Codes:{https://www.mineducacion.gov.co/1621/articles-163150_Archivo_pdf2.pdf 27}\">Embera Chamí</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nationality of the patient.\"><a href=\"StructureDefinition-Nationality.html\">Nationality patient</a></td><td colspan=\"3\"><span title=\"Codes:{urn:iso:std:iso:3166 CO}\">Colombia</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-Nationality"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CO" ] ;
fhir:display [ fhir:v "Colombia" ] ] ) ]
] [
fhir:url [ fhir:v "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-PatientEthnicity"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://www.mineducacion.gov.co/1621/articles-163150_Archivo_pdf2.pdf"^^xsd:anyURI ] ;
fhir:code [ fhir:v "27" ] ;
fhir:display [ fhir:v "Embera Chamí" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Tipo-Identificacion"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CC" ] ;
fhir:display [ fhir:v "Cédula de Ciudadanía" ] ] ) ] ;
fhir:system [ fhir:v "https://registraduria.gov.co/-Identificacion"^^xsd:anyURI ] ;
fhir:value [ fhir:v "234363452" ]
] ) ; #
fhir:name ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Romero" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Salas " ] ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Emilio Romero Salas" ] ;
fhir:family [ fhir:v "Romero Salas" ] ;
( fhir:given [ fhir:v "Emilio" ] )
] ) ; #
fhir:gender [
fhir:v "male" ;
( fhir:extension [
fhir:url [ fhir:v "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-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 "1" ] ;
fhir:display [ fhir:v "Masculino" ] ] ) ] ] )
] ; #
fhir:birthDate [ fhir:v "1995-06-15"^^xsd:date] ; #
fhir:address ( [
( fhir:extension [
fhir:url [ fhir:v "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-PatientAddressNeighborhood"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "8301" ] ] [
fhir:url [ fhir:v "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-PatientAddressNeighborhoodDescription"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Chicó Norte" ] ] [
fhir:url [ fhir:v "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-PatientAddressDistrict"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "1" ] ] [
( fhir:extension [
fhir:url [ fhir:v "latitude"^^xsd:anyURI ] ;
fhir:value [
a fhir:decimal ;
fhir:v 4.60971 ] ] [
fhir:url [ fhir:v "longitude"^^xsd:anyURI ] ;
fhir:value [
a fhir:decimal ;
fhir:v -74.08175 ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/geolocation"^^xsd:anyURI ] ] ) ;
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "Calle 123 #45-67" ] ) ;
fhir:city [ fhir:v "Bogotá" ] ;
fhir:district [ fhir:v "Usaquén" ] ;
fhir:country [ fhir:v "CO" ]
] [
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "latitude"^^xsd:anyURI ] ;
fhir:value [
a fhir:decimal ;
fhir:v 6.25184 ] ] [
fhir:url [ fhir:v "longitude"^^xsd:anyURI ] ;
fhir:value [
a fhir:decimal ;
fhir:v -75.56359 ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/geolocation"^^xsd:anyURI ] ] ) ;
fhir:use [ fhir:v "old" ] ;
fhir:city [ fhir:v "Medellín" ] ;
fhir:country [ fhir:v "CO" ]
] ) . #
IG © Secretaría de Salud de Bogotá 2025+ minsait - An Indra Company. Package fhir.onesait-healthcare-sds-bogota-api-fhir#0.10.1 based on FHIR 4.0.1. Generated 2025-07-10
Links: Tabla de contenido |
Reporte QA