HL7 Belgium Medication Implementation Guide
0.2.0 - ReleaseCandidate

This page is part of the HL7 Belgium Medication Implementation Guide (v0.2.0: Trial Use Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Medication Dispense - minimal example - XML Representation

Raw xml | Download



<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="example-minimal-dispense"/>
  <meta>
    <profile
             value="https://www.hl7belgium.org/profiles/hl7belgium/be-medication/StructureDefinition/be-medicationdispense"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>medication</b>: <span title="Codes: {https://cnk.apb.be/codings/cnk_product_codes 1439562}">Topazolam tab 50x 1,0mg</span></p><p><b>subject</b>: <span></span></p><h3>Performers</h3><table class="grid"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><span>Jan Janssen</span></td></tr></table><p><b>whenHandedOver</b>: 2020-03-10</p></div>
  </text>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="https://cnk.apb.be/codings/cnk_product_codes"/>
      <code value="1439562"/>
      <display value="Topazolam tab 50x 1,0mg"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin"/>
      <value value="64110219106"/>
    </identifier>
  </subject>
  <performer>
    <actor>
      <identifier>
        <system
                value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-practitioner"/>
        <value value="6547432"/>
      </identifier>
      <display value="Jan Janssen"/>
    </actor>
  </performer>
  <whenHandedOver value="2020-03-10"/>
</MedicationDispense>