Class TSpecimen
Unit
bsFhir_r5
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, a biologically-derived product, or a device.
|
|
property receivedTime : string read GetreceivedTime write SetreceivedTime; |
Time when specimen is received by the testing laboratory 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 combined : string read Getcombined write Setcombined; |
This element signifies if the specimen is part of a group or pooled.
|
|
property combinedElement : TSpecimenCombined read GetcombinedElement write SetcombinedElement; |
|
|
property role : TCodeableConceptArray read GetroleArray; |
The role or reason for the specimen in the testing workflow.
|
|
property feature : TSpecimenFeatureArray read GetfeatureArray; |
A physical feature or landmark on a specimen, highlighted for context by the collector of the specimen (e.g. surgeon), that identifies the type of feature as well as its meaning (e.g. the red ink indicating the resection margin of the right lobe of the excised prostate tissue or wire loop at radiologically suspected tumor location).
|
|
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.
|