Skip to content

Insured

An insured entity in the BIND system. Represents the policyholder — a business or individual seeking or holding insurance coverage.

Structure

NameCard.TypeDescription
RInsuredAn insured entity in the BIND system.
resourceType1..1"Insured"Fixed resource type discriminator
id0..1stringLogical id of this resource.
meta0..1MetaMetadata about the resource
status1..1active | inactive | prospectWhether this insured record is currently active
name1..1stringLegal name of the insured entity
type1..1CodeableConceptWhether the insured is an individual or an organization. terminology
dba0..1stringDoing-business-as name, if different from the legal name.
taxId0..1CodingFederal Tax Identification Number (EIN or SSN).
naicsCode0..1CodingNAICS (North American Industry Classification System) code describing the insured's primary business activity.
sicCode0..1CodingSIC (Standard Industrial Classification) code.
[ ]address0..*AddressPhysical and mailing addresses
[ ]contact0..*ContactPointContact information (phone, email, etc.)
yearEstablished0..1numberYear the business was established.
employeeCount0..1numberTotal number of employees.
annualRevenue0..1objectAnnual revenue of the insured entity
value1..1numberRevenue amount
currency0..1stringISO 4217 currency code.
website0..1stringThe entity's website
entityType0..1CodeableConceptLegal entity type. terminology
partOf0..1ReferenceReference to a parent organization, if this insured is a subsidiary
individualName0..1HumanNameStructured name for individual insureds
dateOfBirth0..1stringDate of birth of the individual insured.
gender0..1CodeableConceptGender of the individual insured. terminology
maritalStatus0..1CodeableConceptMarital status of the individual insured. terminology
occupation0..1stringOccupation of the individual insured
creditScoreTier0..1CodeableConceptCredit score tier for rating purposes
[ ]lossHistory0..*LossHistoryPortable loss history across policies for this insured

Example

json
{
  "resourceType": "Insured",
  "id": "ins-001",
  "status": "active",
  "name": "Acme Manufacturing Corp",
  "type": "organization",
  "taxId": {
    "system": "urn:oid:2.16.840.1.113883.4.4",
    "value": "12-3456789"
  },
  "naicsCode": {
    "code": "332710",
    "display": "Machine Shops"
  },
  "address": [
    {
      "line": [
        "123 Industrial Blvd"
      ],
      "city": "Hartford",
      "state": "CT",
      "postalCode": "06103"
    }
  ],
  "contact": [
    {
      "system": "email",
      "value": "risk@acme.com",
      "use": "work"
    }
  ],
  "yearEstablished": 1985,
  "annualRevenue": {
    "value": 25000000,
    "currency": "USD"
  }
}

JSON Schema

Full JSON Schema: Insured.schema.json