CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue Button®)
2.1.0-snapshot1 - STU 2.1 prepublication draft United States of America flag

CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue Button®), published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0-snapshot1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/carin-bb/ and changes regularly. See the Directory of published versions

: Coverage Example 2 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "Coverage2",
  "meta" : {
    "lastUpdated" : "2020-10-30T09:48:01.8462752-04:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage|2.1.0-snapshot1"
    ]
  },
  "language" : "en-US",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage Coverage2</b></p><a name=\"Coverage2\"> </a><a name=\"hcCoverage2\"> </a><a name=\"Coverage2-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-10-30 09:48:01-0400; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-C4BB-Coverage.html\">C4BB Coverageversion: {0}2.1.0-snapshot1)</a></p></div><p><b>identifier</b>: An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier./88800933501</p><p><b>status</b>: Active</p><p><b>policyHolder</b>: <a href=\"Patient-Patient1.html\">Johnny Example1  Male, DoB: 1986-01-01 ( Member Number)</a></p><p><b>subscriber</b>: <a href=\"Patient-Patient1.html\">Johnny Example1  Male, DoB: 1986-01-01 ( Member Number)</a></p><p><b>subscriberId</b>: 888009335</p><p><b>beneficiary</b>: <a href=\"Patient-Patient1.html\">Johnny Example1  Male, DoB: 1986-01-01 ( Member Number)</a></p><p><b>dependent</b>: 01</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>period</b>: 2017-01-01 --&gt; 2017-06-30</p><p><b>payor</b>: <a href=\"Organization-Payer2.html\">UPMC Health Plan</a></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}\">An employee group</span></p><p><b>value</b>: MCHMO1</p><p><b>name</b>: MEDICARE HMO PLAN</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class plan}\">A specific suite of benefits.</span></p><p><b>value</b>: GI8</p><p><b>name</b>: GI8-HMO DEDUCTIBLE</p></blockquote><p><b>network</b>: GI8-HMO DEDUCTIBLE</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MB",
            "display" : "Member Number"
          }
        ],
        "text" : "An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier."
      },
      "system" : "https://www.upmchealthplan.com/fhir/memberidentifier",
      "value" : "88800933501",
      "assigner" : {
        🔗 "reference" : "Organization/Payer2",
        "display" : "UPMC Health Plan"
      }
    }
  ],
  "status" : "active",
  "policyHolder" : {
    🔗 "reference" : "Patient/Patient1"
  },
  "subscriber" : {
    🔗 "reference" : "Patient/Patient1"
  },
  "subscriberId" : "888009335",
  "beneficiary" : {
    🔗 "reference" : "Patient/Patient1"
  },
  "dependent" : "01",
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code" : "self"
      }
    ],
    "text" : "Self"
  },
  "period" : {
    "start" : "2017-01-01",
    "end" : "2017-06-30"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/Payer2",
      "display" : "UPMC Health Plan"
    }
  ],
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "group",
            "display" : "Group"
          }
        ],
        "text" : "An employee group"
      },
      "value" : "MCHMO1",
      "name" : "MEDICARE HMO PLAN"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "plan",
            "display" : "Plan"
          }
        ],
        "text" : "A specific suite of benefits."
      },
      "value" : "GI8",
      "name" : "GI8-HMO DEDUCTIBLE"
    }
  ],
  "network" : "GI8-HMO DEDUCTIBLE"
}