IGUHealth
    Preparing search index...
    interface MedicationRequest {
        _authoredOn?: Element;
        _doNotPerform?: Element;
        _implicitRules?: Element;
        _instantiatesCanonical?: Element[];
        _instantiatesUri?: Element[];
        _intent?: Element;
        _language?: Element;
        _priority?: Element;
        _reportedBoolean?: Element;
        _status?: Element;
        authoredOn?: dateTime;
        basedOn?: Reference[];
        category?: CodeableConcept[];
        contained?: ConcreteType[];
        courseOfTherapyType?: CodeableConcept;
        detectedIssue?: Reference[];
        dispenseRequest?: MedicationRequestDispenseRequest;
        doNotPerform?: boolean;
        dosageInstruction?: Dosage[];
        encounter?: Reference;
        eventHistory?: Reference[];
        extension?: Extension[];
        groupIdentifier?: Identifier;
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        instantiatesCanonical?: canonical[];
        instantiatesUri?: uri[];
        insurance?: Reference[];
        intent: code;
        language?: code;
        medicationCodeableConcept?: CodeableConcept;
        medicationReference?: Reference;
        meta?: Meta;
        modifierExtension?: Extension[];
        note?: Annotation[];
        performer?: Reference;
        performerType?: CodeableConcept;
        priority?: code;
        priorPrescription?: Reference;
        reasonCode?: CodeableConcept[];
        reasonReference?: Reference[];
        recorder?: Reference;
        reportedBoolean?: boolean;
        reportedReference?: Reference;
        requester?: Reference;
        resourceType: "MedicationRequest";
        status: code;
        statusReason?: CodeableConcept;
        subject: Reference;
        substitution?: MedicationRequestSubstitution;
        supportingInformation?: Reference[];
        text?: Narrative;
    }
    Index

    Properties

    _authoredOn?: Element

    When request was initially authored

    _doNotPerform?: Element

    True if request is prohibiting action

    _implicitRules?: Element

    A set of rules under which this content was created

    _instantiatesCanonical?: Element[]

    Instantiates FHIR protocol or definition

    _instantiatesUri?: Element[]

    Instantiates external protocol or definition

    _intent?: Element

    proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option

    _language?: Element

    Language of the resource content

    _priority?: Element

    routine | urgent | asap | stat

    _reportedBoolean?: Element

    Reported rather than primary record

    _status?: Element

    active | on-hold | cancelled | completed | entered-in-error | stopped | draft | unknown

    authoredOn?: dateTime

    When request was initially authored

    basedOn?: Reference[]

    What request fulfills

    category?: CodeableConcept[]

    Type of medication usage

    contained?: ConcreteType[]

    Contained, inline Resources

    courseOfTherapyType?: CodeableConcept

    Overall pattern of medication administration

    detectedIssue?: Reference[]

    Clinical Issue with action

    Medication supply authorization

    doNotPerform?: boolean

    True if request is prohibiting action

    dosageInstruction?: Dosage[]

    How the medication should be taken

    encounter?: Reference

    Encounter created as part of encounter/admission/stay

    eventHistory?: Reference[]

    A list of events of interest in the lifecycle

    extension?: Extension[]

    Additional content defined by implementations

    groupIdentifier?: Identifier

    Composite request this is part of

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    External ids for this request

    implicitRules?: uri

    A set of rules under which this content was created

    instantiatesCanonical?: canonical[]

    Instantiates FHIR protocol or definition

    instantiatesUri?: uri[]

    Instantiates external protocol or definition

    insurance?: Reference[]

    Associated insurance coverage

    intent: code

    proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option

    language?: code

    Language of the resource content

    medicationCodeableConcept?: CodeableConcept

    Medication to be taken

    medicationReference?: Reference

    Medication to be taken

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    note?: Annotation[]

    Information about the prescription

    performer?: Reference

    Intended performer of administration

    performerType?: CodeableConcept

    Desired kind of performer of the medication administration

    priority?: code

    routine | urgent | asap | stat

    priorPrescription?: Reference

    An order/prescription that is being replaced

    reasonCode?: CodeableConcept[]

    Reason or indication for ordering or not ordering the medication

    reasonReference?: Reference[]

    Condition or observation that supports why the prescription is being written

    recorder?: Reference

    Person who entered the request

    reportedBoolean?: boolean

    Reported rather than primary record

    reportedReference?: Reference

    Reported rather than primary record

    requester?: Reference

    Who/What requested the Request

    resourceType: "MedicationRequest"
    status: code

    active | on-hold | cancelled | completed | entered-in-error | stopped | draft | unknown

    statusReason?: CodeableConcept

    Reason for current status

    subject: Reference

    Who or group medication request is for

    Any restrictions on medication substitution

    supportingInformation?: Reference[]

    Information to support ordering of the medication

    text?: Narrative

    Text summary of the resource, for human interpretation