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

FHIR IG analytics

Packagehl7.fhir.eu.mpd-r5
Resource TypeMedicationDispense
IdMedicationDispense-400D-dispense-1.json
FHIR VersionR5

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 400D-dispense-1

status: Completed

Medications

-Reference
*Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10.

subject: Thomas Engine Male, DoB: 1950-09-15 ( 12345)

Performers

-Actor
*PractitionerRole Pharmacist

authorizingPrescription: MedicationRequest: identifier = 10-123EP; status = active; intent = order; authoredOn = 2024-12-06; renderedDosageInstruction = 1500 mg intramuscularly every 8 hours for 3 days, then 750-1500 mg intramuscularly every 8 hours for 4 days

quantity: 1 1 (Details: UCUM code1 = '1')

daysSupply: 3 day(s) (Details: UCUM coded = 'd')

recorded: 2024-12-06 19:54:00+0000

whenHandedOver: 2024-12-06 19:54:00+0000


Source1

{
  "resourceType": "MedicationDispense",
  "id": "400D-dispense-1",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/mpd-r5/StructureDefinition/MedicationDispense-eu-mpd"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medication": {
    "reference": {
      "reference": "Medication/01C-Cefuroxime1500Branded",
      "display": "Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10."
    }
  },
  "subject": {
    "reference": "Patient/patient1"
  },
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/pharmacist1"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/400C-prescription-cefuroxime-singleline"
    }
  ],
  "quantity": {
    "value": 1,
    "system": "http://unitsofmeasure.org",
    "code": "1"
  },
  "daysSupply": {
    "value": 3,
    "unit": "day(s)",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "recorded": "2024-12-06T19:54:00Z",
  "whenHandedOver": "2024-12-06T19:54:00Z"
}