MyHealth@Eu Hospital Discharge Report
9.1.0 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v9.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationDispense - XML Representation

Raw xml | Download


<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="DISP-001"/>
  <meta>
    <profile
             value="http://fhir.ehdsi.eu/hdr/StructureDefinition/medicationDispense-hdr-myhealtheu"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Medication Dispense</div>
  </text>
  <status value="completed"/>
  <statusReasonCodeableConcept>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
      <code value="UNK"/>
      <display value="unknown"/>
    </coding>
  </statusReasonCodeableConcept>
  <medicationReference>🔗 
    <reference value="Medication/1234567890"/>
  </medicationReference>
  <subject>
    <reference value="urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"/>
  </subject>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/b06b2c2c-15dd-4e58-b27e-37326ba51407"/>
    </actor>
  </performer>
  <authorizingPrescription>🔗 
    <reference value="MedicationRequest/ExampleMedicationRequestHdr"/>
  </authorizingPrescription>
  <quantity>
    <value value="40"/>
    <unit value="milligram per 24 hour"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mg/(24.h)"/>
  </quantity>
  <daysSupply>
    <value value="5"/>
    <unit value="day"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="d"/>
  </daysSupply>
  <whenHandedOver value="2024-04-26T10:00:00+01:00"/>
  <receiver>
    <reference value="urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"/>
  </receiver>
  <dosageInstruction>
    <sequence value="1"/>
    <text value="Take 1 tablet by mouth twice a day for 5 days"/>
    <timing>
      <repeat>
        <count value="10"/>
        <frequency value="2"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
      <code>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/v3-TimingEvent"/>
          <code value="ACM"/>
          <display value="ACM"/>
        </coding>
      </code>
    </timing>
    <route>
      <coding>
        <system value="http://standardterms.edqm.eu"/>
        <code value="20053000"/>
        <display value="Oral use"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <unit value="tablet"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="{tbl}"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationDispense>