{
  "resourceType" : "Coverage",
  "id" : "TRxHubCoverageExampleInsurance",
  "meta" : {
    "profile" : ["https://trxhub.mediservice.ch/fhir/StructureDefinition/trxhub-coverage"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage TRxHubCoverageExampleInsurance</b></p><a name=\"TRxHubCoverageExampleInsurance\"> </a><a name=\"hcTRxHubCoverageExampleInsurance\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-trxhub-coverage.html\">TRxHub Coverage</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.756.5.30.1.123.100.1.1.1</code>/80756012365258974565</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-coverage-type insurance}\">Insurance</span></p><p><b>beneficiary</b>: <a href=\"Patient-TRxHubPatientExample.html\">Max Muster (official) Male, DoB: 1985-06-15 ( https://example.external-system.ch/patient-id#123456789)</a></p><p><b>payor</b>: </p><ul><li>CSS Krankenversicherung AG</li><li>Helsana</li></ul></div>"
  },
  "identifier" : [{
    "system" : "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
    "value" : "80756012365258974565"
  }],
  "status" : "active",
  "type" : {
    "coding" : [{
      "system" : "https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-coverage-type",
      "code" : "insurance"
    }]
  },
  "beneficiary" : {
    "reference" : "Patient/TRxHubPatientExample"
  },
  "payor" : [{
    "extension" : [{
      "url" : "https://trxhub.mediservice.ch/fhir/StructureDefinition/trxhub-coverage-payor-role-extension",
      "valueCoding" : {
        "system" : "https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-coverage-payor-role",
        "code" : "main-insurance"
      }
    }],
    "display" : "CSS Krankenversicherung AG"
  },
  {
    "extension" : [{
      "url" : "https://trxhub.mediservice.ch/fhir/StructureDefinition/trxhub-coverage-payor-role-extension",
      "valueCoding" : {
        "system" : "https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-coverage-payor-role",
        "code" : "supplementary-insurance"
      }
    }],
    "display" : "Helsana"
  }]
}