CareTeamStatus

public enum CareTeamStatus: String

Indicates the status of the care team.

URL: http://hl7.org/fhir/care-team-status ValueSet: http://hl7.org/fhir/ValueSet/care-team-status

  • The care team has been drafted and proposed, but not yet participating in the coordination and delivery of care.

    Declaration

    Swift

    case proposed = "proposed"
  • The care team is currently participating in the coordination and delivery of care.

    Declaration

    Swift

    case active = "active"
  • The care team is temporarily on hold or suspended and not participating in the coordination and delivery of care.

    Declaration

    Swift

    case suspended = "suspended"
  • The care team was, but is no longer, participating in the coordination and delivery of care.

    Declaration

    Swift

    case inactive = "inactive"
  • The care team should have never existed.

    Declaration

    Swift

    case enteredInError = "entered-in-error"