Australian Digital Health Agency FHIR Implementation Guide 1.1.0

This page is part of the Australian Digital Health Agency FHIR Implementation Guide 1.1.0. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available previous versions.

Example: Bundle-mds

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "Bundle",
  "id" : "mds",
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:1.2.36.1.2001.1007.11.8003640002000035.1000000000118810"
  },
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:cb7921cc-ba17-11ec-833a-b1763b0a7715",
      "resource" : {
        "resourceType" : "Immunization",
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"></div><p><b>Vaccine Vial Serial Number</b>: 12345678916</p><p><b>identifier</b>: id: urn:oid:1.2.36.1.2001.1007.11.8003640002000035.1000000000118810</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: ProQuad <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (air-vaccine-code-formats#PROQAD)</span></p><p><b>patient</b>: <span></span></p><p><b>occurrence</b>: 2022-04-07</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: 12362</p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td>-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td>Measles Mumps Rubella Varicella <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td>??</td></tr></table></div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org.au/fhir/StructureDefinition/vaccine-serial-number",
            "valueString" : "12345678916"
          }
        ],
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:oid:1.2.36.1.2001.1007.11.8003640002000035.1000000000118810"
          }
        ],
        "status" : "completed",
        "vaccineCode" : {
          "coding" : [
            {
              "system" : "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats",
              "code" : "PROQAD",
              "display" : "ProQuad"
            }
          ],
          "text" : "ProQuad"
        },
        "patient" : {
          "identifier" : {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "NI",
                  "display" : "National unique individual identifier"
                }
              ]
            },
            "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
            "value" : "8003608833630130"
          }
        },
        "occurrenceDateTime" : "2022-04-07",
        "primarySource" : true,
        "lotNumber" : "12362",
        "protocolApplied" : [
          {
            "targetDisease" : [
              {
                "text" : "Measles Mumps Rubella Varicella"
              }
            ],
            "_doseNumberPositiveInt" : {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
                  "valueCode" : "unknown"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}