Skip to content

License

An insurance license held by a person. Tracks state-level licensing, lines of authority, and license status.

Structure

NameCard.TypeDescription
RLicenseAn insurance license held by a person.
state1..1stringState or jurisdiction of the license (two-letter state code)
licenseNumber1..1stringLicense number assigned by the state
lineOfAuthority0..1CodeableConceptLine of authority covered by this license. terminology
status1..1active | inactive | expired | suspended | revokedCurrent status of the license
expirationDate0..1stringLicense expiration date.
issueDate0..1stringDate the license was issued.

Example

json
{
  "state": "CT",
  "licenseNumber": "LIC-2345678",
  "status": "active",
  "lineOfAuthority": {
    "text": "Property & Casualty"
  },
  "expirationDate": "2026-12-31"
}

JSON Schema

Full JSON Schema: License.schema.json