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 Charlotte von Hohenstein (PKV) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "pat-pkv-01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat-pkv-01</b></p><a name=\"pat-pkv-01\"> </a><a name=\"hcpat-pkv-01\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Charlotte von Hohenstein (official) Female, DoB: 1975-09-03</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\">Lorenzer Platz 8 Nürnberg 90402 DE (home)</td></tr></table></div>"
  },
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "von Hohenstein",
      "given" : [
        "Charlotte"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1975-09-03",
  "address" : [
    {
      "use" : "home",
      "type" : "both",
      "line" : [
        "Lorenzer Platz 8"
      ],
      "city" : "Nürnberg",
      "postalCode" : "90402",
      "country" : "DE"
    }
  ]
}