FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon

8.35 Resource InsuranceProduct - Content

Patient Administration icon Work GroupMaturity Level: 1 Trial UseSecurity Category: Business Compartments: No defined compartments

Details of a Health Insurance product provided by an organization.

A product is a discrete package of health insurance coverage benefits that are offered under a particular network type. A given payer’s products typically differ by network type and/or coverage benefits. A plan pairs the health insurance coverage benefits under a product with the particular cost sharing structure offered to a consumer. A given product may comprise multiple plans.

InsuranceProduct describes a health insurance offering comprised of a list of covered benefits (i.e. the product), costs associated with those benefits (i.e. the plan), and additional information about the offering, such as who it is owned and administered by, a coverage area, contact information, etc.

TBD.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. InsuranceProduct TUDomainResourceDetails of a Health Insurance product provided by an organization
+ Rule: The organization SHALL at least have a name or an identifier, and possibly more than one

Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier ΣC0..*IdentifierBusiness Identifier for Product

... status ?!Σ0..1codedraft | active | retired | unknown
Binding: PublicationStatus (Required)
... type Σ0..*CodeableConceptKind of product
Binding: Insurance Plan Type (Example)

... alias 0..*stringAlternate names

... period 0..1PeriodWhen the product is available
... ownedBy Σ0..1Reference(Organization)Product issuer
... administeredBy Σ0..1Reference(Organization)Product administrator
... coverageArea Σ0..*Reference(Location)Where product applies

... contact 0..*ExtendedContactDetailOfficial contact details relevant to the health insurance product

... endpoint 0..*Reference(Endpoint)Technical endpoint

... network 0..*Reference(Organization)What networks are Included

... coverage 0..*BackboneElementCoverage details

.... type 1..1CodeableConceptClassification of Coverage
.... network 0..*Reference(Organization)What networks provide coverage

.... benefit 1..*BackboneElementList of benefits

..... type 1..1CodeableConceptClassification of benefit provided
..... requirement 0..1stringReferral requirements
..... limit 0..*BackboneElementLimits on the provided benefits

...... value 0..1QuantityMaximum value allowed
...... code 0..1CodeableConceptBenefit limit details
... related 0..*BackboneElementAssociated insurance product

.... product 0..1Reference(InsuranceProduct)Related Product reference
.... relationship 0..1CodeableConceptRelationship of this product to the related product
.... period 0..1PeriodPeriod that this Relationship is valid

doco Documentation for this format icon

See the Extensions for this resource

UML Diagram (Legend)

InsuranceProduct (DomainResource)Business identifiers assigned to this health insurance product which remain constant as the resource is updated and propagates from server to serveridentifier : Identifier [0..*] « This element has or is affected by some invariantsC »The current state of the health insurance product (this element modifies the meaning of other elements)status : code [0..1] « null (Strength=Required)PublicationStatus! »The kind of health insurance producttype : CodeableConcept [0..*] « null (Strength=Example)InsurancePlanType?? »Official name of the health insurance product as designated by the ownername : string [0..1] « This element has or is affected by some invariantsC »A list of alternate names that the product is known as, or was known as in the pastalias : string [0..*]The period of time that the health insurance product is availableperiod : Period [0..1]The entity that is providing the health insurance product and underwriting the risk. This is typically an insurance carriers, other third-party payers, or health plan sponsors comonly referred to as 'payers'ownedBy : Reference [0..1] « Organization »An organization which administer other services such as underwriting, customer service and/or claims processing on behalf of the health insurance product owneradministeredBy : Reference [0..1] « Organization »The geographic region in which a health insurance product's benefits applycoverageArea : Reference [0..*] « Location »The contact details of communication devices available relevant to the specific Insurance Product. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sitescontact : ExtendedContactDetail [0..*]The technical endpoints providing access to services operated for the health insurance productendpoint : Reference [0..*] « Endpoint »Reference to the network included in the health insurance productnetwork : Reference [0..*] « Organization »CoverageType of coverage (Medical; Dental; Mental Health; Substance Abuse; Vision; Drug; Short Term; Long Term Care; Hospice; Home Health)type : CodeableConcept [1..1]Reference to the network that providing the type of coveragenetwork : Reference [0..*] « Organization »CoverageBenefitType of benefit (primary care; specialty care; inpatient; outpatient)type : CodeableConcept [1..1]The referral requirements to have access/coverage for this benefitrequirement : string [0..1]LimitThe maximum amount of a service item a plan will pay for a covered benefit. For examples. wellness visits, or eyeglassesvalue : Quantity [0..1]The specific limit on the benefitcode : CodeableConcept [0..1]RelatedThe Related Product referenceproduct : Reference [0..1] « InsuranceProduct »The relationship of this product to the related product. an example would be 'sub-plan' where this product is a sub-plan of the related.productrelationship : CodeableConcept [0..1]Period of time that the product relationship is valid. The start and/or end dates can be empty if this is an open ended relationshipperiod : Period [0..1]The specific limits on the benefitlimit[0..*]Specific benefits under this type of coveragebenefit[1..*]Details about the coverage offered by the insurance productcoverage[0..*]Another product that is related to this product. Often used to create relationships to parents or families of productsrelated[0..*]

