Class TSupplyDelivery

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property basedOn : TReferenceArray read GetbasedOnArray;
Public property partOf : TReferenceArray read GetpartOfArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TSupplyDeliveryStatus read GetstatusElement write SetstatusElement;
Public property patient : TReference read Getpatient write Setpatient;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property suppliedItem : TSupplyDeliverySuppliedItem read GetsuppliedItem write SetsuppliedItem;
Public property occurrence : TElement read Getoccurrence write Setoccurrence;
Public property supplier : TReference read Getsupplier write Setsupplier;
Public property destination : TReference read Getdestination write Setdestination;
Public property receiver : TReferenceArray read GetreceiverArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifier for the supply delivery event that is used to identify it across multiple disparate systems.

Public property basedOn : TReferenceArray read GetbasedOnArray;

A plan, proposal or order that is fulfilled in whole or in part by this event.

Public property partOf : TReferenceArray read GetpartOfArray;

A larger event of which this particular event is a component or step.

Public property status : string read Getstatus write Setstatus;

A code specifying the state of the dispense event.

Public property statusElement : TSupplyDeliveryStatus read GetstatusElement write SetstatusElement;
 
Public property patient : TReference read Getpatient write Setpatient;

A link to a resource representing the person whom the delivered item is for.

Public 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.

Public property suppliedItem : TSupplyDeliverySuppliedItem read GetsuppliedItem write SetsuppliedItem;

The item that is being delivered or has been supplied.

Public property occurrence : TElement read Getoccurrence write Setoccurrence;

The date or time(s) the activity occurred.

Public property supplier : TReference read Getsupplier write Setsupplier;

The individual responsible for dispensing the medication, supplier or device.

Public property destination : TReference read Getdestination write Setdestination;

Identification of the facility/location where the Supply was shipped to, as part of the dispense event.

Public property receiver : TReferenceArray read GetreceiverArray;

Identifies the person who picked up the Supply.


Generated by PasDoc 0.15.0.