Class TSupplyDelivery
Unit
bsFhir_r4b
Declaration
type TSupplyDelivery = class(TDomainResource)
Description
Record of delivery of what is supplied. 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; |
Identifier for the supply delivery event that is used to identify it across multiple disparate systems.
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
A plan, proposal or order that is fulfilled in whole or in part by this event.
|
|
property partOf : TReferenceArray read GetpartOfArray; |
A larger event of which this particular event is a component or step.
|
|
property status : string read Getstatus write Setstatus; |
A code specifying the state of the dispense event.
|
|
property patient : TReference read Getpatient write Setpatient; |
A link to a resource representing the person whom the delivered item is for.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Indicates the type of dispensing event that is performed. Examples include: Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc.
|
|
property suppliedItem : TSupplyDeliverySuppliedItem read GetsuppliedItem write SetsuppliedItem; |
The item that is being delivered or has been supplied.
|
|
property occurrence : TElement read Getoccurrence write Setoccurrence; |
The date or time(s) the activity occurred.
|
|
property supplier : TReference read Getsupplier write Setsupplier; |
The individual responsible for dispensing the medication, supplier or device.
|
|
property destination : TReference read Getdestination write Setdestination; |
Identification of the facility/location where the Supply was shipped to, as part of the dispense event.
|
|
property receiver : TReferenceArray read GetreceiverArray; |
Identifies the person who picked up the Supply.
|
Generated by PasDoc 0.15.0.
|