BBMRI.de/GBA Implementation Guide
1.2.0 - CI Build

BBMRI.de/GBA Implementation Guide - Local Development build (v1.2.0). See the Directory of published versions

: 0 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "0",
  "meta" : {
    "profile" : [
      "https://fhir.bbmri.de/StructureDefinition/Patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Anonymous Patient</b> male, DoB: 1989-11-18</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">2009-01-27</td></tr></table></div>"
  },
  "gender" : "male",
  "birthDate" : "1989-11-18",
  "deceasedDateTime" : "2009-01-27"
}