Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.10.1 - ci-build
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
{
"resourceType" : "Patient",
"id" : "Example-Patient-HCEURVSDM",
"meta" : {
"profile" : [
🔗 "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfilePatientRV"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Example-Patient-HCEURVSDM</b></p><a name=\"Example-Patient-HCEURVSDM\"> </a><a name=\"hcExample-Patient-HCEURVSDM\"> </a><a name=\"Example-Patient-HCEURVSDM-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-ProfilePatientRV.html\">Recurso Patient - Datos demográficos de la paciente victima de violencia</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Andrea Goméz Female, DoB: 1980-03-19 ( Cédula de Ciudadanía: 5234232\u00a0(use:\u00a0official,\u00a0))</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 Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Estado-Civil 2}\">Casada</span></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:+5730043573424\">+57 300 43573424</a></li><li>Calle 13 33-81, Bogotá(home)</li></ul></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>"
},
"extension" : [
{
"url" : "https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-Nationality",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CO",
"display" : "Colombia"
}
]
}
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/ValueSet/Tipo-Identificacion",
"code" : "CC",
"display" : "Cédula de Ciudadanía"
}
]
},
"value" : "5234232"
}
],
"active" : true,
"name" : [
{
"text" : "Andrea Goméz",
"family" : "Goméz",
"given" : [
"Andrea"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+57 300 43573424",
"use" : "mobile"
}
],
"gender" : "female",
"birthDate" : "1980-03-19",
"address" : [
{
"use" : "home",
"text" : "Calle 13 33-81, Bogotá",
"line" : [
"Calle 13 33-81"
],
"city" : "Bogotá",
"district" : "Chapinero",
"state" : "Bogotá"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "https://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Estado-Civil",
"code" : "2",
"display" : "Casada"
}
]
}
}