Class TMedicationRequest

Unit

Declaration

type TMedicationRequest = class(TDomainResource)

Description

An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property basedOn : TReferenceArray read GetbasedOnArray;
Public property priorPrescription : TReference read GetpriorPrescription write SetpriorPrescription;
Public property groupIdentifier : TIdentifier read GetgroupIdentifier write SetgroupIdentifier;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TMedicationrequestStatus read GetstatusElement write SetstatusElement;
Public property statusReason : TCodeableConcept read GetstatusReason write SetstatusReason;
Public property statusChanged : string read GetstatusChanged write SetstatusChanged;
Public property statusChangedElement : TdateTime_ read GetstatusChangedElement write SetstatusChangedElement;
Public property intent : string read Getintent write Setintent;
Public property intentElement : TMedicationRequestIntent read GetintentElement write SetintentElement;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property priority : string read Getpriority write Setpriority;
Public property priorityElement : TRequestPriority read GetpriorityElement write SetpriorityElement;
Public property doNotPerform : boolean read GetdoNotPerform write SetdoNotPerform;
Public property doNotPerformElement : Tboolean read GetdoNotPerformElement write SetdoNotPerformElement;
Public property medication : TCodeableReference read Getmedication write Setmedication;
Public property subject : TReference read Getsubject write Setsubject;
Public property informationSource : TReferenceArray read GetinformationSourceArray;
Public property encounter : TReference read Getencounter write Setencounter;
Public property supportingInformation : TReferenceArray read GetsupportingInformationArray;
Public property authoredOn : string read GetauthoredOn write SetauthoredOn;
Public property authoredOnElement : TdateTime_ read GetauthoredOnElement write SetauthoredOnElement;
Public property requester : TReference read Getrequester write Setrequester;
Public property reported : boolean read Getreported write Setreported;
Public property reportedElement : Tboolean read GetreportedElement write SetreportedElement;
Public property performerType : TCodeableConcept read GetperformerType write SetperformerType;
Public property performer : TReferenceArray read GetperformerArray;
Public property device : TCodeableReferenceArray read GetdeviceArray;
Public property recorder : TReference read Getrecorder write Setrecorder;
Public property reason : TCodeableReferenceArray read GetreasonArray;
Public property courseOfTherapyType : TCodeableConcept read GetcourseOfTherapyType write SetcourseOfTherapyType;
Public property insurance : TReferenceArray read GetinsuranceArray;
Public property note : TAnnotationArray read GetnoteArray;
Public property renderedDosageInstruction : string read GetrenderedDosageInstruction write SetrenderedDosageInstruction;
Public property renderedDosageInstructionElement : Tmarkdown read GetrenderedDosageInstructionElement write SetrenderedDosageInstructionElement;
Public property effectiveDosePeriod : TPeriod read GeteffectiveDosePeriod write SeteffectiveDosePeriod;
Public property dosageInstruction : TDosageArray read GetdosageInstructionArray;
Public property dispenseRequest : TMedicationRequestDispenseRequest read GetdispenseRequest write SetdispenseRequest;
Public property substitution : TMedicationRequestSubstitution read Getsubstitution write Setsubstitution;
Public property eventHistory : TReferenceArray read GeteventHistoryArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifiers associated with this medication request that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.

Public property basedOn : TReferenceArray read GetbasedOnArray;

A plan or request that is fulfilled in whole or in part by this medication request.

Public property priorPrescription : TReference read GetpriorPrescription write SetpriorPrescription;

Reference to an order/prescription that is being replaced by this MedicationRequest.

Public property groupIdentifier : TIdentifier read GetgroupIdentifier write SetgroupIdentifier;

A shared identifier common to multiple independent Request instances that were activated/authorized more or less simultaneously by a single author. The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc. E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time.

Public property status : string read Getstatus write Setstatus;

A code specifying the current state of the order. Generally, this will be active or completed state.

Public property statusElement : TMedicationrequestStatus read GetstatusElement write SetstatusElement;
 
Public property statusReason : TCodeableConcept read GetstatusReason write SetstatusReason;

Captures the reason for the current state of the MedicationRequest.

Public property statusChanged : string read GetstatusChanged write SetstatusChanged;

The date (and perhaps time) when the status was changed.

Public property statusChangedElement : TdateTime_ read GetstatusChangedElement write SetstatusChangedElement;
 
Public property intent : string read Getintent write Setintent;

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

Public property intentElement : TMedicationRequestIntent read GetintentElement write SetintentElement;
 
Public property category : TCodeableConceptArray read GetcategoryArray;

An arbitrary categorization or grouping of the medication request. It could be used for indicating where meds are intended to be administered, eg. in an inpatient setting or in a patient's home, or a legal category of the medication.

