Da Vinci - Coverage Requirements Discovery
1.0.0 - STU 1

This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: De-identified Coverage example - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "deident-example",
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This resource is not supposed to have a 'text' element at all.  One is included here only for publishing purposes.  When tooling supports, it will be removed entirely.  In conformant instances, the text element must be omitted entirely.</p></div>"
  },
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "EHCPOL",
        "display" : "extended healthcare"
      }
    ]
  },
  "beneficiary" : {
    "reference" : "Patient/deident-example"
  },
  "period" : {
    "start" : "2011-05-23",
    "end" : "2012-05-23"
  },
  "payor" : [
    {
      "reference" : "http://example.org/fhir/Organization/example-payer"
    }
  ],
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "plan"
          }
        ]
      },
      "value" : "MD",
      "name" : "Medicaid"
    }
  ]
}