Skip to content

Identifier

A business identifier for an entity (e.g., NAIC code, EIN, NPN, policy number). Separates business identifiers from coded concepts.

Structure

NameCard.TypeDescription
RIdentifierA business identifier for an entity (e.g., NAIC code, EIN, NPN, policy number).
system0..1stringThe namespace for the identifier value.
value1..1stringThe identifier value within the namespace
type0..1CodeableConceptThe kind of identifier (e.g., EIN, NAIC, NPN, FEIN)
period0..1PeriodPeriod during which this identifier is/was valid

Example

json
{
  "system": "urn:oid:2.16.840.1.113883.6.300",
  "value": "29459",
  "type": {
    "text": "NAIC"
  }
}

JSON Schema

Full JSON Schema: Identifier.schema.json