FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypeMedicationAdministration
IdMedicationAdministration-ExampleERefMedicationAdministrationChronic.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationAdministration ExampleERefMedicationAdministrationChronic

status: Completed

medication: Medication Substance

subject: Juan Miguel Dela Cruz Male, DoB: 1965-07-20 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#PH-123456789)

context: Encounter: identifier = https://pgh.gov.ph/fhir/encounter-id#ENC-2025-001234; status = finished; class = ambulatory (ActCode#AMB); type = Consultation; priority = Emergency; period = 2025-03-16 08:00:00+0800 --> 2025-03-16 10:30:00+0800; reasonCode = Chest pain

effective: 2025-03-15 07:00:00+0800

Performers

-FunctionActor
*Medical practitionerPractitioner Dr. Maria Cruz Santos(official)

note:

Patient's regular morning antihypertensive medication given before referral. Patient has been compliant with daily dosing.

Dosages

-RouteDose
*Oral route1 tablet (Details: UCUM code{tablet} = '{tablet}')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "ExampleERefMedicationAdministrationChronic",
  "meta": {
    "profile": [
      "https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-medication-administration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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}"
    }
  }
}