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

FHIR IG analytics

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

status: Completed

medication: Insulin (short-acting) 100 IU/mL vial

subject: Kemi Adebayo Female, DoB: 1995-02-14 ( nin)

Performers

-Actor
*Practitioner Kehinde Adebayo

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

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

note:

Keep refrigerated. Do not freeze.

DosageInstructions

-Text
*Inject 10 units subcutaneously before breakfast daily.

Source1

{
  "resourceType": "MedicationDispense",
  "id": "NgMedicationDispense-003",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication-dispense"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "text": "Insulin (short-acting) 100 IU/mL vial"
  },
  "subject": {
    "reference": "Patient/00114455-e5f6-4789-a123-456789abcdef"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/00124455-e5f6-4789-a123-456789abcdef"
      }
    }
  ],
  "quantity": {
    "value": 10,
    "unit": "mL",
    "system": "http://unitsofmeasure.org",
    "code": "mL"
  },
  "whenHandedOver": "2025-11-04T12:40:00+01:00",
  "note": [
    {
      "text": "Keep refrigerated. Do not freeze."
    }
  ],
  "dosageInstruction": [
    {
      "text": "Inject 10 units subcutaneously before breakfast daily."
    }
  ]
}