SpecimenContainer
open class SpecimenContainer: BackboneElement
Direct container of specimen (tube/slide, etc.).
The container holding the specimen. The recursive nature of containers; i.e. blood in tube in tray in rack is not addressed here.
-
Direct container of specimen (tube/slide, etc.).
The container holding the specimen. The recursive nature of containers; i.e. blood in tube in tray in rack is not addressed here.
Declaration
Swift
override open class var resourceType: String
-
Additive associated with container.
Declaration
Swift
public var additiveCodeableConcept: CodeableConcept?
-
Additive associated with container.
Declaration
Swift
public var additiveReference: Reference?
-
Container volume or size.
Declaration
Swift
public var capacity: Quantity?
-
Textual description of the container.
Declaration
Swift
public var description_fhir: FHIRString?
-
Id for the container.
Declaration
Swift
public var identifier: [Identifier]?
-
Quantity of specimen within container.
Declaration
Swift
public var specimenQuantity: Quantity?
-
Kind of container directly associated with specimen.
Declaration
Swift
public var type: CodeableConcept?
-
Kind of container directly associated with specimen.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class SpecimenContainer: BackboneElement