DocumentReferenceStatus

public enum DocumentReferenceStatus: String

The status of the document reference.

URL: http://hl7.org/fhir/document-reference-status ValueSet: http://hl7.org/fhir/ValueSet/document-reference-status

  • This is the current reference for this document.

    Declaration

    Swift

    case current = "current"
  • This reference has been superseded by another reference.

    Declaration

    Swift

    case superseded = "superseded"
  • This reference was created in error.

    Declaration

    Swift

    case enteredInError = "entered-in-error"