Class TSpecimen
Unit
bsFhir_r4b
Declaration
type TSpecimen = class(TDomainResource)
Description
A sample to be used for analysis. 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; |
Id for specimen.
|
|
property accessionIdentifier : TIdentifier read GetaccessionIdentifier write SetaccessionIdentifier; |
The identifier assigned by the lab when accessioning specimen(s). This is not necessarily the same as the specimen identifier, depending on local lab procedures.
|
|
property status : string read Getstatus write Setstatus; |
The availability of the specimen.
|
|
property statusElement : TSpecimenStatus read GetstatusElement write SetstatusElement; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The kind of material that forms the specimen.
|
|
property subject : TReference read Getsubject write Setsubject; |
Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a sampling of a substance or a device.
|
|
property receivedTime : string read GetreceivedTime write SetreceivedTime; |
Time when specimen was received for processing or testing.
|
|
property receivedTimeElement : TdateTime_ read GetreceivedTimeElement write SetreceivedTimeElement; |
|
|
property parent : TReferenceArray read GetparentArray; |
Reference to the parent (source) specimen which is used when the specimen was either derived from or a component of another specimen.
|
|
property request : TReferenceArray read GetrequestArray; |
Details concerning a service request that required a specimen to be collected.
|
|
property collection : TSpecimenCollection read Getcollection write Setcollection; |
Details concerning the specimen collection.
|
|
property processing : TSpecimenProcessingArray read GetprocessingArray; |
Details concerning processing and processing steps for the specimen.
|
|
property container : TSpecimenContainerArray read GetcontainerArray; |
The container holding the specimen. The recursive nature of containers; i.e. blood in tube in tray in rack is not addressed here.
|
|
property condition : TCodeableConceptArray read GetconditionArray; |
A mode or state of being that describes the nature of the specimen.
|
|
property note : TAnnotationArray read GetnoteArray; |
To communicate any details or issues about the specimen or during the specimen collection. (for example: broken vial, sent with patient, frozen).
|
Generated by PasDoc 0.15.0.
|