MediRecords FHIR Implementation Guide
1.4.1 - release


: Immunisation Administered Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "db1b8c4e-4175-11e9-97b5-0753fbae2fb1",
  "meta" : {
    "lastUpdated" : "2021-10-27T01:43:30Z",
    "profile" : [
      🔗 "https://fhir.medirecords.com/StructureDefinition/mr-immunisation"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "U"
      }
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization db1b8c4e-4175-11e9-97b5-0753fbae2fb1</b></p><a name=\"db1b8c4e-4175-11e9-97b5-0753fbae2fb1\"> </a><a name=\"hcdb1b8c4e-4175-11e9-97b5-0753fbae2fb1\"> </a><a name=\"db1b8c4e-4175-11e9-97b5-0753fbae2fb1-en-US\"> </a><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\">Last updated: 2021-10-27 01:43:30+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-immunisation.html\">MR Immunisation</a></p><p style=\"margin-bottom: 0px\">Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')</p></div><p><b>Vaccine Serial Number Extension</b>: 126599092844</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 12341000168106}, {https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats IFHX}\">Infanrix Hexa</span></p><p><b>patient</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</a></p><p><b>encounter</b>: <a href=\"Encounter-1e5cae20-85bf-11e8-b401-ffccd711ad9g.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2021-10-25 01:43:30+0000 --&gt; 2021-10-25 02:21:30+0000; reasonCode = </a></p><p><b>occurrence</b>: 2021-10-27</p><p><b>recorded</b>: 2021-10-27</p><p><b>lotNumber</b>: 18921KI</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Structure of left upper arm</span></p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}\">Administering Provider</span></td><td><a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner John Smith </a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Series</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>1</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.medirecords.com/StructureDefinition/mr-vaccine-serial-number-extn",
      "valueString" : "126599092844"
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "12341000168106",
        "display" : "Infanrix Hexa"
      },
      {
        "system" : "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats",
        "code" : "IFHX",
        "display" : "Infanrix Hexa"
      }
    ],
    "text" : "Infanrix Hexa"
  },
  "patient" : {
    🔗 "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g"
  },
  "occurrenceDateTime" : "2021-10-27",
  "recorded" : "2021-10-27",
  "lotNumber" : "18921KI",
  "site" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "368208006",
        "display" : "Structure of left upper arm"
      }
    ]
  },
  "route" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "26643006",
        "display" : "Oral route"
      }
    ]
  },
  "performer" : [
    {
      "function" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code" : "AP",
            "display" : "Administering Provider"
          }
        ]
      },
      "actor" : {
        🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"
      }
    }
  ],
  "protocolApplied" : [
    {
      "series" : "1",
      "doseNumberPositiveInt" : 1
    }
  ]
}