XML Template

<InsuranceProduct xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <identifier><!-- I 0..* Identifier Business Identifier for Product --></identifier>
 <status value="[code]"/><!-- 0..1 draft | active | retired | unknown -->
 <type><!-- 0..* CodeableConcept Kind of product --></type>
 <name value="[string]"/><!-- I 0..1 Official name -->
 <alias value="[string]"/><!-- 0..* Alternate names -->
 <period><!-- 0..1 Period When the product is available --></period>
 <ownedBy><!-- 0..1 Reference(Organization) Product issuer --></ownedBy>
 <administeredBy><!-- 0..1 Reference(Organization) Product administrator --></administeredBy>
 <coverageArea><!-- 0..* Reference(Location) Where product applies --></coverageArea>
 <contact><!-- 0..* ExtendedContactDetail Official contact details relevant to the health insurance product --></contact>
 <endpoint><!-- 0..* Reference(Endpoint) Technical endpoint --></endpoint>
 <network><!-- 0..* Reference(Organization) What networks are Included --></network>
 <coverage>  <!-- 0..* Coverage details -->
  <type><!-- 1..1 CodeableConcept Classification of Coverage --></type>
  <network><!-- 0..* Reference(Organization) What networks provide coverage --></network>
  <benefit>  <!-- 1..* List of benefits -->
   <type><!-- 1..1 CodeableConcept Classification of benefit provided --></type>
   <requirement value="[string]"/><!-- 0..1 Referral requirements -->
   <limit>  <!-- 0..* Limits on the provided benefits -->
    <value><!-- 0..1 Quantity Maximum value allowed --></value>
    <code><!-- 0..1 CodeableConcept Benefit limit details --></code>
   </limit>
  </benefit>
 </coverage>
 <related>  <!-- 0..* Associated insurance product -->
  <product><!-- 0..1 Reference(InsuranceProduct) Related Product reference --></product>
  <relationship><!-- 0..1 CodeableConcept Relationship of this product to the related product --></relationship>
  <period><!-- 0..1 Period Period that this Relationship is valid --></period>
 </related>
</InsuranceProduct>

JSON Template

