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

FHIR IG analytics

Packagefhir.ph.core
Resource TypeMedicationDispense
IdMedicationDispense-medicationdispense-single-example.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

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.

Source1

{
  "resourceType": "MedicationDispense",
  "id": "medicationdispense-single-example",
  "meta": {
    "profile": [
      "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-medicationdispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://verification.fda.gov.ph",
        "code": "DRP-10144",
        "display": "Twinact"
      }
    ],
    "text": "Twinact 40mg/5mg tablet"
  },
  "subject": {
    "reference": "Patient/patient-single-example"
  },
  "context": {
    "reference": "Encounter/encounter-single-example"
  },
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/medicationdispense-performer-function",
            "code": "finalchecker",
            "display": "Final Checker"
          }
        ]
      },
      "actor": {
        "reference": "Practitioner/practitioner-single-example"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/medicationrequest-single-example"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "373784005",
        "display": "Dispensing medication"
      }
    ]
  },
  "quantity": {
    "value": 30,
    "unit": "Tablet",
    "system": "http://snomed.info/sct",
    "code": "732936001"
  },
  "daysSupply": {
    "value": 7,
    "unit": "days",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "whenPrepared": "2025-03-15T10:30:00+08:00",
  "whenHandedOver": "2025-03-15T11:00:00+08:00",
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "Take 1 tablet once daily"
    }
  ]
}