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

: Beispielpatient Friedrich Hartmann (Beihilfe) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "pat-beihilfe-01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat-beihilfe-01</b></p><a name=\"pat-beihilfe-01\"> </a><a name=\"hcpat-beihilfe-01\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Friedrich Hartmann (official) Male, DoB: 1958-11-22</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\">Burgschmietstr. 42 Nürnberg 90419 DE (home)</td></tr></table></div>"
  },
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Hartmann",
      "given" : [
        "Friedrich"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1958-11-22",
  "address" : [
    {
      "use" : "home",
      "type" : "both",
      "line" : [
        "Burgschmietstr. 42"
      ],
      "city" : "Nürnberg",
      "postalCode" : "90419",
      "country" : "DE"
    }
  ]
}