MedicationRequest

Represents a medication request resource.

MedicationRequest = object

Represents a medication request resource. An order or request for both supply of the medication and the instructions for administration of the medication to a patient.

Properties

resourceType

resourceType: string | null

Resource type


id

id: string

The logical id of the resource.


meta

meta: Meta | null

The metadata about the resource.


status

status: string | null

A code specifying the current state of the order.


category

category: (CodeableConcept | null)[] | null

Indicates the type of medication request (for example, where the medication is expected to be consumed or administered).


identifier

identifier: (Identifier | null)[] | null

Identifiers associated with this medication request.


intent

intent: string | null

Whether the request is a proposal, plan, or an original order.


language

language: string | null

The base language in which the resource is written.


medicationCodeableConcept

medicationCodeableConcept: CodeableConcept | null

Identifies the medication being requested.


medicationReference

medicationReference: Reference<Medication> | null

Identifies the medication being requested.


text

text: Narrative | null

A human-readable narrative that contains a summary of the resource.


subject

subject: Reference<Patient> | null

A link to a resource representing the person or group to whom the medication will be given.


requester

requester: Reference<Practitioner> | null

The individual, organization, or device that initiated the request and has responsibility for its activation.


recorder

recorder: Reference<Practitioner> | null

The person who entered the order on behalf of another individual.


encounter

encounter: Reference<Encounter> | null

The encounter or episode of care that provides additional context for this request.


authoredOn

authoredOn: string | null

The date (and perhaps time) when the prescription was initially written or authored on.


dosageInstruction

dosageInstruction: (Dosage | null)[] | null

Indicates how the medication is to be used by the patient.


dispenseRequest

dispenseRequest: DispenseRequest | null

Indicates the specific details for the dispense or medication supply part of a medication request.


reasonCode

reasonCode: (CodeableConcept | null)[] | null

The reason or the indication for ordering or not ordering the medication.


courseOfTherapyType

courseOfTherapyType: CodeableConcept | null

The description of the overall pattern of the administration of the medication to the patient.