Da Vinci PDex Plan Net
1.2.0 - STU1.2 United States of America flag

Da Vinci PDex Plan Net, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pdex-plan-net/ and changes regularly. See the Directory of published versions

: AcmeQHPBronze

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "InsurancePlan",
  "id" : "AcmeQHPBronze",
  "meta" : {
    "lastUpdated" : "2020-07-07T13:26:22.0314215+00:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-InsurancePlan"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated"
  },
  "status" : "active",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/InsuranceProductTypeCS",
          "code" : "qhp",
          "display" : "Qualified Health Plan"
        }
      ]
    }
  ],
  "name" : "Acme of CT QHP Bronze",
  "ownedBy" : {
    🔗 "reference" : "Organization/Acme"
  },
  "administeredBy" : {
    🔗 "reference" : "Organization/Acme"
  },
  "coverageArea" : [
    {
      🔗 "reference" : "Location/StateOfCTLocation"
    }
  ],
  "endpoint" : [
    {
      🔗 "reference" : "Endpoint/AcmeOfCTPortalEndpoint"
    }
  ],
  "network" : [
    {
      🔗 "reference" : "Organization/AcmeofCTStdNet"
    }
  ],
  "plan" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/InsurancePlanTypeCS",
            "code" : "bronze",
            "display" : "Bronze-QHP"
          }
        ]
      }
    }
  ]
}