SpecimenProcessing
open class SpecimenProcessing: BackboneElement
Processing and processing step details.
Details concerning processing and processing steps for the specimen.
-
Processing and processing step details.
Details concerning processing and processing steps for the specimen.
Declaration
Swift
override open class var resourceType: String
-
Material used in the processing step.
Declaration
Swift
public var additive: [Reference]?
-
Textual description of procedure.
Declaration
Swift
public var description_fhir: FHIRString?
-
Indicates the treatment step applied to the specimen.
Declaration
Swift
public var procedure: CodeableConcept?
-
Date and time of specimen processing.
Declaration
Swift
public var timeDateTime: DateTime?
-
Date and time of specimen processing.
Declaration
Swift
public var timePeriod: Period?
-
Date and time of specimen processing.
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 SpecimenProcessing: BackboneElement