Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build
Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "Example-CE-Patient-352d698c8230",
"meta" : {
"profile" : [
🔗 "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfilePatientHCEU"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Example-CE-Patient-352d698c8230</b></p><a name=\"Example-CE-Patient-352d698c8230\"> </a><a name=\"hcExample-CE-Patient-352d698c8230\"> </a><a name=\"Example-CE-Patient-352d698c8230-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;\">Paola Andrea Torres Ramirez(official) Female, DoB: 1988-06-23 ( Medical record number: 36423902344\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Cédula de ciudadanía/5661610641454\u00a0(use:\u00a0temp,\u00a0)</td></tr></table></div>"
},
"identifier" : [
{
"use" : "temp",
"type" : {
"coding" : [
{
"system" : "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Tipo-Identificacion",
"code" : "CC",
"display" : "Cédula de ciudadanía"
}
]
},
"system" : "https://registraduria.gov.co/-Identificacion",
"value" : "5661610641454"
},
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR",
"display" : "Medical record number"
}
]
},
"value" : "36423902344"
}
],
"name" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family",
"valueString" : "Torres"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
"valueString" : "Ramirez"
}
],
"use" : "official",
"text" : "Paola Andrea Torres Ramirez",
"family" : "Torres Ramirez",
"given" : [
"Paola",
"Andrea"
]
}
],
"gender" : "female",
"_gender" : {
"extension" : [
{
"url" : "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-GenderIdentity",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/IdentidadGeneroCS",
"code" : "2",
"display" : "Femenino"
}
]
}
}
]
},
"birthDate" : "1988-06-23"
}