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 Example 3 - XML Representation

Raw xml | Download



<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="example-dispense-communitypharmacy-1med"/>
  <meta>
    <profile
             value="https://www.hl7belgium.org/profiles/hl7belgium/be-medication/StructureDefinition/be-medicationdispense"/>
  </meta>
  <language value="fr-BE"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-BE" lang="fr-BE"><p><b>Generated Narrative</b></p><p><b>identifier</b>: dguid: a8ca980c-72aa-11e7-8cf7-a6006ad3dba0</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><p><b>context</b>: <span></span></p><blockquote><p><b>performer</b></p><p><b>actor</b>: <span>Jan Janssen</span></p></blockquote><blockquote><p><b>performer</b></p><p><b>actor</b>: <span>Apotheek onder de toren</span></p></blockquote><p><b>authorizingPrescription</b>: <span>Prescription</span></p><p><b>quantity</b>: 1 package</p><p><b>whenHandedOver</b>: 2020-03-10</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <code value="dguid"/>
      </coding>
    </type>
    <system value="https://www.gfd-dpp.be/fhir/reference/dguid"/>
    <value value="a8ca980c-72aa-11e7-8cf7-a6006ad3dba0"/>
  </identifier>
  <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">
        <extension url="http://hl7.org/fhir/StructureDefinition/translation">
          <extension url="lang">
            <valueCode value="nl-BE"/>
          </extension>
          <extension url="content">
            <valueString value="Topazolam tab 50x 1,0mg"/>
          </extension>
        </extension>
      </display>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin"/>
      <value value="64110219106"/>
    </identifier>
  </subject>
  <context>
    <identifier>
      <type>
        <coding>
          <code value="sguid"/>
        </coding>
      </type>
      <system value="https://www.gfd-dpp.be/fhir/reference/sguid"/>
      <value value="b8ca980c-72aa-11e7-8cf7-a6006ad3dba0"/>
    </identifier>
  </context>
  <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>
  <performer>
    <actor>
      <identifier>
        <system
                value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization"/>
        <value value="27457532"/>
      </identifier>
      <display value="Apotheek onder de toren"/>
    </actor>
  </performer>
  <authorizingPrescription>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/prescription-id"/>
      <value value="Prescription"/>
    </identifier>
    <display value="Prescription"/>
  </authorizingPrescription>
  <quantity>
    <value value="1"/>
    <system value="https://www.gfd-dpp.be/fhir/reference/packaging"/>
    <code value="package"/>
  </quantity>
  <whenHandedOver value="2020-03-10"/>
  <dosageInstruction>
    <text value="3 x par jour">
      <extension url="http://hl7.org/fhir/StructureDefinition/translation">
        <extension url="lang">
          <valueCode value="nl-BE"/>
        </extension>
        <extension url="content">
          <valueString value="3 x per dag"/>
        </extension>
      </extension>
    </text>
  </dosageInstruction>
</MedicationDispense>