RiskAssessmentPrediction
open class RiskAssessmentPrediction: BackboneElement
Outcome predicted.
Describes the expected outcome for the subject.
-
Outcome predicted.
Describes the expected outcome for the subject.
Declaration
Swift
override open class var resourceType: String
-
Possible outcome for the subject.
Declaration
Swift
public var outcome: CodeableConcept?
-
Likelihood of specified outcome.
Declaration
Swift
public var probabilityDecimal: FHIRDecimal?
-
Likelihood of specified outcome.
Declaration
Swift
public var probabilityRange: Range?
-
Likelihood of specified outcome as a qualitative value.
Declaration
Swift
public var qualitativeRisk: CodeableConcept?
-
Explanation of prediction.
Declaration
Swift
public var rationale: FHIRString?
-
Relative likelihood.
Declaration
Swift
public var relativeRisk: FHIRDecimal?
-
Timeframe or age range.
Declaration
Swift
public var whenPeriod: Period?
-
Timeframe or age range.
Declaration
Swift
public var whenRange: Range?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(outcome: 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 RiskAssessmentPrediction: BackboneElement