CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue Button®)
2.2.0 - STU 2.2 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.2.0 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

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.2.0"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "version" : "5.0.0",
            "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.example.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"
}