{doco
  "resourceType" : "InsuranceProduct",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "identifier" : [{ Identifier }], // I Business Identifier for Product
  "status" : "<code>", // draft | active | retired | unknown
  "type" : [{ CodeableConcept }], // Kind of product
  "name" : "<string>", // I Official name
  "alias" : ["<string>"], // Alternate names
  "period" : { Period }, // When the product is available
  "ownedBy" : { Reference(Organization) }, // Product issuer
  "administeredBy" : { Reference(Organization) }, // Product administrator
  "coverageArea" : [{ Reference(Location) }], // Where product applies
  "contact" : [{ ExtendedContactDetail }], // Official contact details relevant to the health insurance product
  "endpoint" : [{ Reference(Endpoint) }], // Technical endpoint
  "network" : [{ Reference(Organization) }], // What networks are Included
  "coverage" : [{ // Coverage details
    "type" : { CodeableConcept }, // R!  Classification of Coverage
    "network" : [{ Reference(Organization) }], // What networks provide coverage
    "benefit" : [{ // R!  List of benefits
      "type" : { CodeableConcept }, // R!  Classification of benefit provided
      "requirement" : "<string>", // Referral requirements
      "limit" : [{ // Limits on the provided benefits
        "value" : { Quantity }, // Maximum value allowed
        "code" : { CodeableConcept } // Benefit limit details
      }]
    }]
  }],
  "related" : [{ // Associated insurance product
    "product" : { Reference(InsuranceProduct) }, // Related Product reference
    "relationship" : { CodeableConcept }, // Relationship of this product to the related product
    "period" : { Period } // Period that this Relationship is valid
  }]
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:InsuranceProduct;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:identifier  ( [ Identifier ] ... ) ; # 0..* I Business Identifier for Product
  fhir:status [ code ] ; # 0..1 draft | active | retired | unknown
  fhir:type  ( [ CodeableConcept ] ... ) ; # 0..* Kind of product
  fhir:name [ string ] ; # 0..1 I Official name
  fhir:alias  ( [ string ] ... ) ; # 0..* Alternate names
  fhir:period [ Period ] ; # 0..1 When the product is available
  fhir:ownedBy [ Reference(Organization) ] ; # 0..1 Product issuer
  fhir:administeredBy [ Reference(Organization) ] ; # 0..1 Product administrator
  fhir:coverageArea  ( [ Reference(Location) ] ... ) ; # 0..* Where product applies
  fhir:contact  ( [ ExtendedContactDetail ] ... ) ; # 0..* Official contact details relevant to the health insurance product
  fhir:endpoint  ( [ Reference(Endpoint) ] ... ) ; # 0..* Technical endpoint
  fhir:network  ( [ Reference(Organization) ] ... ) ; # 0..* What networks are Included
  fhir:coverage ( [ # 0..* Coverage details
    fhir:type [ CodeableConcept ] ; # 1..1 Classification of Coverage
    fhir:network  ( [ Reference(Organization) ] ... ) ; # 0..* What networks provide coverage
    fhir:benefit ( [ # 1..* List of benefits
      fhir:type [ CodeableConcept ] ; # 1..1 Classification of benefit provided
      fhir:requirement [ string ] ; # 0..1 Referral requirements
      fhir:limit ( [ # 0..* Limits on the provided benefits
        fhir:value [ Quantity ] ; # 0..1 Maximum value allowed
        fhir:code [ CodeableConcept ] ; # 0..1 Benefit limit details
      ] ... ) ;
    ] ... ) ;
  ] ... ) ;
  fhir:related ( [ # 0..* Associated insurance product
    fhir:product [ Reference(InsuranceProduct) ] ; # 0..1 Related Product reference
    fhir:relationship [ CodeableConcept ] ; # 0..1 Relationship of this product to the related product
    fhir:period [ Period ] ; # 0..1 Period that this Relationship is valid
  ] ... ) ;
]

Changes from both R4 and R4B

This resource did not exist in Release R4

See the Full Difference for further information

This analysis is available for R4 as XML or JSON and for R4B as XML or JSON.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. InsuranceProduct TUDomainResourceDetails of a Health Insurance product provided by an organization
+ Rule: The organization SHALL at least have a name or an identifier, and possibly more than one

Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier ΣC0..*IdentifierBusiness Identifier for Product

... status ?!Σ0..1codedraft | active | retired | unknown
Binding: PublicationStatus (Required)
... type Σ0..*CodeableConceptKind of product
Binding: Insurance Plan Type (Example)

... alias 0..*stringAlternate names

