RiskAssessment
open class RiskAssessment: DomainResource
Potential outcomes for a subject with likelihood.
An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.
-
Potential outcomes for a subject with likelihood.
An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.
Declaration
Swift
override open class var resourceType: String -
Request fulfilled by this assessment.
Declaration
Swift
public var basedOn: Reference? -
Information used in assessment.
Declaration
Swift
public var basis: [Reference]? -
Type of assessment.
Declaration
Swift
public var code: CodeableConcept? -
Comments on the risk assessment.
Declaration
Swift
public var comment: FHIRString? -
Condition assessed.
Declaration
Swift
public var condition: Reference? -
Where was assessment performed?.
Declaration
Swift
public var context: Reference? -
Unique identifier for the assessment.
Declaration
Swift
public var identifier: Identifier? -
Evaluation mechanism.
Declaration
Swift
public var method: CodeableConcept? -
How to reduce risk.
Declaration
Swift
public var mitigation: FHIRString? -
When was assessment made?.
Declaration
Swift
public var occurrenceDateTime: DateTime? -
When was assessment made?.
Declaration
Swift
public var occurrencePeriod: Period? -
Part of this occurrence.
Declaration
Swift
public var parent: Reference? -
Who did assessment?.
Declaration
Swift
public var performer: Reference? -
Outcome predicted.
Declaration
Swift
public var prediction: [RiskAssessmentPrediction]? -
Why the assessment was necessary?.
Declaration
Swift
public var reasonCodeableConcept: CodeableConcept? -
Why the assessment was necessary?.
Declaration
Swift
public var reasonReference: Reference? -
The status of the RiskAssessment, using the same statuses as an Observation.
Declaration
Swift
public var status: ObservationStatus? -
Who/what does assessment apply to?.
Declaration
Swift
public var subject: Reference? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(status: ObservationStatus) -
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 RiskAssessment: DomainResource
View on GitHub
Install in Dash
RiskAssessment Class Reference