PlanDefinitionGoal

open class PlanDefinitionGoal: BackboneElement

What the plan is trying to accomplish.

Goals that describe what the activities within the plan are intended to achieve. For example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.

  • What the plan is trying to accomplish.

    Goals that describe what the activities within the plan are intended to achieve. For example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.

    Declaration

    Swift

    override open class var resourceType: String
  • What does the goal address.

    Declaration

    Swift

    public var addresses: [CodeableConcept]?
  • E.g. Treatment, dietary, behavioral, etc.

    Declaration

    Swift

    public var category: CodeableConcept?
  • Code or text describing the goal.

    Declaration

    Swift

    public var description_fhir: CodeableConcept?
  • Supporting documentation for the goal.

    Declaration

    Swift

    public var documentation: [RelatedArtifact]?
  • high-priority | medium-priority | low-priority.

    Declaration

    Swift

    public var priority: CodeableConcept?
  • When goal pursuit begins.

    Declaration

    Swift

    public var start: CodeableConcept?
  • Target outcome for the goal.

    Declaration

    Swift

    public var target: [PlanDefinitionGoalTarget]?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(description_fhir: 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 PlanDefinitionGoal: BackboneElement