FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ndh.r4
Resource TypeInsurancePlan
IdInsurancePlan-AcmeQHPGold.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: InsurancePlan AcmeQHPGold

Last updated: 2020-07-07 13:26:22+0000; Language: en-US

Profile: NDH Base InsurancePlan Profile

status: Active

type: Qualified Health Plan

name: Acme of CT QHP Gold

ownedBy: Organization Acme of CT

administeredBy: Organization Acme of CT

coverageArea: Location State of CT Area

endpoint: Endpoint Endpoint for Acme of CT Portal

network:

Plans

-Type
*Gold-QHP

Source1

{
  "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-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    }
  ]
}