IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example ILCore MedicationDispense - XML Representation

Raw xml | Download



<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="medication-dispense"/>
  <meta>
    <profile
             value="http://fhir.health.gov.il/StructureDefinition/il-core-medication-dispense"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationDispense </b><a name="medication-dispense"> </a><a name="hcmedication-dispense"> </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">ResourceMedicationDispense &quot;medication-dispense&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-il-core-medication-dispense.html">ILCore MedicationDispense Profile</a></p></div><p><b>Ext: ILCore Recorded Time</b>: 2024-05-21 14:00:00+0000</p><p><b>status</b>: completed</p><p><b>category</b>: Community Care/HMO <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-il-core-medication-category.html">Codes for MedicationRequest categories</a>#community-hmo)</span></p><p><b>medication</b>: <a href="Medication-paracetamol.html">Medication/paracetamol</a></p><p><b>subject</b>: <a href="Patient-patient-israeli-with-statistical-area.html">Patient/patient-israeli-with-statistical-area</a> &quot; בן ברוך&quot;</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><a href="Practitioner-practitioner-md.html">Practitioner/practitioner-md</a> &quot; גרינפלד&quot;</td></tr></table><p><b>authorizingPrescription</b>: <a href="MedicationRequest-metamizole-for-gangreenous-tonsolitis.html">MedicationRequest/metamizole-for-gangreenous-tonsolitis</a></p><p><b>type</b>: Refill - Part Fill <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html">ActCode</a>#RFP)</span></p><p><b>quantity</b>: 10 tablet<span style="background: LightGoldenRodYellow"> (Details: UCUM  codetablet = 'tablet')</span></p><p><b>whenHandedOver</b>: 2024-05-21 14:30:00+0000</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Take one tablet daily</p><p><b>timing</b>: Once per1 days</p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>
  </text>
  <extension
             url="http://fhir.health.gov.il/StructureDefinition/ext-recorded-time">
    <valueDateTime value="2024-05-21T14:00:00Z"/>
  </extension>
  <status value="completed"/>
  <category>
    <coding>
      <system
              value="http://fhir.health.gov.il/cs/il-core-medicationrequest-category"/>
      <code value="community-hmo"/>
      <display value="Community Care/HMO"/>
    </coding>
  </category>
  <medicationReference>🔗 
    <reference value="Medication/paracetamol"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/patient-israeli-with-statistical-area"/>
  </subject>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/practitioner-md"/>
    </actor>
  </performer>
  <authorizingPrescription>🔗 
    <reference
               value="MedicationRequest/metamizole-for-gangreenous-tonsolitis"/>
  </authorizingPrescription>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="RFP"/>
      <display value="Refill - Part Fill"/>
    </coding>
  </type>
  <quantity>
    <value value="10"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="tablet"/>
  </quantity>
  <whenHandedOver value="2024-05-21T14:30:00Z"/>
  <dosageInstruction>
    <sequence value="1"/>
    <text value="Take one tablet daily"/>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="tablet"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationDispense>