{
  "resourceType": "Immunization",
  "id": "air-dip-04",
  "meta": {
    "profile": [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-immunization-air-1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"air-dip-04\"> </a></p><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\">Resource Immunization \"air-dip-04\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-immunization-air-1.html\">ADHA Record of Immunisation from Australian Immunisation Register</a></p></div><p><b>identifier</b>: id: urn:uuid:475db616-dfd5-43f3-b935-9f582233a38d</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Infanrix Hexa <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (air-vaccine-code-formats#IFHX)</span></p><p><b>patient</b>: <a href=\"Patient-mhr-field-sally.html\">Patient/mhr-field-sally</a> \" FIELD\"</p><p><b>occurrence</b>: 2000-08-14</p><p><b>primarySource</b>: true</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>Diphtheria <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span>, Tetanus <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span>, Pertussis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span>, Hepatitis B <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span>, Polio <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span>, Hib <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td>4</td></tr></table></div>"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:475db616-dfd5-43f3-b935-9f582233a38d"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats",
        "code": "IFHX"
      }
    ],
    "text": "Infanrix Hexa"
  },
  "patient": {
    "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"
    }
  },
  "occurrenceDateTime": "2000-08-14",
  "primarySource": true,
  "protocolApplied": [
    {
      "targetDisease": [
        {
          "text": "Diphtheria"
        },
        {
          "text": "Tetanus"
        },
        {
          "text": "Pertussis"
        },
        {
          "text": "Hepatitis B"
        },
        {
          "text": "Polio"
        },
        {
          "text": "Hib"
        }
      ],
      "doseNumberPositiveInt": 4
    }
  ]
}