{
  "resourceType" : "Coverage",
  "id" : "de-identified-example",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-coverage"]
  },
  "status" : "active",
  "type" : {
    "text" : "Private Insurance"
  },
  "beneficiary" : {
    "reference" : "Patient/de-identified-example"
  },
  "period" : {
    "start" : "2019",
    "end" : "2020"
  },
  "payor" : [{
    "reference" : "Organization/acme-payer"
  }]
}