PH eReferral Implementation Guide
0.1.0 - ci-build Philippines flag

PH eReferral Implementation Guide, published by SILab CoP IG Accelerator (eReferral). 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/jldalisay95/ph-ereferral-jld/ and changes regularly. See the Directory of published versions

: Example Chronic Medication Administration

Raw xml | Download


<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="ExampleERefMedicationAdministrationChronic"/>
  <meta>
    <profile
             value="urn://example.com/ph-ereferral/fhir/StructureDefinition/ereferral-medication-administration"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationAdministration ExampleERefMedicationAdministrationChronic</b></p><a name="ExampleERefMedicationAdministrationChronic"> </a><a name="hcExampleERefMedicationAdministrationChronic"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ereferral-medication-administration.html">EReferral MedicationAdministration</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href="Medication-ExampleERefMedicationTwinact.html">Medication Substance</a></p><p><b>subject</b>: <a href="Patient-ExampleERefPatient.html">Juan Miguel Dela Cruz  Male, DoB: 1965-07-20 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#PH-123456789)</a></p><p><b>context</b>: <a href="Encounter-ExampleERefEncounter.html">Encounter: identifier = urn://example.com/ph-ereferral/encounter-id#ENC-2025-001234; status = finished; class = ambulatory (ActCode#AMB); type = Consultation; priority = Emergency; period = 2025-03-16 08:00:00+0800 --&gt; 2025-03-16 10:30:00+0800; reasonCode = Chest pain</a></p><p><b>effective</b>: 2025-03-15 07:00:00+0800</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 158965000}">Medical practitioner</span></td><td><a href="Practitioner-ExampleERefPractitioner.html">Practitioner Dr. Maria Cruz Santos(official)</a></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Patient's regular morning antihypertensive medication given before referral. Patient has been compliant with daily dosing.</p>
</div></blockquote><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 26643006}">Oral route</span></td><td>1 tablet<span style="background: LightGoldenRodYellow"> (Details: UCUM  code{tablet} = '{tablet}')</span></td></tr></table></div>
  </text>
  <status value="completed"/>
  <medicationReference>🔗 
    <reference value="Medication/ExampleERefMedicationTwinact"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/ExampleERefPatient"/>
  </subject>
  <context>🔗 
    <reference value="Encounter/ExampleERefEncounter"/>
  </context>
  <effectiveDateTime value="2025-03-15T07:00:00+08:00"/>
  <performer>
    <function>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="158965000"/>
        <display value="Medical practitioner"/>
      </coding>
    </function>
    <actor>🔗 
      <reference value="Practitioner/ExampleERefPractitioner"/>
    </actor>
  </performer>
  <note>
    <text
          value="Patient's regular morning antihypertensive medication given before referral. Patient has been compliant with daily dosing."/>
  </note>
  <dosage>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral route"/>
      </coding>
    </route>
    <dose>
      <value value="1"/>
      <unit value="tablet"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="{tablet}"/>
    </dose>
  </dosage>
</MedicationAdministration>