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 definition : TReferenceArray read GetdefinitionArray;
Public property basedOn : TReferenceArray read GetbasedOnArray;
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 intent : string read Getintent write Setintent;
Public property intentElement : TMedicationRequestIntent read GetintentElement write SetintentElement;
Public property category : TCodeableConcept read Getcategory write Setcategory;
Public property priority : string read Getpriority write Setpriority;
Public property priorityElement : TMedicationRequestPriority read GetpriorityElement write SetpriorityElement;
Public property medication : TElement read Getmedication write Setmedication;
Public property subject : TReference read Getsubject write Setsubject;
Public property context : TReference read Getcontext write Setcontext;
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 : TMedicationRequestRequester read Getrequester write Setrequester;
Public property recorder : TReference read Getrecorder write Setrecorder;
Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;
Public property reasonReference : TReferenceArray read GetreasonReferenceArray;
Public property note : TAnnotationArray read GetnoteArray;
Public property dosageInstruction : TDosageArray read GetdosageInstructionArray;
Public property dispenseRequest : TMedicationRequestDispenseRequest read GetdispenseRequest write SetdispenseRequest;
Public property substitution : TMedicationRequestSubstitution read Getsubstitution write Setsubstitution;
Public property priorPrescription : TReference read GetpriorPrescription write SetpriorPrescription;
Public property detectedIssue : TReferenceArray read GetdetectedIssueArray;
Public property eventHistory : TReferenceArray read GeteventHistoryArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

This records 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. For example a re-imbursement system might issue its own id for each prescription that is created. This is particularly important where FHIR only provides part of an entire workflow process where records must be tracked through an entire system.

Public property definition : TReferenceArray read GetdefinitionArray;

Protocol or definition followed by this request.

Public property basedOn : TReferenceArray read GetbasedOnArray;

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

Public property groupIdentifier : TIdentifier read GetgroupIdentifier write SetgroupIdentifier;

A shared identifier common to all requests that were authorized more or less simultaneously by a single author, representing the identifier of the requisition or prescription.

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 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 : TCodeableConcept read Getcategory write Setcategory;

Indicates the type of medication order and where the medication is expected to be consumed or administered.

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 : TMedicationRequestPriority read GetpriorityElement write SetpriorityElement;
 
Public property medication : TElement 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;

A link to a resource representing the person or set of individuals to whom the medication will be given.

Public property context : TReference read Getcontext write Setcontext;

A link to an encounter, or episode of care, that identifies the particular occurrence or set occurrences of contact between patient and health care provider.

Public property supportingInformation : TReferenceArray read GetsupportingInformationArray;

Include additional information (for example, patient height and weight) that supports the ordering of the medication.

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 : TMedicationRequestRequester read Getrequester write Setrequester;

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

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 reasonCode : TCodeableConceptArray read GetreasonCodeArray;

The reason or the indication for ordering the medication.

Public property reasonReference : TReferenceArray read GetreasonReferenceArray;

Condition or observation that supports why the medication was ordered.

Public property note : TAnnotationArray read GetnoteArray;

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

Public property dosageInstruction : TDosageArray read GetdosageInstructionArray;

Indicates 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 priorPrescription : TReference read GetpriorPrescription write SetpriorPrescription;

A link to a resource representing an earlier order related order or prescription.

Public property detectedIssue : TReferenceArray read GetdetectedIssueArray;

Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, duplicate therapy, dosage alert etc.

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.