GoalAcceptanceStatus

public enum GoalAcceptanceStatus: String

Codes indicating whether the goal has been accepted by a stakeholder

URL: http://hl7.org/fhir/goal-acceptance-status ValueSet: http://hl7.org/fhir/ValueSet/goal-acceptance-status

  • Stakeholder supports pursuit of the goal

    Declaration

    Swift

    case agree = "agree"
  • Stakeholder is not in support of the pursuit of the goal

    Declaration

    Swift

    case disagree = "disagree"
  • Stakeholder has not yet made a decision on whether they support the goal

    Declaration

    Swift

    case pending = "pending"