German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

German Practice Management FHIR Profiles (R4) - Local Development build (v0.49.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Coverage AOK Bayern — PZR Tarif - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "example-coverage-aok-tarif",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage example-coverage-aok-tarif</b></p><a name=\"example-coverage-aok-tarif\"> </a><a name=\"hcexample-coverage-aok-tarif\"> </a><p><b>status</b>: Active</p><p><b>subscriber</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>beneficiary</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>payor</b>: <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></p><h3>Classes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value</b></td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class plan}\">Plan</span></td><td>aok-bayern-pzr</td><td>AOK Bayern — Basis + PZR Satzungsleistung</td></tr></table></div>"
  },
  "status" : "active",
  "subscriber" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "beneficiary" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/example-organization"
    }
  ],
  "class" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/coverage-class",
            "code" : "plan"
          }
        ]
      },
      "value" : "aok-bayern-pzr",
      "name" : "AOK Bayern — Basis + PZR Satzungsleistung"
    }
  ]
}