Class TSupplyRequest
Unit
bsFhir_stu3
Declaration
type TSupplyRequest = class(TDomainResource)
Description
A record of a request for a medication, substance or device used in the healthcare setting. 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 : TIdentifier read Getidentifier write Setidentifier; |
Unique identifier for this supply request.
|
|
property status : string read Getstatus write Setstatus; |
Status of the supply request.
|
|
property category : TCodeableConcept read Getcategory write Setcategory; |
Category of supply, e.g. central, non-stock, etc. This is used to support work flows associated with the supply process.
|
|
property priority : string read Getpriority write Setpriority; |
Indicates how quickly this SupplyRequest should be addressed with respect to other requests.
|
|
property priorityElement : TRequestPriority read GetpriorityElement write SetpriorityElement; |
|
|
property occurrence : TElement read Getoccurrence write Setoccurrence; |
When the request should be fulfilled.
|
|
property authoredOn : string read GetauthoredOn write SetauthoredOn; |
When the request was made.
|
|
property authoredOnElement : TdateTime_ read GetauthoredOnElement write SetauthoredOnElement; |
|
|
property requester : TSupplyRequestRequester read Getrequester write Setrequester; |
The individual who initiated the request and has responsibility for its activation.
|
|
property supplier : TReferenceArray read GetsupplierArray; |
Who is intended to fulfill the request.
|
|
property reason : TElement read Getreason write Setreason; |
Why the supply item was requested.
|
|
property deliverFrom : TReference read GetdeliverFrom write SetdeliverFrom; |
Where the supply is expected to come from.
|
|
property deliverTo : TReference read GetdeliverTo write SetdeliverTo; |
Where the supply is destined to go.
|
Generated by PasDoc 0.15.0.
|