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 status : string read Getstatus write Setstatus;
Public property statusElement : TmedicationrequestStatus read GetstatusElement write SetstatusElement;
Public property statusReason : TCodeableConcept read GetstatusReason write SetstatusReason;
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 reported : TElement read Getreported write Setreported;
Public property medication : TElement read Getmedication write Setmedication;
Public property subject : TReference read Getsubject write Setsubject;
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 performer : TReference read Getperformer write Setperformer;
Public property performerType : TCodeableConcept read GetperformerType write SetperformerType;
Public property recorder : TReference read Getrecorder write Setrecorder;
Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;
Public property reasonReference : TReferenceArray read GetreasonReferenceArray;
Public property instantiatesCanonical : TBSFHIRPrimitiveStringArray read GetinstantiatesCanonicalArray;
Public property instantiatesUri : TBSFHIRPrimitiveStringArray read GetinstantiatesUriArray;
Public property basedOn : TReferenceArray read GetbasedOnArray;
Public property groupIdentifier : TIdentifier read GetgroupIdentifier write SetgroupIdentifier;
Public property courseOfTherapyType : TCodeableConcept read GetcourseOfTherapyType write SetcourseOfTherapyType;
Public property insurance : TReferenceArray read GetinsuranceArray;
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;

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 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 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;

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

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 medication request not to occur.

Public property doNotPerformElement : Tboolean read GetdoNotPerformElement write SetdoNotPerformElement;
 
Public property reported : TElement 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 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 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;

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

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

Public property performer : TReference read Getperformer write Setperformer;

The specified desired performer of the medication treatment (e.g. the performer of the medication administration).

Public property performerType : TCodeableConcept read GetperformerType write SetperformerType;

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

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 or not ordering the medication.

Public property reasonReference : TReferenceArray read GetreasonReferenceArray;

Condition or observation that supports why the medication was ordered.

Public property instantiatesCanonical : TBSFHIRPrimitiveStringArray read GetinstantiatesCanonicalArray;

The URL pointing to a protocol, guideline, orderset, or other definition that is adhered to in whole or in part by this MedicationRequest.

Public property instantiatesUri : TBSFHIRPrimitiveStringArray read GetinstantiatesUriArray;

The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this MedicationRequest.

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 courseOfTherapyType : TCodeableConcept read GetcourseOfTherapyType write SetcourseOfTherapyType;

The description of the overall patte3rn 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 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.