Open NZ FHIR Implementation Guide
1.2.0 - release

Open NZ FHIR Implementation Guide - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ZHI0020 - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "ZHI0020",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/Patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ZHI0020</b></p><a name=\"ZHI0020\"> </a><a name=\"hcZHI0020\"> </a><a name=\"ZHI0020-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Gjorgji Ninurta  Male, DoB: 1956-10-31 ( https://standards.digital.health.nz/ns/nhi-id#NHI#ZHI0020\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">39 Oleander Grove, Waikanae Beach, Waikanae 5036, New Zealand(home)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "ZHI0020"
    }
  ],
  "name" : [
    {
      "use" : "usual",
      "family" : "Ninurta",
      "given" : [
        "Gjorgji"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1956-10-31",
  "address" : [
    {
      "use" : "home",
      "text" : "39 Oleander Grove, Waikanae Beach, Waikanae 5036, New Zealand",
      "line" : [
        "39 Oleander Grove",
        "Waikanae Beach"
      ],
      "city" : "Waikanae",
      "postalCode" : "5036",
      "country" : "NZL"
    }
  ]
}