... period 0..1PeriodWhen the product is available
... ownedBy Σ0..1Reference(Organization)Product issuer
... administeredBy Σ0..1Reference(Organization)Product administrator
... coverageArea Σ0..*Reference(Location)Where product applies

... contact 0..*ExtendedContactDetailOfficial contact details relevant to the health insurance product

... endpoint 0..*Reference(Endpoint)Technical endpoint

... network 0..*Reference(Organization)What networks are Included

... coverage 0..*BackboneElementCoverage details

.... type 1..1CodeableConceptClassification of Coverage
.... network 0..*Reference(Organization)What networks provide coverage

.... benefit 1..*BackboneElementList of benefits

..... type 1..1CodeableConceptClassification of benefit provided
..... requirement 0..1stringReferral requirements
..... limit 0..*BackboneElementLimits on the provided benefits

...... value 0..1QuantityMaximum value allowed
...... code 0..1CodeableConceptBenefit limit details
... related 0..*BackboneElementAssociated insurance product

.... product 0..1Reference(InsuranceProduct)Related Product reference
.... relationship 0..1CodeableConceptRelationship of this product to the related product
.... period 0..1PeriodPeriod that this Relationship is valid

doco Documentation for this format icon

See the Extensions for this resource

UML Diagram (Legend)

InsuranceProduct (DomainResource)Business identifiers assigned to this health insurance product which remain constant as the resource is updated and propagates from server to serveridentifier : Identifier [0..*] « This element has or is affected by some invariantsC »The current state of the health insurance product (this element modifies the meaning of other elements)status : code [0..1] « null (Strength=Required)PublicationStatus! »The kind of health insurance producttype : CodeableConcept [0..*] « null (Strength=Example)InsurancePlanType?? »Official name of the health insurance product as designated by the ownername : string [0..1] « This element has or is affected by some invariantsC »A list of alternate names that the product is known as, or was known as in the pastalias : string [0..*]The period of time that the health insurance product is availableperiod : Period [0..1]The entity that is providing the health insurance product and underwriting the risk. This is typically an insurance carriers, other third-party payers, or health plan sponsors comonly referred to as 'payers'ownedBy : Reference [0..1] « Organization »An organization which administer other services such as underwriting, customer service and/or claims processing on behalf of the health insurance product owneradministeredBy : Reference [0..1] « Organization »The geographic region in which a health insurance product's benefits applycoverageArea : Reference [0..*] « Location »The contact details of communication devices available relevant to the specific Insurance Product. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sitescontact : ExtendedContactDetail [0..*]The technical endpoints providing access to services operated for the health insurance productendpoint : Reference [0..*] « Endpoint »Reference to the network included in the health insurance productnetwork : Reference [0..*] « Organization »CoverageType of coverage (Medical; Dental; Mental Health; Substance Abuse; Vision; Drug; Short Term; Long Term Care; Hospice; Home Health)type : CodeableConcept [1..1]Reference to the network that providing the type of coveragenetwork : Reference [0..*] « Organization »CoverageBenefitType of benefit (primary care; specialty care; inpatient; outpatient)type : CodeableConcept [1..1]The referral requirements to have access/coverage for this benefitrequirement : string [0..1]LimitThe maximum amount of a service item a plan will pay for a covered benefit. For examples. wellness visits, or eyeglassesvalue : Quantity [0..1]The specific limit on the benefitcode : CodeableConcept [0..1]RelatedThe Related Product referenceproduct : Reference [0..1] « InsuranceProduct »The relationship of this product to the related product. an example would be 'sub-plan' where this product is a sub-plan of the related.productrelationship : CodeableConcept [0..1]Period of time that the product relationship is valid. The start and/or end dates can be empty if this is an open ended relationshipperiod : Period [0..1]The specific limits on the benefitlimit[0..*]Specific benefits under this type of coveragebenefit[1..*]Details about the coverage offered by the insurance productcoverage[0..*]Another product that is related to this product. Often used to create relationships to parents or families of productsrelated[0..*]

