Class TProcedureRequest

Unit

Declaration

type TProcedureRequest = class(TDomainResource)

Description

A record of a request for diagnostic investigations, treatments, or operations to be performed. 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 replaces : TReferenceArray read GetreplacesArray;
Public property requisition : TIdentifier read Getrequisition write Setrequisition;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TRequestStatus read GetstatusElement write SetstatusElement;
Public property intent : string read Getintent write Setintent;
Public property intentElement : TRequestIntent read GetintentElement write SetintentElement;
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 category : TCodeableConceptArray read GetcategoryArray;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property subject : TReference read Getsubject write Setsubject;
Public property context : TReference read Getcontext write Setcontext;
Public property occurrence : TElement read Getoccurrence write Setoccurrence;
Public property asNeeded : TElement read GetasNeeded write SetasNeeded;
Public property authoredOn : string read GetauthoredOn write SetauthoredOn;
Public property authoredOnElement : TdateTime_ read GetauthoredOnElement write SetauthoredOnElement;
Public property requester : TProcedureRequestRequester read Getrequester write Setrequester;
Public property performerType : TCodeableConcept read GetperformerType write SetperformerType;
Public property performer : TReference read Getperformer write Setperformer;
Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;
Public property reasonReference : TReferenceArray read GetreasonReferenceArray;
Public property supportingInfo : TReferenceArray read GetsupportingInfoArray;
Public property specimen : TReferenceArray read GetspecimenArray;
Public property bodySite : TCodeableConceptArray read GetbodySiteArray;
Public property note : TAnnotationArray read GetnoteArray;
Public property relevantHistory : TReferenceArray read GetrelevantHistoryArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifiers assigned to this order instance by the orderer and/or the receiver and/or order fulfiller.

Public property definition : TReferenceArray read GetdefinitionArray;

Protocol or definition followed by this request.

Public property basedOn : TReferenceArray read GetbasedOnArray;

Plan/proposal/order fulfilled by this request.

Public property replaces : TReferenceArray read GetreplacesArray;

The request takes the place of the referenced completed or terminated request(s).

Public property requisition : TIdentifier read Getrequisition write Setrequisition;

A shared identifier common to all procedure or diagnostic requests that were authorized more or less simultaneously by a single author, representing the composite or group identifier.

Public property status : string read Getstatus write Setstatus;

The status of the order.

Public property statusElement : TRequestStatus read GetstatusElement write SetstatusElement;
 
Public property intent : string read Getintent write Setintent;

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

Public property intentElement : TRequestIntent read GetintentElement write SetintentElement;
 
Public property priority : string read Getpriority write Setpriority;

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

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

Set this to true if the record is saying that the procedure should NOT be performed.

Public property doNotPerformElement : Tboolean read GetdoNotPerformElement write SetdoNotPerformElement;
 
Public property category : TCodeableConceptArray read GetcategoryArray;

A code that classifies the procedure for searching, sorting and display purposes (e.g. "Surgical Procedure").

Public property code : TCodeableConcept read Getcode write Setcode;

A code that identifies a particular procedure, diagnostic investigation, or panel of investigations, that have been requested.

Public property subject : TReference read Getsubject write Setsubject;

On whom or what the procedure or diagnostic is to be performed. This is usually a human patient, but can also be requested on animals, groups of humans or animals, devices such as dialysis machines, or even locations (typically for environmental scans).

Public property context : TReference read Getcontext write Setcontext;

An encounter or episode of care that provides additional information about the healthcare context in which this request is made.

Public property occurrence : TElement read Getoccurrence write Setoccurrence;

The date/time at which the diagnostic testing should occur.

Public property asNeeded : TElement read GetasNeeded write SetasNeeded;

If a CodeableConcept is present, it indicates the pre-condition for performing the procedure. For example "pain", "on flare-up", etc.

Public property authoredOn : string read GetauthoredOn write SetauthoredOn;

When the request transitioned to being actionable.

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

The individual who initiated the request and has responsibility for its activation.

Public property performerType : TCodeableConcept read GetperformerType write SetperformerType;

Desired type of performer for doing the diagnostic testing.

Public property performer : TReference read Getperformer write Setperformer;

The desired perfomer for doing the diagnostic testing. For example, the surgeon, dermatopathologist, endoscopist, etc.

Public property reasonCode : TCodeableConceptArray read GetreasonCodeArray;

An explanation or justification for why this diagnostic investigation is being requested in coded or textual form. This is often for billing purposes. May relate to the resources referred to in supportingInformation.

Public property reasonReference : TReferenceArray read GetreasonReferenceArray;

Indicates another resource that provides a justification for why this diagnostic investigation is being requested. May relate to the resources referred to in supportingInformation.

Public property supportingInfo : TReferenceArray read GetsupportingInfoArray;

Additional clinical information about the patient or specimen that may influence the procedure or diagnostics or their interpretations. This information includes diagnosis, clinical findings and other observations. In laboratory ordering these are typically referred to as "ask at order entry questions (AOEs)". This includes observations explicitly requested by the producer (filler) to provide context or supporting information needed to complete the order. For example, reporting the amount of inspired oxygen for blood gas measurements.

Public property specimen : TReferenceArray read GetspecimenArray;

One or more specimens that the laboratory procedure will use.

Public property bodySite : TCodeableConceptArray read GetbodySiteArray;

Anatomic location where the procedure should be performed. This is the target site.

Public property note : TAnnotationArray read GetnoteArray;

Any other notes and comments made about the service request. For example, letting provider know that "patient hates needles" or other provider instructions.

Public property relevantHistory : TReferenceArray read GetrelevantHistoryArray;

Key events in the history of the request.


Generated by PasDoc 0.15.0.