LocationStatus

public enum LocationStatus: String

Indicates whether the location is still in use.

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

  • The location is operational.

    Declaration

    Swift

    case active = "active"
  • The location is temporarily closed.

    Declaration

    Swift

    case suspended = "suspended"
  • The location is no longer used.

    Declaration

    Swift

    case inactive = "inactive"