Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TProcedureRequest
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Identifiers assigned to this order instance by the orderer and/or the receiver and/or order fulfiller.
|
|
property definition : TReferenceArray read GetdefinitionArray; |
Protocol or definition followed by this request.
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
Plan/proposal/order fulfilled by this request.
|
|
property replaces : TReferenceArray read GetreplacesArray; |
The request takes the place of the referenced completed or terminated request(s).
|
|
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.
|
|
property status : string read Getstatus write Setstatus; |
The status of the order.
|
|
property statusElement : TRequestStatus read GetstatusElement write SetstatusElement; |
|
|
property intent : string read Getintent write Setintent; |
Whether the request is a proposal, plan, an original order or a reflex order.
|
|
property intentElement : TRequestIntent read GetintentElement write SetintentElement; |
|
|
property priority : string read Getpriority write Setpriority; |
Indicates how quickly the ProcedureRequest should be addressed with respect to other requests.
|
|
property priorityElement : TRequestPriority read GetpriorityElement write SetpriorityElement; |
|
|
property doNotPerform : boolean read GetdoNotPerform write SetdoNotPerform; |
Set this to true if the record is saying that the procedure should NOT be performed.
|
|
property doNotPerformElement : Tboolean read GetdoNotPerformElement write SetdoNotPerformElement; |
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
A code that classifies the procedure for searching, sorting and display purposes (e.g. "Surgical Procedure").
|
|
property code : TCodeableConcept read Getcode write Setcode; |
A code that identifies a particular procedure, diagnostic investigation, or panel of investigations, that have been requested.
|
|
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).
|
|
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.
|
|
property occurrence : TElement read Getoccurrence write Setoccurrence; |
The date/time at which the diagnostic testing should occur.
|
|
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.
|
|
property authoredOn : string read GetauthoredOn write SetauthoredOn; |
When the request transitioned to being actionable.
|
|
property authoredOnElement : TdateTime_ read GetauthoredOnElement write SetauthoredOnElement; |
|
|
property requester : TProcedureRequestRequester read Getrequester write Setrequester; |
The individual who initiated the request and has responsibility for its activation.
|
|
property performerType : TCodeableConcept read GetperformerType write SetperformerType; |
Desired type of performer for doing the diagnostic testing.
|
|
property performer : TReference read Getperformer write Setperformer; |
The desired perfomer for doing the diagnostic testing. For example, the surgeon, dermatopathologist, endoscopist, etc.
|
|
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.
|
|
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.
|
|
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.
|
|
property specimen : TReferenceArray read GetspecimenArray; |
One or more specimens that the laboratory procedure will use.
|
|
property bodySite : TCodeableConceptArray read GetbodySiteArray; |
Anatomic location where the procedure should be performed. This is the target site.
|
|
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.
|
|
property relevantHistory : TReferenceArray read GetrelevantHistoryArray; |
Key events in the history of the request.
|
Generated by PasDoc 0.15.0.
|