ClinicalImpressionInvestigation
open class ClinicalImpressionInvestigation: BackboneElement
One or more sets of investigations (signs, symptions, etc.).
One or more sets of investigations (signs, symptions, etc.). The actual grouping of investigations vary greatly depending on the type and context of the assessment. These investigations may include data generated during the assessment process, or data previously generated and recorded that is pertinent to the outcomes.
-
One or more sets of investigations (signs, symptions, etc.).
One or more sets of investigations (signs, symptions, etc.). The actual grouping of investigations vary greatly depending on the type and context of the assessment. These investigations may include data generated during the assessment process, or data previously generated and recorded that is pertinent to the outcomes.
Declaration
Swift
override open class var resourceType: String
-
A name/code for the set.
Declaration
Swift
public var code: CodeableConcept?
-
Record of a specific investigation.
Declaration
Swift
public var item: [Reference]?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(code: CodeableConcept)
-
Convenience initializer, taking all required properties as arguments.
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 ClinicalImpressionInvestigation: BackboneElement