Class TSpecimenCollection
Unit
bsFhir_r5
Declaration
type TSpecimenCollection = class(TBackboneElement)
Description
A sample to be used for analysis.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property collector : TReference read Getcollector write Setcollector; |
Person who collected the specimen.
|
|
property collectedDateTime : string read GetcollectedDateTime write SetcollectedDateTime; |
Time when specimen was collected from subject - the physiologically relevant time. (choose any one of collected*, but only one)
|
|
property collectedDateTimeElement : TdateTime_ read GetcollectedDateTimeElement write SetcollectedDateTimeElement; |
|
|
property collectedPeriod : TPeriod read GetcollectedPeriod write SetcollectedPeriod; |
Time when specimen was collected from subject - the physiologically relevant time. (choose any one of collected*, but only one)
|
|
property duration : TDuration read Getduration write Setduration; |
The span of time over which the collection of a specimen occurred.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The quantity of specimen collected; for instance the volume of a blood sample, or the physical measurement of an anatomic pathology sample.
|
|
property method : TCodeableConcept read Getmethod write Setmethod; |
A coded value specifying the technique that is used to perform the procedure.
|
|
property device : TCodeableReference read Getdevice write Setdevice; |
A coded value specifying the technique that is used to perform the procedure.
|
|
property procedure_ : TReference read Getprocedure_ write Setprocedure_; |
The procedure event during which the specimen was collected (e.g. the surgery leading to the collection of a pathology sample).
|
|
property bodySite : TCodeableReference read GetbodySite write SetbodySite; |
Anatomical location from which the specimen was collected (if subject is a patient). This is the target site. This element is not used for environmental specimens.
|
|
property fastingStatusCodeableConcept : TCodeableConcept read GetfastingStatusCodeableConcept write SetfastingStatusCodeableConcept; |
Abstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection. (choose any one of fastingStatus*, but only one)
|
|
property fastingStatusDuration : TDuration read GetfastingStatusDuration write SetfastingStatusDuration; |
Abstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection. (choose any one of fastingStatus*, but only one)
|
Generated by PasDoc 0.15.0.
|