Public property priority : string read Getpriority write Setpriority;

Indicates how quickly the Medication Request should be addressed with respect to other requests.

Public property priorityElement : TRequestPriority read GetpriorityElement write SetpriorityElement;
 
Public property doNotPerform : boolean read GetdoNotPerform write SetdoNotPerform;

If true, indicates that the provider is asking for the patient to either stop taking or to not start taking the specified medication. For example, the patient is taking an existing medication and the provider is changing their medication. They want to create two seperate requests: one to stop using the current medication and another to start the new medication.

Public property doNotPerformElement : Tboolean read GetdoNotPerformElement write SetdoNotPerformElement;
 
Public property medication : TCodeableReference read Getmedication write Setmedication;

Identifies the medication being requested. This is a link to a resource that represents the medication which may be the details of the medication or simply an attribute carrying a code that identifies the medication from a known list of medications.

Public property subject : TReference read Getsubject write Setsubject;

The individual or group for whom the medication has been requested.

Public property informationSource : TReferenceArray read GetinformationSourceArray;

The person or organization who provided the information about this request, if the source is someone other than the requestor. This is often used when the MedicationRequest is reported by another person.

Public property encounter : TReference read Getencounter write Setencounter;

The Encounter during which this [x] was created or to which the creation of this record is tightly associated.

Public property supportingInformation : TReferenceArray read GetsupportingInformationArray;

Information to support fulfilling (i.e. dispensing or administering) of the medication, for example, patient height and weight, a MedicationStatement for the patient

. )

Public property authoredOn : string read GetauthoredOn write SetauthoredOn;

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

Public property authoredOnElement : TdateTime_ read GetauthoredOnElement write SetauthoredOnElement;
 
Public property requester : TReference read Getrequester write Setrequester;

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

Public property reported : boolean read Getreported write Setreported;

Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record. It may also indicate the source of the report.

Public property reportedElement : Tboolean read GetreportedElement write SetreportedElement;
 
Public property performerType : TCodeableConcept read GetperformerType write SetperformerType;

Indicates the type of performer of the administration of the medication.

Public property performer : TReferenceArray read GetperformerArray;

The specified desired performer of the medication treatment (e.g. the performer of the medication administration). For devices, this is the device that is intended to perform the administration of the medication. An IV Pump would be an example of a device that is performing the administration. Both the IV Pump and the practitioner that set the rate or bolus on the pump can be listed as performers.

Public property device : TCodeableReferenceArray read GetdeviceArray;

The intended type of device that is to be used for the administration of the medication (for example, PCA Pump).

Public property recorder : TReference read Getrecorder write Setrecorder;

The person who entered the order on behalf of another individual for example in the case of a verbal or a telephone order.

Public property reason : TCodeableReferenceArray read GetreasonArray;

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

Public property courseOfTherapyType : TCodeableConcept read GetcourseOfTherapyType write SetcourseOfTherapyType;

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

Public property insurance : TReferenceArray read GetinsuranceArray;

Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be required for delivering the requested service.

Public property note : TAnnotationArray read GetnoteArray;

Extra information about the prescription that could not be conveyed by the other attributes.

Public property renderedDosageInstruction : string read GetrenderedDosageInstruction write SetrenderedDosageInstruction;

The full representation of the dose of the medication included in all dosage instructions. To be used when multiple dosage instructions are included to represent complex dosing such as increasing or tapering doses.

Public property renderedDosageInstructionElement : Tmarkdown read GetrenderedDosageInstructionElement write SetrenderedDosageInstructionElement;
 
Public property effectiveDosePeriod : TPeriod read GeteffectiveDosePeriod write SeteffectiveDosePeriod;

The period over which the medication is to be taken. Where there are multiple dosageInstruction lines (for example, tapering doses), this is the earliest date and the latest end date of the dosageInstructions.

Public property dosageInstruction : TDosageArray read GetdosageInstructionArray;

Specific instructions for how the medication is to be used by the patient.

Public property dispenseRequest : TMedicationRequestDispenseRequest read GetdispenseRequest write SetdispenseRequest;

Indicates the specific details for the dispense or medication supply part of a medication request (also known as a Medication Prescription or Medication Order). Note that this information is not always sent with the order. There may be in some settings (e.g. hospitals) institutional or system support for completing the dispense details in the pharmacy department.

Public property substitution : TMedicationRequestSubstitution read Getsubstitution write Setsubstitution;

Indicates whether or not substitution can or should be part of the dispense. In some cases, substitution must happen, in other cases substitution must not happen. This block explains the prescriber's intent. If nothing is specified substitution may be done.

Public property eventHistory : TReferenceArray read GeteventHistoryArray;

Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource.


Generated by PasDoc 0.15.0.