interface MedicationDispense {
    _implicitRules?: Element;
    _language?: Element;
    _status?: Element;
    _whenHandedOver?: Element;
    _whenPrepared?: Element;
    authorizingPrescription?: Reference[];
    category?: CodeableConcept;
    contained?: ConcreteType[];
    context?: Reference;
    daysSupply?: Quantity;
    destination?: Reference;
    detectedIssue?: Reference[];
    dosageInstruction?: Dosage[];
    eventHistory?: Reference[];
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    location?: Reference;
    medicationCodeableConcept?: CodeableConcept;
    medicationReference?: Reference;
    meta?: Meta;
    modifierExtension?: Extension[];
    note?: Annotation[];
    partOf?: Reference[];
    performer?: MedicationDispensePerformer[];
    quantity?: Quantity;
    receiver?: Reference[];
    resourceType: "MedicationDispense";
    status: code;
    statusReasonCodeableConcept?: CodeableConcept;
    statusReasonReference?: Reference;
    subject?: Reference;
    substitution?: MedicationDispenseSubstitution;
    supportingInformation?: Reference[];
    text?: Narrative;
    type?: CodeableConcept;
    whenHandedOver?: dateTime;
    whenPrepared?: dateTime;
}

Properties

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_status?: Element

preparation | in-progress | cancelled | on-hold | completed | entered-in-error | stopped | declined | unknown

_whenHandedOver?: Element

When product was given out

_whenPrepared?: Element

When product was packaged and reviewed

authorizingPrescription?: Reference[]

Medication order that authorizes the dispense

category?: CodeableConcept

Type of medication dispense

contained?: ConcreteType[]

Contained, inline Resources

context?: Reference

Encounter / Episode associated with event

daysSupply?: Quantity

Amount of medication expressed as a timing amount

destination?: Reference

Where the medication was sent

detectedIssue?: Reference[]

Clinical issue with action

dosageInstruction?: Dosage[]

How the medication is to be used by the patient or administered by the caregiver

eventHistory?: Reference[]

A list of relevant lifecycle events

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

External identifier

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

location?: Reference

Where the dispense occurred

medicationCodeableConcept?: CodeableConcept

What medication was supplied

medicationReference?: Reference

What medication was supplied

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

note?: Annotation[]

Information about the dispense

partOf?: Reference[]

Event that dispense is part of

Who performed event

quantity?: Quantity

Amount dispensed

receiver?: Reference[]

Who collected the medication

resourceType
status: code

preparation | in-progress | cancelled | on-hold | completed | entered-in-error | stopped | declined | unknown

statusReasonCodeableConcept?: CodeableConcept

Why a dispense was not performed

statusReasonReference?: Reference

Why a dispense was not performed

subject?: Reference

Who the dispense is for

Whether a substitution was performed on the dispense

supportingInformation?: Reference[]

Information that supports the dispensing of the medication

text?: Narrative

Text summary of the resource, for human interpretation

Trial fill, partial fill, emergency fill, etc.

whenHandedOver?: dateTime

When product was given out

whenPrepared?: dateTime

When product was packaged and reviewed