Draft PH Core Implementation Guide
0.1.0 - ci-build Philippines

Draft PH Core Implementation Guide, published by UP Manila National TeleHealth Center. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions

: medicationdispense-single-example - XML Representation

Raw xml | Download


<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="medicationdispense-single-example"/>
  <meta>
    <profile
             value="http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-medicationdispense"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Pharmacy dispensed 30 tablets of Twinact 40mg/5mg (Telmisartan + Amlodipine) to Juan Dela Cruz on March 15, 2025, based on prescription from Dr. Maria Clara Santos.</div>
  </text>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="https://verification.fda.gov.ph/"/>
      <code value="DRP-10144"/>
      <display value="Twinact"/>
    </coding>
    <text value="Twinact 40mg/5mg tablet"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/patient-single-example"/>
  </subject>
  <context>🔗 
    <reference value="Encounter/encounter-single-example"/>
  </context>
  <performer>
    <function>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
        <code value="DISP"/>
        <display value="Dispensary"/>
      </coding>
    </function>
    <actor>🔗 
      <reference value="Practitioner/practitioner-single-example"/>
    </actor>
  </performer>
  <authorizingPrescription>🔗 
    <reference value="MedicationRequest/medicationrequest-single-example"/>
  </authorizingPrescription>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="373784005"/>
      <display value="Dispensing medication"/>
    </coding>
  </type>
  <quantity>
    <value value="30"/>
    <unit value="Tablet"/>
    <system value="http://snomed.info/sct"/>
    <code value="331691000"/>
  </quantity>
  <daysSupply>
    <value value="7"/>
    <unit value="days"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="d"/>
  </daysSupply>
  <whenPrepared value="2025-03-15T10:30:00+08:00"/>
  <whenHandedOver value="2025-03-15T11:00:00+08:00"/>
  <dosageInstruction>
    <sequence value="1"/>
    <text value="Take 1 tablet once daily"/>
  </dosageInstruction>
</MedicationDispense>