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

FHIR IG analytics

Packagemyhealth.eu.fhir.epd
Resource TypeMedicationDispense
IdMedicationDispense-400E-refused-dispense.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 400E-refused-dispense

R5: When the recording of the dispense started (new): 2024-12-06 19:54:00+0000

status: Declined

medication: Medication Cefuroxime (as cefuroxime sodium) 1.5 g powder for solution for injection vial

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

Performers

-Actor
*PractitionerRole Pharmacist

authorizingPrescription: MedicationRequest: identifier = 10-123EP; status = active; intent = order; medication[x] = ->Medication: extension = cefuroxime; form = Powder for solution for injection/infusion; authoredOn = 2024-12-06; reasonCode = Bronchopneumonia, unspecified

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

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


Source1

{
  "resourceType": "MedicationDispense",
  "id": "400E-refused-dispense",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/epd/StructureDefinition/MedicationDispense-myhealtheu-epd"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationDispense.recorded",
      "valueDateTime": "2024-12-06T19:54:00Z"
    }
  ],
  "status": "declined",
  "medicationReference": {
    "reference": "Medication/01B-Cefuroxime1500GenericConcept"
  },
  "subject": {
    "reference": "Patient/patient1"
  },
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/pharmacist1"
      }
    }
  ],
  "authorizingPrescription": [
    {
      "reference": "MedicationRequest/400C-prescription-cefuroxime-singleline"
    }
  ],
  "quantity": {
    "value": 0,
    "system": "http://unitsofmeasure.org",
    "code": "1"
  },
  "whenHandedOver": "2024-12-06T19:54:00Z"
}