Class Identifier

  • All Implemented Interfaces:
    ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.ICompositeType

    public class Identifier
    extends DataType
    implements org.hl7.fhir.instance.model.api.ICompositeType
    Base StructureDefinition for Identifier Type: An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.
    See Also:
    Serialized Form
    • Field Detail

      • type

        protected CodeableConcept type
        A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
      • system

        protected UriType system
        Establishes the namespace for the value - that is, a URL that describes a set values that are unique.
      • value

        protected StringType value
        The portion of the identifier typically relevant to the user and which is unique within the context of the system.
      • period

        protected Period period
        Time period during which identifier is/was valid for use.
      • assigner

        protected Reference assigner
        Organization that issued/manages the identifier.
    • Constructor Detail