🌐 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

: Ejemplo Prescripción — metformina 850 mg - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="EjemploEmaCoreMedicationRequest"/>
  <meta>
    <profile
             value="https://emahealth.io/fhir/core/StructureDefinition/ema-core-medication-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <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 (use: usual, ))</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 --&gt; 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>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationReference>🔗 
    <reference value="Medication/EjemploEmaCoreMedication"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/EjemploEmaCorePatient"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/EjemploEmaCoreEncounter"/>
  </encounter>
  <authoredOn value="2026-08-18T09:28:00-04:00"/>
  <requester>🔗 
    <reference value="Practitioner/EjemploEmaCorePractitioner"/>
  </requester>
  <dosageInstruction>
    <text value="1 comprimido cada 12 horas, con las comidas"/>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="12"/>
        <periodUnit value="h"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral route"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="850"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>