IGUHealth
    Preparing search index...
    interface MedicationStatement {
        _dateAsserted?: Element;
        _effectiveDateTime?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _status?: Element;
        basedOn?: Reference[];
        category?: CodeableConcept;
        contained?: ConcreteType[];
        context?: Reference;
        dateAsserted?: dateTime;
        derivedFrom?: Reference[];
        dosage?: Dosage[];
        effectiveDateTime?: dateTime;
        effectivePeriod?: Period;
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        informationSource?: Reference;
        language?: code;
        medicationCodeableConcept?: CodeableConcept;
        medicationReference?: Reference;
        meta?: Meta;
        modifierExtension?: Extension[];
        note?: Annotation[];
        partOf?: Reference[];
        reasonCode?: CodeableConcept[];
        reasonReference?: Reference[];
        resourceType: "MedicationStatement";
        status: code;
        statusReason?: CodeableConcept[];
        subject: Reference;
        text?: Narrative;
    }
    Index

    Properties

    _dateAsserted?: Element

    When the statement was asserted?

    _effectiveDateTime?: Element

    The date/time or interval when the medication is/was/will be taken

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _status?: Element

    active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken

    basedOn?: Reference[]

    Fulfils plan, proposal or order

    category?: CodeableConcept

    Type of medication usage

    contained?: ConcreteType[]

    Contained, inline Resources

    context?: Reference

    Encounter / Episode associated with MedicationStatement

    dateAsserted?: dateTime

    When the statement was asserted?

    derivedFrom?: Reference[]

    Additional supporting information

    dosage?: Dosage[]

    Details of how medication is/was taken or should be taken

    effectiveDateTime?: dateTime

    The date/time or interval when the medication is/was/will be taken

    effectivePeriod?: Period

    The date/time or interval when the medication is/was/will be taken

    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

    informationSource?: Reference

    Person or organization that provided the information about the taking of this medication

    language?: code

    Language of the resource content

    medicationCodeableConcept?: CodeableConcept

    What medication was taken

    medicationReference?: Reference

    What medication was taken

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    note?: Annotation[]

    Further information about the statement

    partOf?: Reference[]

    Part of referenced event

    reasonCode?: CodeableConcept[]

    Reason for why the medication is being/was taken

    reasonReference?: Reference[]

    Condition or observation that supports why the medication is being/was taken

    resourceType: "MedicationStatement"
    status: code

    active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken

    statusReason?: CodeableConcept[]

    Reason for current status

    subject: Reference

    Who is/was taking the medication

    text?: Narrative

    Text summary of the resource, for human interpretation