EndpointStatus

public enum EndpointStatus: String

The status of the endpoint

URL: http://hl7.org/fhir/endpoint-status ValueSet: http://hl7.org/fhir/ValueSet/endpoint-status

  • This endpoint is expected to be active and can be used

    Declaration

    Swift

    case active = "active"
  • This endpoint is temporarily unavailable

    Declaration

    Swift

    case suspended = "suspended"
  • This endpoint has exceeded connectivity thresholds and is considered in an error state and should no longer be attempted to connect to until corrective action is taken

    Declaration

    Swift

    case error = "error"
  • off

    This endpoint is no longer to be used

    Declaration

    Swift

    case off = "off"
  • This instance should not have been part of this patient’s medical record.

    Declaration

    Swift

    case enteredInError = "entered-in-error"
  • This endpoint is not intended for production usage.

    Declaration

    Swift

    case test = "test"