XML Template

<InsuranceProduct xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <identifier><!-- I 0..* Identifier Business Identifier for Product --></identifier>
 <status value="[code]"/><!-- 0..1 draft | active | retired | unknown -->
 <type><!-- 0..* CodeableConcept Kind of product --></type>
 <name value="[string]"/><!-- I 0..1 Official name -->
 <alias value="[string]"/><!-- 0..* Alternate names -->
 <period><!-- 0..1 Period When the product is available --></period>
 <ownedBy><!-- 0..1 Reference(Organization) Product issuer --></ownedBy>
 <administeredBy><!-- 0..1 Reference(Organization) Product administrator --></administeredBy>
 <coverageArea><!-- 0..* Reference(Location) Where product applies --></coverageArea>
 <contact><!-- 0..* ExtendedContactDetail Official contact details relevant to the health insurance product --></contact>
 <endpoint><!-- 0..* Reference(Endpoint) Technical endpoint --></endpoint>
 <network><!-- 0..* Reference(Organization) What networks are Included --></network>
 <coverage>  <!-- 0..* Coverage details -->
  <type><!-- 1..1 CodeableConcept Classification of Coverage --></type>
  <network><!-- 0..* Reference(Organization) What networks provide coverage --></network>
  <benefit>  <!-- 1..* List of benefits -->
   <type><!-- 1..1 CodeableConcept Classification of benefit provided --></type>
   <requirement value="[string]"/><!-- 0..1 Referral requirements -->
   <limit>  <!-- 0..* Limits on the provided benefits -->
    <value><!-- 0..1 Quantity Maximum value allowed --></value>
    <code><!-- 0..1 CodeableConcept Benefit limit details --></code>
   </limit>
  </benefit>
 </coverage>
 <related>  <!-- 0..* Associated insurance product -->
  <product><!-- 0..1 Reference(InsuranceProduct) Related Product reference --></product>
  <relationship><!-- 0..1 CodeableConcept Relationship of this product to the related product --></relationship>
  <period><!-- 0..1 Period Period that this Relationship is valid --></period>
 </related>
</InsuranceProduct>

JSON Template

