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
{
"resourceType" : "Patient",
"id" : "pat-gkv-01",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat-gkv-01</b></p><a name=\"pat-gkv-01\"> </a><a name=\"hcpat-gkv-01\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Klaus Bergmann (official) (no stated gender), DoB: 1962-04-17 ( 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\">Südliche Fürther Str. 14 Nürnberg 90429 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" : "A100100101"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Bergmann",
"given" : [
"Klaus"
]
}
],
"birthDate" : "1962-04-17",
"address" : [
{
"use" : "home",
"type" : "both",
"line" : [
"Südliche Fürther Str. 14"
],
"city" : "Nürnberg",
"postalCode" : "90429",
"country" : "DE"
}
]
}