DetectedIssueMitigation

open class DetectedIssueMitigation: BackboneElement

Step taken to address.

Indicates an action that has been taken or is committed to to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting. Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action.

  • Step taken to address.

    Indicates an action that has been taken or is committed to to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting. Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action.

    Declaration

    Swift

    override open class var resourceType: String
  • What mitigation?.

    Declaration

    Swift

    public var action: CodeableConcept?
  • Who is committing?.

    Declaration

    Swift

    public var author: Reference?
  • Date committed.

    Declaration

    Swift

    public var date: DateTime?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(action: 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 DetectedIssueMitigation: BackboneElement