eCard-at FHIR ImplementationGuide - Local Development build (v0.1.0). See the Directory of published versions
: sascha-mustermann - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "sascha-mustermann",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Sascha Mustermann </b> male, DoB: 1975-07-19 ( Social Security Number: 4593190775\u00a0(use:\u00a0OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Sascha Mustermann (OFFICIAL)</td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "SS",
"display" : "Social Security Number"
}
]
},
"system" : "urn:oid:1.2.40.0.10.1.4.3.1",
"value" : "4593190775",
"assigner" : {
"display" : "Dachverband der österreichischen Sozialversicherungsträger"
}
}
],
"name" : [
{
"use" : "official",
"family" : "Mustermann",
"given" : [
"Sascha"
]
},
{
"family" : "Mustermann",
"given" : [
"Sascha"
]
}
],
"gender" : "male",
"birthDate" : "1975-07-19"
}