Class TDeviceUseStatement
Unit
bsFhir_stu3
Declaration
type TDeviceUseStatement = class(TDomainResource)
Description
A record of a device being used by a patient where the record is the result of a report from the patient or another clinician. 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; |
An external identifier for this statement such as an IRI.
|
|
property status : string read Getstatus write Setstatus; |
A code representing the patient or other source's judgment about the state of the device used that this statement is about. Generally this will be active or completed.
|
|
property subject : TReference read Getsubject write Setsubject; |
The patient who used the device.
|
|
property whenUsed : TPeriod read GetwhenUsed write SetwhenUsed; |
The time period over which the device was used.
|
|
property timing : TElement read Gettiming write Settiming; |
How often the device was used.
|
|
property recordedOn : string read GetrecordedOn write SetrecordedOn; |
The time at which the statement was made/recorded.
|
|
property recordedOnElement : TdateTime_ read GetrecordedOnElement write SetrecordedOnElement; |
|
|
property source : TReference read Getsource write Setsource; |
Who reported the device was being used by the patient.
|
|
property device : TReference read Getdevice write Setdevice; |
The details of the device used.
|
|
property indication : TCodeableConceptArray read GetindicationArray; |
Reason or justification for the use of the device.
|
|
property bodySite : TCodeableConcept read GetbodySite write SetbodySite; |
Indicates the site on the subject's body where the device was used ( i.e. the target site).
|
|
property note : TAnnotationArray read GetnoteArray; |
Details about the device statement 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.
|
Generated by PasDoc 0.15.0.
|