Class TDeviceAssociation
Unit
bsFhir_r5
Declaration
type TDeviceAssociation = class(TDomainResource)
Description
A record of association or dissociation of a device with a patient. 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; |
Instance identifier.
|
|
property device : TReference read Getdevice write Setdevice; |
Reference to the devices associated with the patient or group.
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
Describes the relationship between the device and subject.
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
Indicates the state of the Device association.
|
|
property statusReason : TCodeableConceptArray read GetstatusReasonArray; |
The reasons given for the current association status.
|
|
property subject : TReference read Getsubject write Setsubject; |
The individual, group of individuals or device that the device is on or associated with.
|
|
property bodyStructure : TReference read GetbodyStructure write SetbodyStructure; |
Current anatomical location of the device in/on subject.
|
|
property period : TPeriod read Getperiod write Setperiod; |
Begin and end dates and times for the device association.
|
Generated by PasDoc 0.15.0.
|