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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeMedicationDispense
IdMedicationDispense-NgMedicationDispense-002.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: MedicationDispense NgMedicationDispense-002

status: Completed

medication: Medication

subject: Suleiman Bala Male, DoB: 2019-09-05 ( birthcert)

Performers

-Actor
*Practitioner Hauwa Garba

quantity: 100 mL (Details: UCUM codemL = 'mL')

whenHandedOver: 2025-11-04 12:25:00+0100

note:

Shake well before use.

DosageInstructions

-Text
*5 mL orally every 6 hours as needed for fever.

Source1

{
  "resourceType": "MedicationDispense",
  "id": "NgMedicationDispense-002",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication-dispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationReference": {
    "reference": "Medication/NgMedication-002"
  },
  "subject": {
    "reference": "Patient/NgPatient-003"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/NgPractitioner-003"
      }
    }
  ],
  "quantity": {
    "value": 100,
    "unit": "mL",
    "system": "http://unitsofmeasure.org",
    "code": "mL"
  },
  "whenHandedOver": "2025-11-04T12:25:00+01:00",
  "note": [
    {
      "text": "Shake well before use."
    }
  ],
  "dosageInstruction": [
    {
      "text": "5 mL orally every 6 hours as needed for fever."
    }
  ]
}