Identifier

open class Identifier: Element

An identifier intended for computation.

A technical identifier - identifies some entity uniquely and unambiguously.

  • An identifier intended for computation.

    A technical identifier - identifies some entity uniquely and unambiguously.

    Declaration

    Swift

    override open class var resourceType: String
  • Organization that issued id (may be just text).

    Declaration

    Swift

    public var assigner: Reference?
  • Time period when id is/was valid for use.

    Declaration

    Swift

    public var period: Period?
  • The namespace for the identifier value.

    Declaration

    Swift

    public var system: FHIRURL?
  • Description of identifier.

    Declaration

    Swift

    public var type: CodeableConcept?
  • use

    The purpose of this identifier.

    Declaration

    Swift

    public var use: IdentifierUse?
  • The value that is unique.

    Declaration

    Swift

    public var value: FHIRString?
  • The value that is unique.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class Identifier: Element