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

: Beispielpatientin Aylin Özdemir (GKV) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "pat-gkv-dental-01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat-gkv-dental-01</b></p><a name=\"pat-gkv-dental-01\"> </a><a name=\"hcpat-gkv-dental-01\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Aylin Özdemir (official) (no stated gender), DoB: 1988-03-14 ( Krankenversichertennummer)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Rothenburger Str. 71 Nürnberg 90443 DE (home)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code" : "KVZ10"
          }
        ]
      },
      "system" : "http://fhir.de/sid/gkv/kvid-10",
      "value" : "B200200202"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Özdemir",
      "given" : [
        "Aylin"
      ]
    }
  ],
  "birthDate" : "1988-03-14",
  "address" : [
    {
      "use" : "home",
      "type" : "both",
      "line" : [
        "Rothenburger Str. 71"
      ],
      "city" : "Nürnberg",
      "postalCode" : "90443",
      "country" : "DE"
    }
  ]
}