Da Vinci Payer Data Exchange
2.1.1 - STU 2.1 United States of America flag

Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions

: Coverage to Link Example 1 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "CoverageLinkExample1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-coverage"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>New Coverage for Robert Johnson - Subscriber ID: NEW-12345678, Current Payer, PPO-PREMIUM</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-001"
  },
  "subscriberId" : "NEW-12345678",
  "beneficiary" : {
    🔗 "reference" : "Patient/patient-prov-001"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
        "code" : "self"
      }
    ]
  },
  "period" : {
    "start" : "2024-01-01",
    "end" : "2024-12-31"
  },
  "payor" : [
    {
      "identifier" : {
        "system" : "http://hl7.org/fhir/sid/us-npi",
        "value" : "5555555555"
      },
      "display" : "Current Payer"
    }
  ],
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "group"
          }
        ]
      },
      "value" : "EMPLOY-NEW"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "plan"
          }
        ]
      },
      "value" : "PPO-PREMIUM"
    }
  ]
}