Class TSpecimenCollection
Unit
bsFhir_r4
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 collected : TElement read Getcollected write Setcollected; |
Time when specimen was collected from subject - the physiologically relevant time.
|
|
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 bodySite : TCodeableConcept 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 fastingStatus : TElement read GetfastingStatus write SetfastingStatus; |
Abstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection.
|
Generated by PasDoc 0.15.0.
|