4.11 MedicationDispense リソース

logo fhir

HomeClinicalMedicationDispense [medicationdispense]

Resource MedicationDispense - Content4.11

Dispensing a medication to a named patient. This includes a description of the supply provided and the instructions for administering the medication.

The resource name as it appears in a RESTful URL is [root]/medicationdispense/

The supply and the associated administration instructions may not exactly follow the original order (prescription) either because some details were left for completion at this point in the process, or because the dispenser exercised their clinical judgment to make some appropriate modification.

Resource Content4.11.1

<MedicationDispense xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, narrative, and contained --> <identifier><!-- 0..1 Identifier External identifier --></identifier> <status value="[code]"/><!-- 0..1 active | paused | completed | nullified --> <patient><!-- 0..1 Resource(Patient) Patient --></patient> <dispenser><!-- 0..1 Resource(Practitioner) Dispenser --></dispenser> <authorizingPrescription><!-- 0..* Resource(MedicationPrescription) Medication order that authorises the dispense --></authorizingPrescription> <dispense> <!-- 0..* Medicine supply details --> <identifier><!-- 0..1 Identifier External identifier --></identifier> <status value="[code]"/><!-- 0..1 Active/Completed/Aborted --> <type><!-- 0..1 CodeableConcept Type of dispense --></type> <quantity><!-- 0..1 Quantity Amount dispensed --></quantity> <medication><!-- 0..1 Resource(Medication) Medication --></medication> <whenPrepared><!-- 0..1 Period Dispensing time --></whenPrepared> <whenHandedOver><!-- 0..1 Period Handover time --></whenHandedOver> <destination><!-- 0..1 Resource(Location) Where the medication was sent --></destination> <receiver><!-- 0..* Resource(Practitioner) Who collected the medication --></receiver> <dosage> <!-- 0..* Medicine administration instructions to the patient/carer --> <additionalInstructions[x]><!-- 0..1 string|CodeableConcept Additional dosage instructions --></additionalInstructions[x]> <timing[x]><!-- 0..1 dateTime|Period|Schedule Medication timing --></timing[x]> <site><!-- 0..1 CodeableConcept Entry site --></site> <route><!-- 0..1 CodeableConcept Rout of administration --></route> <method><!-- 0..1 CodeableConcept Administration method --></method> <quantity><!-- 0..1 Quantity Dose quantity per dose --></quantity> <rate><!-- 0..1 Ratio Dose quantity per unit of time --></rate> <maxDosePerPeriod><!-- 0..1 Ratio Total dose that should be consumed per unit of time --></maxDosePerPeriod> </dosage> </dispense> <substitution> <!-- 0..1 Deals with substitution of one medicine for another --> <type><!-- 1..1 CodeableConcept Type of substitiution --></type> <reason><!-- 0..* CodeableConcept Why was substitution made --></reason> <responsibleParty><!-- 0..* Resource(Practitioner) Who is responsible for the substitution --></responsibleParty> </substitution> </MedicationDispense>

Alternate definitions: Schema/Schematron, Resource Profile

Terminology Bindings 4.11.1.1

Constraints4.11.1.2

  • Inv-1: On MedicationDispense.dispense: whenHandedOver cannot be before whenPrepared (xpath on f:MedicationDispense/f:dispense: not(exists(f:whenHandedOver/@value)) or not(exists(f:whenPrepared/@value)) or ( f:whenHandedOver/@value >= f:whenPrepared/@value))

Search Parameters 4.11.2

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.