CarePlanIntent

public enum CarePlanIntent: String

Codes indicating the degree of authority/intentionality associated with a care plan

URL: http://hl7.org/fhir/care-plan-intent ValueSet: http://hl7.org/fhir/ValueSet/care-plan-intent

  • The care plan is a suggestion made by someone/something that doesn’t have an intention to ensure it occurs and without providing an authorization to act

    Declaration

    Swift

    case proposal = "proposal"
  • The care plan represents an intention to ensure something occurs without providing an authorization for others to act

    Declaration

    Swift

    case plan = "plan"
  • The care plan represents a request/demand and authorization for action

    Declaration

    Swift

    case order = "order"
  • The care plan represents a component or option for a RequestGroup that establishes timing, conditionality and/or other constraints among a set of requests.

    Refer to [[[RequestGroup]]] for additional information on how this status is used

    Declaration

    Swift

    case option = "option"