Class TDeviceRequest
Unit
bsFhir_stu3
Declaration
type TDeviceRequest = class(TDomainResource)
Description
Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker. 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 by the orderer or by the receiver.
|
|
property definition : TReferenceArray read GetdefinitionArray; |
Protocol or definition followed by this request. For example: The proposed act must be performed if the indicated conditions occur, e.g.., shortness of breath, SpO2 less than x%.
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
Plan/proposal/order fulfilled by this request.
|
|
property priorRequest : TReferenceArray read GetpriorRequestArray; |
The request takes the place of the referenced completed or terminated request(s).
|
|
property groupIdentifier : TIdentifier read GetgroupIdentifier write SetgroupIdentifier; |
Composite request this is part of.
|
|
property status : string read Getstatus write Setstatus; |
The status of the request.
|
|
property statusElement : TRequestStatus read GetstatusElement write SetstatusElement; |
|
|
property intent : TCodeableConcept read Getintent write Setintent; |
Whether the request is a proposal, plan, an original order or a reflex order.
|
|
property priority : string read Getpriority write Setpriority; |
Indicates how quickly the {{title}} should be addressed with respect to other requests.
|
|
property priorityElement : TRequestPriority read GetpriorityElement write SetpriorityElement; |
|
|
property code : TElement read Getcode write Setcode; |
The details of the device to be used.
|
|
property subject : TReference read Getsubject write Setsubject; |
The patient who will use the device.
|
|
property context : TReference read Getcontext write Setcontext; |
An encounter that provides additional context in which this request is made.
|
|
property occurrence : TElement read Getoccurrence write Setoccurrence; |
The timing schedule for the use of the device. The Schedule data type allows many different expressions, for example. "Every 8 hours"; "Three times a day"; "1/2 an hour before breakfast for 10 days from 23-Dec 2011:"; "15 Oct 2013, 17 Oct 2013 and 1 Nov 2013".
|
|
property authoredOn : string read GetauthoredOn write SetauthoredOn; |
When the request transitioned to being actionable.
|
|
property authoredOnElement : TdateTime_ read GetauthoredOnElement write SetauthoredOnElement; |
|
|
property requester : TDeviceRequestRequester 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.
|
|
property reasonCode : TCodeableConceptArray read GetreasonCodeArray; |
Reason or justification for the use of this device.
|
|
property reasonReference : TReferenceArray read GetreasonReferenceArray; |
Reason or justification for the use of this device.
|
|
property supportingInfo : TReferenceArray read GetsupportingInfoArray; |
Additional clinical information about the patient that may influence the request fulfilment. For example, this may includes body where on the subject's the device will be used ( i.e. the target site).
|
|
property note : TAnnotationArray read GetnoteArray; |
Details about this request that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement.
|
|
property relevantHistory : TReferenceArray read GetrelevantHistoryArray; |
Key events in the history of the request.
|
Generated by PasDoc 0.15.0.
|