License
An insurance license held by a person. Tracks state-level licensing, lines of authority, and license status.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| License | An insurance license held by a person. | ||
| state | 1..1 | string | State or jurisdiction of the license (two-letter state code) |
| licenseNumber | 1..1 | string | License number assigned by the state |
| lineOfAuthority | 0..1 | CodeableConcept | Line of authority covered by this license. terminology |
| status | 1..1 | active | inactive | expired | suspended | revoked | Current status of the license |
| expirationDate | 0..1 | string | License expiration date. |
| issueDate | 0..1 | string | Date 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