{doco
  "resourceType" : "InsuranceProduct",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "identifier" : [{ Identifier }], // I Business Identifier for Product
  "status" : "<code>", // draft | active | retired | unknown
  "type" : [{ CodeableConcept }], // Kind of product
  "name" : "<string>", // I Official name
  "alias" : ["<string>"], // Alternate names
  "period" : { Period }, // When the product is available
  "ownedBy" : { Reference(Organization) }, // Product issuer
  "administeredBy" : { Reference(Organization) }, // Product administrator
  "coverageArea" : [{ Reference(Location) }], // Where product applies
  "contact" : [{ ExtendedContactDetail }], // Official contact details relevant to the health insurance product
  "endpoint" : [{ Reference(Endpoint) }], // Technical endpoint
  "network" : [{ Reference(Organization) }], // What networks are Included
  "coverage" : [{ // Coverage details
    "type" : { CodeableConcept }, // R!  Classification of Coverage
    "network" : [{ Reference(Organization) }], // What networks provide coverage
    "benefit" : [{ // R!  List of benefits
      "type" : { CodeableConcept }, // R!  Classification of benefit provided
      "requirement" : "<string>", // Referral requirements
      "limit" : [{ // Limits on the provided benefits
        "value" : { Quantity }, // Maximum value allowed
        "code" : { CodeableConcept } // Benefit limit details
      }]
    }]
  }],
  "related" : [{ // Associated insurance product
    "product" : { Reference(InsuranceProduct) }, // Related Product reference
    "relationship" : { CodeableConcept }, // Relationship of this product to the related product
    "period" : { Period } // Period that this Relationship is valid
  }]
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:InsuranceProduct;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:identifier  ( [ Identifier ] ... ) ; # 0..* I Business Identifier for Product
  fhir:status [ code ] ; # 0..1 draft | active | retired | unknown
  fhir:type  ( [ CodeableConcept ] ... ) ; # 0..* Kind of product
  fhir:name [ string ] ; # 0..1 I Official name
  fhir:alias  ( [ string ] ... ) ; # 0..* Alternate names
  fhir:period [ Period ] ; # 0..1 When the product is available
  fhir:ownedBy [ Reference(Organization) ] ; # 0..1 Product issuer
  fhir:administeredBy [ Reference(Organization) ] ; # 0..1 Product administrator
  fhir:coverageArea  ( [ Reference(Location) ] ... ) ; # 0..* Where product applies
  fhir:contact  ( [ ExtendedContactDetail ] ... ) ; # 0..* Official contact details relevant to the health insurance product
  fhir:endpoint  ( [ Reference(Endpoint) ] ... ) ; # 0..* Technical endpoint
  fhir:network  ( [ Reference(Organization) ] ... ) ; # 0..* What networks are Included
  fhir:coverage ( [ # 0..* Coverage details
    fhir:type [ CodeableConcept ] ; # 1..1 Classification of Coverage
    fhir:network  ( [ Reference(Organization) ] ... ) ; # 0..* What networks provide coverage
    fhir:benefit ( [ # 1..* List of benefits
      fhir:type [ CodeableConcept ] ; # 1..1 Classification of benefit provided
      fhir:requirement [ string ] ; # 0..1 Referral requirements
      fhir:limit ( [ # 0..* Limits on the provided benefits
        fhir:value [ Quantity ] ; # 0..1 Maximum value allowed
        fhir:code [ CodeableConcept ] ; # 0..1 Benefit limit details
      ] ... ) ;
    ] ... ) ;
  ] ... ) ;
  fhir:related ( [ # 0..* Associated insurance product
    fhir:product [ Reference(InsuranceProduct) ] ; # 0..1 Related Product reference
    fhir:relationship [ CodeableConcept ] ; # 0..1 Relationship of this product to the related product
    fhir:period [ Period ] ; # 0..1 Period that this Relationship is valid
  ] ... ) ;
]

Changes from both R4 and R4B

This resource did not exist in Release R4

See the Full Difference for further information

This analysis is available for R4 as XML or JSON and for R4B as XML or JSON.

 

Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis

PathValueSetTypeDocumentation
InsuranceProduct.status PublicationStatus Required

The lifecycle status of an artifact.

InsuranceProduct.type InsurancePlanType Example

This example value set defines a set of codes that can be used to indicate a type of insurance plan.

UniqueKeyLevelLocationDescriptionExpression
img ipn-1Rule (base)The organization SHALL at least have a name or an identifier, and possibly more than one(identifier.count() + name.count()) > 0

Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionExpressionIn Common
administered-byreferenceProduct administratorInsuranceProduct.administeredBy
(Organization)
contact-addressstringA server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or textInsuranceProduct.contact.address
contact-address-citystringA city specified in an addressInsuranceProduct.contact.address.city
contact-address-countrystringA country specified in an addressInsuranceProduct.contact.address.country
contact-address-postalcodestringA postal code specified in an addressInsuranceProduct.contact.address.postalCode
contact-address-statestringA state specified in an addressInsuranceProduct.contact.address.state
contact-address-usetokenA use code specified in an addressInsuranceProduct.contact.address.use
endpointreferenceThe endpoint(s) applicable to this productInsuranceProduct.endpoint
(Endpoint)
identifiertokenAny identifier for the product (not the accreditation issuer's identifier)InsuranceProduct.identifier
namestringA portion of the insurance product's name or aliasInsuranceProduct.name | InsuranceProduct.alias
owned-byreferenceThe issuer of the insurance productInsuranceProduct.ownedBy
(Organization)
phoneticstringA portion of the product's name using some kind of phonetic matching algorithmInsuranceProduct.name
statustokenIs the Product record activeInsuranceProduct.status
typetokenA code for the type of insurance productInsuranceProduct.type