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

: AOK Bayern — PZR Satzungsleistung - JSON Representation

Raw json | Download

{
  "resourceType" : "InsurancePlan",
  "id" : "example-aok-bayern",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/insurance-plan-de"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: InsurancePlan example-aok-bayern</b></p><a name=\"example-aok-bayern\"> </a><a name=\"hcexample-aok-bayern\"> </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-insurance-plan-de.html\">InsurancePlan DE</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-insurance-plan-id.html\" title=\"PVS-interner Identifier fuer InsurancePlan-Ressourcen (Kassentarife, PKV-Tarife)\">InsurancePlanId</a>/aok-bayern-pzr</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode PUBLICPOL}\">public healthcare</span></p><p><b>name</b>: AOK Bayern — Basis + PZR Satzungsleistung</p><p><b>coverageArea</b>: Bayern</p><blockquote><p><b>coverage</b></p><p><b>type</b>: <span title=\"Codes:\">Zahnleistungen</span></p><h3>Benefits</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Professionelle Zahnreinigung (PZR)</span></td></tr></table></blockquote><blockquote><p><b>plan</b></p><p><b>type</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/insurance-plan-type gkv}\">GKV</span></p><blockquote><p><b>specificCost</b></p><p><b>category</b>: <span title=\"Codes:\">Satzungsleistung</span></p><blockquote><p><b>benefit</b></p><p><b>type</b>: <span title=\"Codes:\">Professionelle Zahnreinigung (PZR)</span></p><h3>Costs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Kassenleistung</span></td></tr></table></blockquote></blockquote></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.cognovis.de/praxis/sid/insurance-plan-id",
      "value" : "aok-bayern-pzr"
    }
  ],
  "status" : "active",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "PUBLICPOL",
          "display" : "public healthcare"
        }
      ]
    }
  ],
  "name" : "AOK Bayern — Basis + PZR Satzungsleistung",
  "coverageArea" : [
    {
      "display" : "Bayern"
    }
  ],
  "coverage" : [
    {
      "type" : {
        "text" : "Zahnleistungen"
      },
      "benefit" : [
        {
          "type" : {
            "text" : "Professionelle Zahnreinigung (PZR)"
          }
        }
      ]
    }
  ],
  "plan" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.cognovis.de/praxis/CodeSystem/insurance-plan-type",
            "code" : "gkv",
            "display" : "GKV"
          }
        ]
      },
      "specificCost" : [
        {
          "category" : {
            "text" : "Satzungsleistung"
          },
          "benefit" : [
            {
              "type" : {
                "text" : "Professionelle Zahnreinigung (PZR)"
              },
              "cost" : [
                {
                  "type" : {
                    "text" : "Kassenleistung"
                  }
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}