Australian Base Implementation Guide (AU Base 1)

This page is part of the Australian Base IG (v1.0.2: AU Base 1 on STU3) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Example: Immunization-immunization-example1

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Immunization",
  "id" : "immunization-example1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: immunization-example1</p><p><b>status</b>: completed</p><p><b>notGiven</b>: false</p><p><b>vaccineCode</b>: Infanrix-Hep B <span style=\"background: LightGoldenRodYellow\">(Details : {urn:oid:1.2.36.1.2001.1005.17 code 'IFXB' = 'InfanrixHepB)</span></p><p><b>patient</b>: <a href=\"Patient-example2.html\">Sally GRANT. Generated Summary: id: example2; Medicare Number = 1234567892; Sally Grant ; sgrant@amail.com.au; gender: female</a></p><p><b>date</b>: 27/02/2018</p><p><b>primarySource</b>: true</p></div>"
  },
  "status" : "completed",
  "notGiven" : false,
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.36.1.2001.1005.17",
        "code" : "IFXB"
      }
    ],
    "text" : "Infanrix-Hep B"
  },
  "patient" : {
    "reference" : "Patient/example2",
    "display" : "Sally GRANT"
  },
  "date" : "2018-02-27",
  "primarySource" : true
}