Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Australian Immunisation Register COVID-19 Immunisation Status - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "air-covid-imm-status-01",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-observation-simple-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation air-covid-imm-status-01</b></p><a name=\"air-covid-imm-status-01\"> </a><a name=\"hcair-covid-imm-status-01\"> </a><a name=\"air-covid-imm-status-01-en-AU\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-uri.html\" title=\"As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt \r\n\r\nThis oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: \r\n\r\nNote that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.\r\n\r\nThis OID may also be used in CD.codeSystem.\">URI</a>/urn:uuid:475db616-dfd5-43f3-b935-9f582233a38d</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/observation-category program}\">Immunisation program</span></p><p><b>code</b>: <span title=\"Codes:{https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1 103.32029}, {http://loinc.org 97155-6}\">Australian Immunisation Register COVID-19 Immunisation Status</span></p><p><b>subject</b>: <a href=\"Patient-mhr-field-sally.html\">Sally FIELD  Female, DoB: 1999-02-14 ( National unique individual identifier: AustalianIHI#8003608333563104\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2022-02-15 01:02:00+1000</p><p><b>performer</b>: <a href=\"Organization-medicare-rs-operator.html\">Organization Medicare Australia repository services operator</a></p><p><b>value</b>: <span title=\"Codes:\">This individual has received all required COVID-19 vaccines.</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:475db616-dfd5-43f3-b935-9f582233a38d"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org.au/CodeSystem/observation-category",
          "code" : "program",
          "display" : "Program"
        }
      ],
      "text" : "Immunisation program"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1",
        "code" : "103.32029",
        "display" : "Australian Immunisation Register COVID-19 Immunisation Status"
      },
      {
        "system" : "http://loinc.org",
        "code" : "97155-6",
        "display" : "SARS coronavirus 2 (COVID-19) immunization status"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/mhr-field-sally",
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI",
            "display" : "National unique individual identifier"
          }
        ],
        "text" : "IHI"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608833357361"
    }
  },
  "effectiveDateTime" : "2022-02-15T01:02:00+10:00",
  "performer" : [
    {
      🔗 "reference" : "Organization/medicare-rs-operator",
      "identifier" : {
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
              "code" : "NOI",
              "display" : "National Organisation Identifier"
            }
          ],
          "text" : "PAI-O"
        },
        "system" : "http://ns.electronichealth.net.au/id/pcehr/paio/1.0",
        "value" : "8003640001000036"
      }
    }
  ],
  "valueCodeableConcept" : {
    "text" : "This individual has received all required COVID-19 vaccines."
  }
}