🌐 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" : "MedicationRequest",
"id" : "EjemploEmaCoreMedicationRequest",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-core-medication-request"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest EjemploEmaCoreMedicationRequest</b></p><a name=\"EjemploEmaCoreMedicationRequest\"> </a><a name=\"hcEjemploEmaCoreMedicationRequest\"> </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-medication-request.html\">EMA Core MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-EjemploEmaCoreMedication.html\">Medication Metformin</a></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>authoredOn</b>: 2026-08-18 09:28:00-0400</p><p><b>requester</b>: <a href=\"Practitioner-EjemploEmaCorePractitioner.html\">Practitioner Andrés Rojas (official)</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 1 comprimido cada 12 horas, con las comidas</p><p><b>timing</b>: Once per 12 hours</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>850 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote></div>"
},
"status" : "active",
"intent" : "order",
"medicationReference" : {
🔗 "reference" : "Medication/EjemploEmaCoreMedication"
},
"subject" : {
🔗 "reference" : "Patient/EjemploEmaCorePatient"
},
"encounter" : {
🔗 "reference" : "Encounter/EjemploEmaCoreEncounter"
},
"authoredOn" : "2026-08-18T09:28:00-04:00",
"requester" : {
🔗 "reference" : "Practitioner/EjemploEmaCorePractitioner"
},
"dosageInstruction" : [
{
"text" : "1 comprimido cada 12 horas, con las comidas",
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 12,
"periodUnit" : "h"
}
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral route"
}
]
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 850,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
]
}
]
}