🌐 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" : "DocumentReference",
"id" : "EjemploEmaCoreDocumentReference",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-core-document-reference"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference EjemploEmaCoreDocumentReference</b></p><a name=\"EjemploEmaCoreDocumentReference\"> </a><a name=\"hcEjemploEmaCoreDocumentReference\"> </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-document-reference.html\">EMA Core DocumentReference</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11488-4}\">Consult note</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>date</b>: 2026-08-18 09:32:00-0400</p><p><b>author</b>: <a href=\"Practitioner-EjemploEmaCorePractitioner.html\">Practitioner Andrés Rojas (official)</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://ejemplo.org/documentos/resumen-2026-08-18.pdf\">https://ejemplo.org/documentos/resumen-2026-08-18.pdf</a></td><td>Resumen de atención — 18/08/2026</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Encounter</b></td></tr><tr><td style=\"display: none\">*</td><td><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></td></tr></table></div>"
},
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11488-4"
}
]
},
"subject" : {
🔗 "reference" : "Patient/EjemploEmaCorePatient"
},
"date" : "2026-08-18T09:32:00-04:00",
"author" : [
{
🔗 "reference" : "Practitioner/EjemploEmaCorePractitioner"
}
],
"content" : [
{
"attachment" : {
"contentType" : "application/pdf",
"url" : "https://ejemplo.org/documentos/resumen-2026-08-18.pdf",
"title" : "Resumen de atención — 18/08/2026"
}
}
],
"context" : {
"encounter" : [
{
🔗 "reference" : "Encounter/EjemploEmaCoreEncounter"
}
]
}
}