PublicationStatus

public enum PublicationStatus: String

The lifecycle status of a Value Set or Concept Map.

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

  • This resource is still under development and is not yet considered to be ready for normal use.

    Declaration

    Swift

    case draft = "draft"
  • This resource is ready for normal use.

    Declaration

    Swift

    case active = "active"
  • This resource has been withdrawn or superseded and should no longer be used.

    Declaration

    Swift

    case retired = "retired"
  • The authoring system does not know which of the status values currently applies for this resource. Note: This concept is not to be used for other - one of the listed statuses is presumed to apply, it’s just not known which one.

    Declaration

    Swift

    case unknown = "unknown"