Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TServiceRequest
Unit
bsFhir_r4
Declaration
type TServiceRequest = class(TDomainResource)
Description
A record of a request for service such as 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 instantiatesCanonical : TBSFHIRPrimitiveStringArray read GetinstantiatesCanonicalArray; |
The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this ServiceRequest.
|
|
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 ServiceRequest.
|
|
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 service 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 category : TCodeableConceptArray read GetcategoryArray; |
A code that classifies the service for searching, sorting and display purposes (e.g. "Surgical Procedure").
|
|
property priority : string read Getpriority write Setpriority; |
Indicates how quickly the ServiceRequest 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 service/procedure should NOT be performed.
|
|
property doNotPerformElement : Tboolean read GetdoNotPerformElement write SetdoNotPerformElement; |
|
|
property code : TCodeableConcept read Getcode write Setcode; |
A code that identifies a particular service (i.e., procedure, diagnostic investigation, or panel of investigations) that have been requested.
|
|
property orderDetail : TCodeableConceptArray read GetorderDetailArray; |
Additional details and instructions about the how the services are to be delivered. For example, and order for a urinary catheter may have an order detail for an external or indwelling catheter, or an order for a bandage may require additional instructions specifying how the bandage should be applied.
|
|
property quantity : TElement read Getquantity write Setquantity; |
An amount of service being requested which can be a quantity ( for example $1,500 home modification), a ratio ( for example, 20 half day visits per month), or a range (2.0 to 1.8 Gy per fraction).
|
|
property subject : TReference read Getsubject write Setsubject; |
On whom or what the service 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 encounter : TReference read Getencounter write Setencounter; |
An encounter 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 requested service should occur.
|
|
property asNeeded : TElement read GetasNeeded write SetasNeeded; |
If a CodeableConcept is present, it indicates the pre-condition for performing the service. 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 : TReference 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 requested service.
|
|
property performer : TReferenceArray read GetperformerArray; |
The desired performer for doing the requested service. For example, the surgeon, dermatopathologist, endoscopist, etc.
|
|
property locationCode : TCodeableConceptArray read GetlocationCodeArray; |
The preferred location(s) where the procedure should actually happen in coded or free text form. E.g. at home or nursing day care center.
|
|
property locationReference : TReferenceArray read GetlocationReferenceArray; |
A reference to the the preferred location(s) where the procedure should actually happen. E.g. at home or nursing day care center.
|
|
property reasonCode : TCodeableConceptArray read GetreasonCodeArray; |
An explanation or justification for why this service is being requested in coded or textual form. This is often for billing purposes. May relate to the resources referred to in `supportingInfo`.
|
|
property reasonReference : TReferenceArray read GetreasonReferenceArray; |
Indicates another resource that provides a justification for why this service is being requested. May relate to the resources referred to in `supportingInfo`.
|
|
property insurance : TReferenceArray read GetinsuranceArray; |
Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be needed for delivering the requested service.
|
|
property supportingInfo : TReferenceArray read GetsupportingInfoArray; |
Additional clinical information about the patient or specimen that may influence the services 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, internal billing notes.
|
|
property patientInstruction : string read GetpatientInstruction write SetpatientInstruction; |
Instructions in terms that are understood by the patient or consumer.
|
|
property patientInstructionElement : Tstring read GetpatientInstructionElement write SetpatientInstructionElement; |
|
|
property relevantHistory : TReferenceArray read GetrelevantHistoryArray; |
Key events in the history of the request.
|
Generated by PasDoc 0.15.0.
|