Skip to content

Organization

An organization involved in the insurance ecosystem. This includes carriers, brokers, MGAs, TPAs, reinsurers, and other entities.

Structure

NameCard.TypeDescription
ROrganizationAn organization involved in the insurance ecosystem.
resourceType1..1"Organization"Fixed resource type discriminator
id0..1stringLogical id of this resource.
meta0..1MetaMetadata about the resource
status1..1active | inactiveWhether this organization record is active
name1..1stringOfficial name of the organization
type1..1CodeableConceptType of organization in the insurance ecosystem. terminology
naic0..1CodingNAIC (National Association of Insurance Commissioners) company code.
fein0..1CodingFEIN (Federal Employer Identification Number).
amBestRating0..1CodingAM Best financial strength rating
spRating0..1CodingS&P financial strength rating
[ ]address0..*AddressPhysical and mailing addresses
[ ]contact0..*ContactPointContact information
[ ]licensedStates0..*string[]States in which this carrier is licensed to write business
[ ]linesOfBusiness0..*CodeableConceptLines of business this organization writes or handles. terminology
admittedStatus0..1CodeableConceptWhether this is an admitted or non-admitted (surplus lines) carrier. terminology
partOf0..1ReferenceReference to a parent organization
[ ]financialRatings0..*FinancialRatingStructured financial strength ratings (supersedes amBestRating, spRating for richer detail)
[ ]appointments0..*CarrierAppointmentCarrier appointments for brokers and MGAs
eAndOPolicy0..1ReferenceReference to the broker's E&O policy
entityType0..1CodeableConceptBusiness entity type (LLC, Corp, Mutual, Reciprocal, etc.) terminology
organizationLevel0..1CodeableConceptOrganizational hierarchy level. terminology
[ ]specialties0..*InsuranceSpecialtyInsurance specialties and lines of business for departments
[ ]licenses0..*LicenseInsurance licenses held by this organization
[ ]territories0..*string[]Geographic territories where this organization operates (supersedes licensedStates for richer detail)
bindingAuthority0..1objectBinding authority limits for MGAs and delegated underwriting authorities
maxPremium0..1MoneyMaximum premium amount this organization can bind
maxLimit0..1MoneyMaximum limit of insurance this organization can bind
[ ]linesOfBusiness0..*CodeableConceptLines of business this organization can bind. terminology

Example

json
{
  "resourceType": "Organization",
  "id": "org-carrier-200",
  "status": "active",
  "name": "Hartford Financial Services",
  "type": {
    "coding": [
      {
        "code": "carrier",
        "display": "Insurance Carrier"
      }
    ]
  },
  "naic": {
    "code": "29459",
    "display": "Hartford Fire Insurance Company"
  },
  "amBestRating": {
    "code": "A+",
    "display": "Superior"
  },
  "address": [
    {
      "line": [
        "One Hartford Plaza"
      ],
      "city": "Hartford",
      "state": "CT",
      "postalCode": "06155"
    }
  ]
}

JSON Schema

Full JSON Schema: Organization.schema.json