Medication
1.1.1 - STU Belgium flag

Medication, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/medication/ and changes regularly. See the Directory of published versions

: Example Dispense (simple)

Raw xml | Download


<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="medicationdispense-example-1"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
  </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://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-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>
  <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-organization"/>
        <value value="27457532"/>
      </identifier>
      <display value="Apotheek onder de toren"/>
    </actor>
  </performer>
  <authorizingPrescription>
    <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"/>
  </dosageInstruction>
</MedicationDispense>