German Dental FHIR Profiles (R4)
0.36.1 - trial-use DE

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

: Beispiel PKV-Versicherung Charlotte von Hohenstein (DKV) - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "cov-pkv-01-dkv",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage cov-pkv-01-dkv</b></p><a name=\"cov-pkv-01-dkv\"> </a><a name=\"hccov-pkv-01-dkv\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/versicherungsart-de-basis PKV}\">Private Krankenversicherung</span></p><p><b>subscriber</b>: <a href=\"Patient-pat-pkv-01.html\">Charlotte von Hohenstein (official) Female, DoB: 1975-09-03</a></p><p><b>beneficiary</b>: <a href=\"Patient-pat-pkv-01.html\">Charlotte von Hohenstein (official) Female, DoB: 1975-09-03</a></p><p><b>period</b>: 2018-06-01 --&gt; (ongoing)</p><p><b>payor</b>: DKV Deutsche Krankenversicherung</p></div>"
  },
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://fhir.de/CodeSystem/versicherungsart-de-basis",
        "code" : "PKV",
        "display" : "Private Krankenversicherung"
      }
    ]
  },
  "subscriber" : {
    🔗 "reference" : "Patient/pat-pkv-01"
  },
  "beneficiary" : {
    🔗 "reference" : "Patient/pat-pkv-01"
  },
  "period" : {
    "start" : "2018-06-01"
  },
  "payor" : [
    {
      "display" : "DKV Deutsche Krankenversicherung"
    }
  ]
}