IdentifierUse

public enum IdentifierUse: String

Identifies the purpose for this identifier, if known .

URL: http://hl7.org/fhir/identifier-use ValueSet: http://hl7.org/fhir/ValueSet/identifier-use

  • The identifier recommended for display and use in real-world interactions.

    Declaration

    Swift

    case usual = "usual"
  • The identifier considered to be most trusted for the identification of this item.

    Declaration

    Swift

    case official = "official"
  • A temporary identifier.

    Declaration

    Swift

    case temp = "temp"
  • An identifier that was assigned in secondary use - it serves to identify the object in a relative context, but cannot be consistently assigned to the same object again in a different context.

    Declaration

    Swift

    case secondary = "secondary"