{
  "resourceType" : "InsurancePlan",
  "id" : "AcmeQHPGold",
  "meta" : {
    "lastUpdated" : "2020-07-07T13:26:22.0314215+00:00",
    "profile" : ["http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-InsurancePlan"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated"
  },
  "status" : "active",
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/insurance-product-type",
      "code" : "qhp",
      "display" : "Qualified Health Plan"
    }]
  }],
  "name" : "Acme of CT QHP Gold",
  "ownedBy" : {
    "reference" : "Organization/Acme"
  },
  "administeredBy" : {
    "reference" : "Organization/Acme"
  },
  "coverageArea" : [{
    "reference" : "Location/StateOfCTLocation"
  }],
  "endpoint" : [{
    "reference" : "Endpoint/AcmeOfCTPortalEndpoint"
  }],
  "network" : [{
    "reference" : "Organization/AcmeofCTStdNet"
  },
  {
    "reference" : "Organization/AcmeofCTPremNet"
  }],
  "plan" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/insuranceplan-plan-type",
        "code" : "gold",
        "display" : "Gold-QHP"
      }]
    }
  }]
}