Aotearoa Immunisation Register (AIR) FHIR Implementation Guide
2.7.0 - ci-build New Zealand

Aotearoa Immunisation Register (AIR) FHIR Implementation Guide - Local Development build (v2.7.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Search for Immunisation Events Using Data Quality Parameters - JSON Representation

Active as of 2026-07-20

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "Data-quality",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition Data-quality</b></p><a name=\"Data-quality\"> </a><a name=\"hcData-quality\"> </a><p>URL: [base]/Immunization?_query=data-quality&amp;...</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>_lastUpdated</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/immunization.html\">Immunization</a></td><td/><td><div><p>Used in data-quality search only. Use eq prefix to search for a specific date, or combination of ge prefix and le prefix to search for records within a specified date range.</p>\n</div></td></tr><tr><td>IN</td><td>_offset</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/immunization.html\">Immunization</a></td><td/><td><div><p>The number of records to skip before starting to collect the result set.</p>\n</div></td></tr><tr><td>IN</td><td>_count</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/immunization.html\">Immunization</a></td><td/><td><div><p>The number of records to return in the result set.</p>\n</div></td></tr><tr><td>IN</td><td>_includeMigratedData</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/immunization.html\">Immunization</a></td><td/><td><div><p>To include migration data in the response. Default to 'false' if not provided.</p>\n</div></td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/fhir/air/StructureDefinition/immunization-data-quality",
  "version" : "2.7.0",
  "name" : "data-quality",
  "title" : "Search for Immunisation Events Using Data Quality Parameters",
  "status" : "active",
  "kind" : "query",
  "experimental" : false,
  "date" : "2026-07-20T21:32:10+00:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://tewhatuora.govt.nz"
        }
      ]
    }
  ],
  "description" : "An operation to search for Immunisation events that have data quality issues by date range.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "affectsState" : false,
  "code" : "data-quality",
  "resource" : [
    "Immunization"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "_lastUpdated",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "Used in data-quality search only. Use eq prefix to search for a specific date, or combination of ge prefix and le prefix to search for records within a specified date range.",
      "type" : "Immunization"
    },
    {
      "name" : "_offset",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The number of records to skip before starting to collect the result set.",
      "type" : "Immunization"
    },
    {
      "name" : "_count",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The number of records to return in the result set.",
      "type" : "Immunization"
    },
    {
      "name" : "_includeMigratedData",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "To include migration data in the response. Default to 'false' if not provided.",
      "type" : "Immunization"
    }
  ]
}