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" : "RelatedPerson",
"id" : "Example-RelatedPerson-Urgencias-2c3a5f6d1e4a",
"meta" : {
"profile" : [
🔗 "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileRelatedPersonHCEU"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson Example-RelatedPerson-Urgencias-2c3a5f6d1e4a</b></p><a name=\"Example-RelatedPerson-Urgencias-2c3a5f6d1e4a\"> </a><a name=\"hcExample-RelatedPerson-Urgencias-2c3a5f6d1e4a\"> </a><a name=\"Example-RelatedPerson-Urgencias-2c3a5f6d1e4a-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-ProfileRelatedPersonHCEU.html\">HCEU - Related Person</a></p></div><p><b>identifier</b>: Cédula de Ciudadanía/9876543210\u00a0(use:\u00a0official,\u00a0)</p><p><b>patient</b>: <a href=\"Patient-Example-Patient-Urgencias-bdb7a6003025.html\">Juan García</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode N}\">Madre</span></p><p><b>name</b>: María González de Pérez(Official)</p><p><b>telecom</b>: <a href=\"tel:+57-300-123-4567\">+57-300-123-4567</a>, <a href=\"mailto:maria.gonzalez@example.com\">maria.gonzalez@example.com</a></p></div>"
},
"identifier" : [
{
"use" : "official",
"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://oh-modules.apps.indraclusterdes.eastus.aroapp.io/ehrserver/fhir/CodeSystem/Tipo-Identificacion",
"value" : "9876543210"
}
],
"patient" : {
🔗 "reference" : "Patient/Example-Patient-Urgencias-bdb7a6003025",
"display" : "Juan García"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "N",
"display" : "Next of Kin"
}
],
"text" : "Madre"
}
],
"name" : [
{
"extension" : [
{
"url" : "https://hl7.org/fhir/extensions/StructureDefinition-humanname-fathers-family.html",
"valueString" : "González"
},
{
"url" : "https://hl7.org/fhir/R4/extension-humanname-mothers-family.html",
"valueString" : "López"
}
],
"use" : "official",
"text" : "María González de Pérez",
"family" : "González",
"given" : [
"María"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+57-300-123-4567",
"use" : "mobile"
},
{
"system" : "email",
"value" : "maria.gonzalez@example.com",
"use" : "home"
}
]
}