EMA Clinical Implementation Guide
0.1.0 - ci-build
EMA Clinical Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "EjemploEmaVitalSigns",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/clinical/StructureDefinition/ema-vital-signs"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observación EjemploEmaVitalSigns</b></p><a name=\"EjemploEmaVitalSigns\"> </a><a name=\"hcEjemploEmaVitalSigns\"> </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-ema-vital-signs.html\">EMA Vital Signs</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}\">Panel de presión arterial con todos los niños opcional:Sistema arterial :Punto temporal:-:Cuantitativo:</span></p><p><b>subject</b>: <a href=\"Patient/ejemplo-patient\">María Fernández</a></p><p><b>encounter</b>: <a href=\"Encounter/ejemplo-encounter\">Consulta control diabético</a></p><p><b>effective</b>: 2026-03-10 08:15:00-0300</p><p><b>performer</b>: <a href=\"Practitioner/ejemplo-practitioner\">Dr. Andrés Soto</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Sistólica intravascular:Sistema arterial :Punto temporal:Pres:Cuantitativo:</span></p><p><b>value</b>: 130 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Diastólica intravascular:Sistema arterial :Punto temporal:Pres:Cuantitativo:</span></p><p><b>value</b>: 85 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "85354-9",
"display" : "Panel de presión arterial con todos los niños opcional:Sistema arterial :Punto temporal:-:Cuantitativo:"
}
]
},
"subject" : {
"reference" : "Patient/ejemplo-patient",
"display" : "María Fernández"
},
"encounter" : {
"reference" : "Encounter/ejemplo-encounter",
"display" : "Consulta control diabético"
},
"effectiveDateTime" : "2026-03-10T08:15:00-03:00",
"performer" : [
{
"reference" : "Practitioner/ejemplo-practitioner",
"display" : "Dr. Andrés Soto"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8480-6",
"display" : "Sistólica intravascular:Sistema arterial :Punto temporal:Pres:Cuantitativo:"
}
]
},
"valueQuantity" : {
"value" : 130,
"unit" : "mmHg",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8462-4",
"display" : "Diastólica intravascular:Sistema arterial :Punto temporal:Pres:Cuantitativo:"
}
]
},
"valueQuantity" : {
"value" : 85,
"unit" : "mmHg",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
}
}
]
}