Class DV_IDENTIFIER

Type for representing identifiers of real-world entities. Typical identifiers include
drivers licence number, social security number, veterans affairs number, prescription id,
order id, and so on.

DV_IDENTIFIER is used to represent any identifier of a real thing, issued by
some authority or agency.

DV_IDENTIFIER is not used to express identifiers generated by the infrastructure to
refer to information items; the types OBJECT_ID and OBJECT_REF and subtypes are
defined for this purpose.

Declaration :

Artifact : DV_IDENTIFIER

Attribut issuer

Authority which issues the kind of id used in the id field of this object.

Declaration :

Attribut assigner

Organisation that assigned the id to the item being identified.

Declaration :

Attribut id

The identifier value. Often structured, according to the definition of the issuing
authority's rules.

Declaration :

Attribut type

The identifier type, such as prescription , or Social Security Number . One day a controlled vocabulary
might be possible for this.

Declaration :