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

: medicationrequest-single-example - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="medicationrequest-single-example"/>
  <meta>
    <profile
             value="http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Dr. Maria Clara Santos prescribed Twinact 40mg/5mg tablet (Telmisartan + Amlodipine), 1 tablet once daily to treat hypertension for Juan Dela Cruz.</div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <priority value="routine"/>
  <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>
  <encounter>🔗 
    <reference value="Encounter/encounter-single-example"/>
  </encounter>
  <authoredOn value="2025-03-15T09:00:00+08:00"/>
  <requester>🔗 
    <reference value="Practitioner/practitioner-single-example"/>
  </requester>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="38341003"/>
      <display value="Hypertensive disorder"/>
    </coding>
  </reasonCode>
  <note>
    <text value="Take complete course of antibiotics as prescribed"/>
  </note>
  <dosageInstruction>
    <sequence value="1"/>
    <text value="Take 1 tablet once daily"/>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"/>
        <code value="PO"/>
        <display value="Oral"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="tablet"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="1"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <numberOfRepeatsAllowed value="0"/>
    <quantity>
      <value value="30"/>
      <unit value="Tablet"/>
      <system value="http://snomed.info/sct"/>
      <code value="331691000"/>
    </quantity>
  </dispenseRequest>
</MedicationRequest>