0.2.3 - ci-build

HealthDataReceipt - Local Development build (v0.2.3). See the Directory of published versions

: Patient - John Smith - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "johnsmith",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>John Smith </b> (no stated gender), DoB Unknown</p><hr/></div>"
  },
  "name" : [
    {
      "family" : "Smith",
      "given" : [
        "John"
      ]
    }
  ]
}