Skip to content

Submission

A submission represents a request for insurance coverage sent from a broker to a carrier. This is the starting point of the insurance workflow.

Structure

NameCard.TypeDescription
RSubmissionA submission represents a request for insurance coverage sent from a broker to a carrier.
resourceType1..1"Submission"Fixed resource type discriminator
id0..1stringLogical id of this resource.
meta0..1MetaMetadata about the resource
status1..1draft | submitted | in-review | quoted | declined | bound | withdrawn | expiredCurrent status of the submission in the workflow.
insured1..1ReferenceReference to the insured entity
broker0..1ReferenceReference to the submitting broker/agent organization
carrier0..1ReferenceReference to the target carrier/underwriter organization
requestedEffective0..1PeriodRequested policy effective period
[ ]linesOfBusiness0..*CodeableConceptLines of business being requested (GL, Property, Auto, WC, etc.) terminology
targetPremium0..1MoneyTarget premium range, if the broker has a budget in mind.
submissionType0..1CodeableConceptIs this a new business submission or a renewal? terminology
submittedDate0..1stringDate/time the submission was sent to the carrier.
responseDeadline0..1stringDate by which the carrier should respond.
[ ]supportingDocuments0..*AttachmentSupporting documents (applications, loss runs, SOVs, etc.)
notes0..1stringFree-text notes or special instructions from the broker
expiringPolicy0..1ReferenceReference to the expiring policy, if this is a renewal.
[ ]resultingQuotes0..*ReferenceReference to the resulting quote(s), if any
[ ]risks0..*ReferenceReferences to Risk resources included in this submission
[ ]lossHistory0..*LossHistoryHistorical loss experience for underwriting evaluation
[ ]questions0..*QuestionResponseUnderwriting question responses

Example

json
{
  "resourceType": "Submission",
  "id": "sub-2025-001",
  "status": "submitted",
  "insured": {
    "reference": "Insured/ins-001",
    "display": "Acme Manufacturing Corp"
  },
  "broker": {
    "reference": "Organization/broker-100",
    "display": "Marsh McLennan"
  },
  "carrier": {
    "reference": "Organization/carrier-200",
    "display": "Hartford Financial"
  },
  "requestedEffective": {
    "start": "2025-07-01",
    "end": "2026-07-01"
  },
  "linesOfBusiness": [
    {
      "coding": [
        {
          "system": "https://bind.codes/lob",
          "code": "GL",
          "display": "General Liability"
        }
      ]
    }
  ],
  "submittedDate": "2025-04-15T09:00:00Z"
}

JSON Schema

Full JSON Schema: Submission.schema.json