Skip to content

Person

An individual person involved in the insurance ecosystem. Represents brokers, underwriters, adjusters, producers, actuaries, and other professionals. Connects to organizations via PersonRole.

Structure

NameCard.TypeDescription
RPersonAn individual person involved in the insurance ecosystem.
resourceType1..1"Person"Fixed resource type discriminator
id0..1stringLogical id of this resource.
meta0..1MetaMetadata about the resource
status1..1active | inactiveWhether this person record is active
name1..1HumanNameThe person's name
[ ]contact0..*ContactPointContact information (phone, email, etc.)
[ ]address0..*AddressPhysical and mailing addresses
[ ]designations0..*CodingProfessional designations and certifications (CPCU, ARM, CIC, AU, AINS). terminology
[ ]licenses0..*LicenseInsurance licenses held by this person
npn0..1stringNational Producer Number from NIPR (National Insurance Producer Registry)
notes0..1stringFree-text notes about this person

Example

json
{
  "resourceType": "Person",
  "id": "per-001",
  "status": "active",
  "name": {
    "use": "official",
    "text": "Sarah J. Chen, CPCU, ARM",
    "family": "Chen",
    "given": [
      "Sarah",
      "Jane"
    ],
    "suffix": [
      "CPCU",
      "ARM"
    ]
  },
  "npn": "12345678",
  "designations": [
    {
      "code": "CPCU",
      "display": "Chartered Property Casualty Underwriter"
    },
    {
      "code": "ARM",
      "display": "Associate in Risk Management"
    }
  ]
}

JSON Schema

Full JSON Schema: Person.schema.json