Medication
1.1.0 - STU Belgium flag

Medication, published by HL7 Belgium. This guide is not an authorized publication; it is the continuous build for version 1.1.0 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

: A dispense from a hospital pharmacy - XML Representation

Raw xml | Download



<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="example-dispense-hospital"/>
  <meta>
    <versionId value="1"/>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/be-medicationdispense"/>
  </meta>
  <language value="nl-BE"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl-BE" lang="nl-BE"><p><b>Generated Narrative: MedicationDispense</b><a name="example-dispense-hospital"> </a><a name="hcexample-dispense-hospital"> </a></p><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">Resource MedicationDispense &quot;example-dispense-hospital&quot; Version &quot;1&quot;  (Language &quot;nl-BE&quot;) </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-be-medicationdispense.html">BeMedicationDispense</a></p></div><p><b>identifier</b>: dguid/1000321345</p><p><b>status</b>: completed</p><p><b>medication</b>: 2055218 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (cnk-codes#2055218 &quot;null&quot;)</span></p><p><b>subject</b>: <span><code>https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin</code>/64110219106</span></p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><span><code>https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization</code>/123123123</span></td></tr></table><p><b>authorizingPrescription</b>: <span>: Prescription</span></p><p><b>quantity</b>: 1 package<span style="background: LightGoldenRodYellow"> (Details: UCUM code 1 = '1')</span></p><p><b>whenHandedOver</b>: 2020-09-21 13:00:00+0200</p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Timing</b></td></tr><tr><td style="display: none">*</td><td>3 x a day</td><td>3 per 1 days</td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system
                value="https://www.nexuzhealth.be/fhir/prescription/ambulatory"/>
        <version value="1"/>
        <code value="dguid"/>
      </coding>
    </type>
    <system value="https://www.gfd-dpp.be/fhir/reference/dguid"/>
    <value value="1000321345"/>
  </identifier>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes"/>
      <code value="2055218"/>
      <display>
        <extension url="http://hl7.org/fhir/StructureDefinition/translation">
          <extension url="lang">
            <valueCode value="nl-BE"/>
          </extension>
          <extension url="content">
            <valueString value="Crestor filmomh. tabl. 100x 10mg"/>
          </extension>
        </extension>
      </display>
    </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-organization"/>
        <value value="123123123"/>
      </identifier>
    </actor>
  </performer>
  <authorizingPrescription>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/prescription-id"/>
      <value value="BEP1TSRY1XGE"/>
    </identifier>
    <display value="Prescription"/>
  </authorizingPrescription>
  <quantity>
    <value value="1"/>
    <unit value="package"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="1"/>
  </quantity>
  <whenHandedOver value="2020-09-21T13:00:00+02:00"/>
  <dosageInstruction>
    <text value="3 x a day">
      <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>
      <extension url="http://hl7.org/fhir/StructureDefinition/translation">
        <extension url="lang">
          <valueCode value="fr-BE"/>
        </extension>
        <extension url="content">
          <valueString value="3 x par jour"/>
        </extension>
      </extension>
    </text>
    <timing>
      <repeat>
        <frequency value="3"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
  </dosageInstruction>
</MedicationDispense>