IGUHealth
    Preparing search index...
    interface MedicationDispenseSubstitution {
        _wasSubstituted?: Element;
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        reason?: CodeableConcept[];
        responsibleParty?: Reference[];
        type?: CodeableConcept;
        wasSubstituted: boolean;
    }
    Index

    Properties

    _wasSubstituted?: Element

    Whether a substitution was or was not performed on the dispense

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    reason?: CodeableConcept[]

    Why was substitution made

    responsibleParty?: Reference[]

    Who is responsible for the substitution

    Code signifying whether a different drug was dispensed from what was prescribed

    wasSubstituted: boolean

    Whether a substitution was or was not performed on the dispense