-
Sample for analysis.
A sample to be used for analysis.
Declaration
Swift
override open class var resourceType: String
-
Identifier assigned by the lab.
Declaration
Swift
public var accessionIdentifier: Identifier?
-
Collection details.
Declaration
Swift
public var collection: SpecimenCollection?
-
Direct container of specimen (tube/slide, etc.).
Declaration
Swift
public var container: [SpecimenContainer]?
-
External Identifier.
Declaration
Swift
public var identifier: [Identifier]?
-
Comments.
Declaration
Swift
public var note: [Annotation]?
-
Specimen from which this specimen originated.
Declaration
Swift
public var parent: [Reference]?
-
Processing and processing step details.
Declaration
Swift
public var processing: [SpecimenProcessing]?
-
The time when specimen was received for processing.
Declaration
Swift
public var receivedTime: DateTime?
-
Why the specimen was collected.
Declaration
Swift
public var request: [Reference]?
-
The availability of the specimen.
Declaration
Swift
public var status: SpecimenStatus?
-
Where the specimen came from. This may be from the patient(s) or from the environment or a device.
Declaration
Swift
public var subject: Reference?
-
Kind of material that forms the specimen.
Declaration
Swift
public var type: CodeableConcept?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(subject: Reference)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class Specimen: DomainResource