Common Data Element Katalog - Local Development build (v0.2.0). See the Directory of published versions
: null - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "f001testpatientM",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Max M. Mustermann </b> male, DoB: 1996-01-01</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">Musterstraße 1 Musterstadt 12345 DE </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Languages spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes: {urn:ietf:bcp:47 de-DE}\">Deutsch</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact</td><td colspan=\"3\"><ul><li><a href=\"tel:+49123456789\">+49 123 456789</a></li><li><a href=\"mailto:max.mustermann@example.com\">max.mustermann@example.com</a></li></ul></td></tr></table></div>"
},
"name" : [
{
"family" : "Mustermann",
"given" : [
"Max",
"M."
]
}
],
"gender" : "male",
"birthDate" : "1996-01-01",
"address" : [
{
"line" : [
"Musterstraße 1"
],
"city" : "Musterstadt",
"postalCode" : "12345",
"country" : "DE"
}
],
"contact" : [
{
"telecom" : [
{
"system" : "phone",
"value" : "+49 123 456789",
"use" : "home"
},
{
"system" : "email",
"value" : "max.mustermann@example.com"
}
]
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "de-DE",
"display" : "Deutsch (Deutschland)"
}
],
"text" : "Deutsch"
}
}
]
}