🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build
🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "EjemploEmaCoreObservationLab",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-core-observation-lab"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation EjemploEmaCoreObservationLab</b></p><a name=\"EjemploEmaCoreObservationLab\"> </a><a name=\"hcEjemploEmaCoreObservationLab\"> </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-core-observation-lab.html\">EMA Core Laboratory Observation</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-EjemploEmaCoreServiceRequest.html\">ServiceRequest Hemoglobin A1c/Hemoglobin.total in Blood</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 4548-4}\">Hemoglobin A1c/Hemoglobin.total in Blood</span></p><p><b>subject</b>: <a href=\"Patient-EjemploEmaCorePatient.html\">Carmen Díaz (official) Female, DoB: 1969-04-22 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>encounter</b>: <a href=\"Encounter-EjemploEmaCoreEncounter.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Encounter for check up; period = 2026-08-18 09:00:00-0400 --> 2026-08-18 09:30:00-0400</a></p><p><b>effective</b>: 2026-08-18 10:32:00-0400</p><p><b>issued</b>: 2026-08-18 14:20:00-0400</p><p><b>performer</b>: <a href=\"Practitioner-EjemploEmaCorePractitionerLab.html\">Practitioner Valentina Núñez (official)</a></p><p><b>value</b>: 8.2 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><p><b>specimen</b>: <a href=\"Specimen-EjemploEmaCoreSpecimen.html\">Specimen: identifier = https://tenant-ejemplo.emahealth.io/fhir/sid/muestra#MUE-2026-0000871; accessionIdentifier = https://tenant-ejemplo.emahealth.io/fhir/sid/acceso#ACC-2026-0000871; status = available; type = Venous blood specimen; receivedTime = 2026-08-18 11:05:00-0400</a></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>4 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></td><td>5.6 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></td></tr></table></div>"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/EjemploEmaCoreServiceRequest"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "4548-4"
}
]
},
"subject" : {
🔗 "reference" : "Patient/EjemploEmaCorePatient"
},
"encounter" : {
🔗 "reference" : "Encounter/EjemploEmaCoreEncounter"
},
"effectiveDateTime" : "2026-08-18T10:32:00-04:00",
"issued" : "2026-08-18T14:20:00-04:00",
"performer" : [
{
🔗 "reference" : "Practitioner/EjemploEmaCorePractitionerLab"
}
],
"valueQuantity" : {
"value" : 8.2,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "H"
}
]
}
],
"specimen" : {
🔗 "reference" : "Specimen/EjemploEmaCoreSpecimen"
},
"referenceRange" : [
{
"low" : {
"value" : 4,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
},
"high" : {
"value" : 5.6,
"unit" : "%",
"system" : "http://unitsofmeasure.org",
"code" : "%"
}
}
]
}