{
  "resourceType" : "Coverage",
  "id" : "CoverageMatchExample2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Coverage for Sarah Williams - Subscriber ID: 87654321, Another Health Plan, HMO-BASIC</p></div>"
  },
  "status" : "draft",
  "type" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "HIP",
      "display" : "health insurance plan policy"
    }]
  },
  "subscriber" : {
    "reference" : "Patient/patient-prov-002"
  },
  "subscriberId" : "87654321",
  "beneficiary" : {
    "reference" : "Patient/patient-prov-002"
  },
  "relationship" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
      "code" : "self"
    }]
  },
  "period" : {
    "start" : "2023-06-01",
    "end" : "2024-05-31"
  },
  "payor" : [{
    "identifier" : {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1111111111"
    },
    "display" : "Another Health Plan"
  }],
  "class" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
        "code" : "group"
      }]
    },
    "value" : "EMPLOY-67890"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
        "code" : "plan"
      }]
    },
    "value" : "HMO-BASIC"
  }]
}