PATH MER Indicators
0.1.0 - STU1 International flag

PATH MER Indicators, published by PATH. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/PATH-Global-Health/MERindicators and changes regularly. See the Directory of published versions

: ExampleDeceasedDateTime - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "ExampleDeceasedDateTime",
  "type" : "transaction",
  "entry" : [
    {
      "fullUrl" : "https://path-global-health.github.io/MERindicators/Patient/DeceasedDateTime",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "DeceasedDateTime",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"DeceasedDateTime\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Patient &quot;DeceasedDateTime&quot; </p></div><p><b>active</b>: true</p><p><b>name</b>: Simon Notsowell (OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1982-01-23</p><p><b>deceased</b>: 2015-02-14 13:42:00+1000</p></div>"
        },
        "active" : true,
        "name" : [
          {
            "use" : "official",
            "family" : "Notsowell",
            "given" : [
              "Simon"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1982-01-23",
        "deceasedDateTime" : "2015-02-14T13:42:00+10:00"
      },
      "request" : {
        "method" : "PUT",
        "url" : "Patient/DeceasedDateTime"
      }
    }
  ]
}