MedicationDispense

Represents a medication dispense resource.

MedicationDispense = object

Represents a medication dispense resource.

Properties

resourceType

resourceType: string | null

Resource type


id

id: string

The logical id of the resource.


identifier

identifier: (Identifier | null)[] | null

Identifiers for this medication dispense


meta

meta: Meta | null

The metadata about the resource.


status

status: string | null

A code specifying the state of the dispense event.


category

category: CodeableConcept | null

Indicates the type of medication dispense (for example, where the medication is expected to be consumed or administered)


medicationCodeableConcept

medicationCodeableConcept: CodeableConcept | null

Identifies the medication being administered.


medicationReference

medicationReference: Reference<Medication> | null

Identifies the medication being administered.


subject

subject: Reference<Patient> | null

A link to a resource representing the person or the group to whom the medication will be given.


context

context: Reference<Encounter> | null

The encounter or episode of care that establishes the context for this event.


performer

performer: object[] | null

Indicates who or what performed the event. (TODO)


daysSupply

daysSupply: Quantity | null

The number of days supply of medication.


quantity

quantity: Quantity | null

The amount of medication that has been dispensed. Includes unit of measure.


whenPrepared

whenPrepared: string | null

The time when the dispensed product was packaged and reviewed.


whenHandedOver

whenHandedOver: string | null

The time the dispensed product was provided to the patient or their representative.


dosageInstruction

dosageInstruction: (Dosage | null)[] | null

Indicates how the medication is to be used by the patient.


type

type: CodeableConcept | null

Indicates the type of dispensing event that is performed. For example, Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc.


location

location: Reference<Location> | null

The principal physical location where the dispense was performed.


authorizingPrescription

authorizingPrescription: (Reference | null)[] | null

Indicates the medication order that is being dispensed against.