PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@pdex-plan-net-1.1.0
    http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-InsurancePlan
description: An InsurancePlan 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 covered benefits. A plan pairs a product’s covered benefits with the particular cost sharing structure offered to a consumer. A given product may comprise multiple plans (i.e. each plan offers different cost sharing requirements for the same set of covered benefits).\n\nInsurancePlan 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.
package_name: hl7.fhir.us.davinci
derivation: constraint
name: PlannetInsurancePlan
type: InsurancePlan
elements:
  coverageArea:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Location']
    index: 11
  meta:
    elements:
      lastUpdated: {index: 0}
    required: [lastUpdated]
  name: {mustSupport: true, index: 6}
  type:
    short: Product Type
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/davinci-pdex-plan-net/ValueSet/InsuranceProductTypeVS'}
    mustSupport: true
    index: 5
  alias: {mustSupport: true, index: 7}
  status:
    pattern: {type: Code, value: active}
    mustSupport: true
    index: 4
  identifier:
    elements:
      type: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
      assigner: {mustSupport: true, index: 3}
  administeredBy:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Organization']
    index: 10
  ownedBy:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Organization']
    index: 9
  network:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Network']
    index: 19
  period: {mustSupport: true, index: 8}
  plan:
    short: Cost sharing details for the plan
    index: 20
    elements:
      type:
        short: Categorization of the cost sharing for the plan
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/davinci-pdex-plan-net/ValueSet/InsurancePlanTypeVS'}
        mustSupport: true
        index: 21
      coverageArea:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Location']
        index: 22
      network:
        type: Reference
        refers: ['http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Network']
        index: 23
  endpoint:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Endpoint']
    index: 18
  contact:
    mustSupport: true
    index: 12
    elements:
      name:
        mustSupport: true
        index: 13
        elements:
          text: {mustSupport: true, index: 14}
      telecom:
        mustSupport: true
        index: 15
        elements:
          system: {mustSupport: true, index: 16}
          value: {mustSupport: true, index: 17}
package_version: pdex-plan-net-1.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-InsurancePlan
base: http://hl7.org/fhir/StructureDefinition/InsurancePlan
version: 1.1.0
required: [ownedBy, status, administeredBy, type]