PlanDefinitionGoalTarget

open class PlanDefinitionGoalTarget: BackboneElement

Target outcome for the goal.

Indicates what should be done and within what timeframe.

  • Target outcome for the goal.

    Indicates what should be done and within what timeframe.

    Declaration

    Swift

    override open class var resourceType: String
  • The target value to be achieved.

    Declaration

    Swift

    public var detailCodeableConcept: CodeableConcept?
  • The target value to be achieved.

    Declaration

    Swift

    public var detailQuantity: Quantity?
  • The target value to be achieved.

    Declaration

    Swift

    public var detailRange: Range?
  • due

    Reach goal within.

    Declaration

    Swift

    public var due: Duration?
  • The parameter whose value is to be tracked.

    Declaration

    Swift

    public var measure: CodeableConcept?
  • The parameter whose value is to be tracked.

    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 PlanDefinitionGoalTarget: BackboneElement