EMA Diagnostics Implementation Guide
0.1.0 - ci-build
EMA Diagnostics Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "DiagnosticReport",
"id" : "EjemploEmaDiagnosticReport",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/diagnostics/StructureDefinition/ema-diagnostic-report"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: InformeDiagnostico EjemploEmaDiagnosticReport</b></p><a name=\"EjemploEmaDiagnosticReport\"> </a><a name=\"hcEjemploEmaDiagnosticReport\"> </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-diagnostic-report.html\">EMA Diagnostic Report</a></p></div><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2026-03-15 10:30:00-0300</td></tr><tr><td>Reported</td><td>2026-03-15 14:00:00-0300</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner/ejemplo-bioanalista\">Dra. Carolina Muñoz</a></td></tr></table><p><b>Report Details</b></p><p>Hemograma dentro de rangos normales. Sin alteraciones significativas.</p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "LAB",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11502-2",
"display" : "Laboratory report"
}
]
},
"subject" : {
"reference" : "Patient/ejemplo-paciente",
"display" : "María González Soto"
},
"effectiveDateTime" : "2026-03-15T10:30:00-03:00",
"issued" : "2026-03-15T14:00:00-03:00",
"performer" : [
{
"reference" : "Practitioner/ejemplo-bioanalista",
"display" : "Dra. Carolina Muñoz"
}
],
"specimen" : [
{
🔗 "reference" : "Specimen/EjemploEmaSpecimen"
}
],
"conclusion" : "Hemograma dentro de rangos normales. Sin alteraciones significativas."
}