IGUHealth
    Preparing search index...
    interface MedicinalProductInteraction {
        _description?: Element;
        _implicitRules?: Element;
        _language?: Element;
        contained?: ConcreteType[];
        description?: string;
        effect?: CodeableConcept;
        extension?: Extension[];
        id?: id;
        implicitRules?: uri;
        incidence?: CodeableConcept;
        interactant?: MedicinalProductInteractionInteractant[];
        language?: code;
        management?: CodeableConcept;
        meta?: Meta;
        modifierExtension?: Extension[];
        resourceType: "MedicinalProductInteraction";
        subject?: Reference[];
        text?: Narrative;
        type?: CodeableConcept;
    }
    Index

    Properties

    _description?: Element

    The interaction described

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    contained?: ConcreteType[]

    Contained, inline Resources

    description?: string

    The interaction described

    The effect of the interaction, for example "reduced gastric absorption of primary medication"

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    implicitRules?: uri

    A set of rules under which this content was created

    incidence?: CodeableConcept

    The incidence of the interaction, e.g. theoretical, observed

    The specific medication, food or laboratory test that interacts

    language?: code

    Language of the resource content

    management?: CodeableConcept

    Actions for managing the interaction

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    resourceType: "MedicinalProductInteraction"
    subject?: Reference[]

    The medication for which this is a described interaction

    text?: Narrative

    Text summary of the resource, for human interpretation

    The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction