HL7® FHIR® New Zealand Base Implementation Guide
3.0.0 - Release

HL7® FHIR® New Zealand Base Implementation Guide - Local Development build (v3.0.0). See the Directory of published versions

: patient-deceased-information-source - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-deceased-information-source",
  "meta" : {
    "profile" : [
      "http://hl7.org.nz/fhir/StructureDefinition/NzPatient"
    ]
  },
  "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 Doe</b> male, DoB Unknown</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">1998-01-01</td></tr></table></div>"
  },
  "name" : [
    {
      "text" : "John Doe",
      "family" : "Doe",
      "given" : [
        "John"
      ]
    }
  ],
  "gender" : "male",
  "deceasedDateTime" : "1998-01-01",
  "_deceasedDateTime" : {
    "extension" : [
      {
        "url" : "http://hl7.org.nz/fhir/StructureDefinition/information-source",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "https://standards.digital.health.nz/ns/information-source-code",
              "code" : "PPRT",
              "display" : "Passport"
            }
          ]
        }
      }
    ]
  }
}