New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: COVID-19 Immunisation Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "covid-immunisation-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization covid-immunisation-example</b></p><a name=\"covid-immunisation-example\"> </a><a name=\"hccovid-immunisation-example\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 1119349007}\">COVID-19 vaccine</span></p><p><b>patient</b>: <a href=\"#hccovid-immunisation-example/patient\">Anonymous Patient (no stated gender), DoB Unknown ( https://standards.digital.health.nz/ns/nhi-id#ZZZ0039\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>occurrence</b>: 2026-07-01</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Date</b></td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-07-02</td><td><a href=\"Observation-immunisation-reaction-event-example.html\">Observation Myocarditis</a></td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #patient</b></p><a name=\"covid-immunisation-example/patient\"> </a><a name=\"hccovid-immunisation-example/patient\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <code>http://hl7.org.nz/fhir/StructureDefinition/NzPatient</code></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB Unknown ( https://standards.digital.health.nz/ns/nhi-id#ZZZ0039\u00a0(use:\u00a0official,\u00a0))</p><hr/></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Patient",
      "id" : "patient",
      "meta" : {
        "profile" : [
          "http://hl7.org.nz/fhir/StructureDefinition/NzPatient"
        ]
      },
      "identifier" : [
        {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/nhi-id",
          "value" : "ZZZ0039"
        }
      ]
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/21000210109",
        "code" : "1119349007",
        "display" : "COVID-19 vaccine"
      }
    ]
  },
  "patient" : {
    "reference" : "#patient"
  },
  "occurrenceDateTime" : "2026-07-01",
  "reaction" : [
    {
      "date" : "2026-07-02",
      "detail" : {
        🔗 "reference" : "Observation/immunisation-reaction-event-example"
      }
    }
  ]
}