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 json | Download

{
  "resourceType" : "MedicationAdministration",
  "id" : "ExampleERefMedicationAdministrationChronic",
  "meta" : {
    "profile" : [
      🔗 "urn://example.com/ph-ereferral/fhir/StructureDefinition/ereferral-medication-administration"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<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>\n</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>"
  },
  "status" : "completed",
  "medicationReference" : {
    🔗 "reference" : "Medication/ExampleERefMedicationTwinact"
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleERefPatient"
  },
  "context" : {
    🔗 "reference" : "Encounter/ExampleERefEncounter"
  },
  "effectiveDateTime" : "2025-03-15T07:00:00+08:00",
  "performer" : [
    {
      "function" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "158965000",
            "display" : "Medical practitioner"
          }
        ]
      },
      "actor" : {
        🔗 "reference" : "Practitioner/ExampleERefPractitioner"
      }
    }
  ],
  "note" : [
    {
      "text" : "Patient's regular morning antihypertensive medication given before referral. Patient has been compliant with daily dosing."
    }
  ],
  "dosage" : {
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "26643006",
          "display" : "Oral route"
        }
      ]
    },
    "dose" : {
      "value" : 1,
      "unit" : "tablet",
      "system" : "http://unitsofmeasure.org",
      "code" : "{tablet}"
    }
  }
}