Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Immunization-EMIS-IM1-Influenza vaccination - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "610281",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.virtually.healthcare/StructureDefinition/Immunization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization 610281</b></p><a name=\"610281\"> </a><a name=\"hc610281\"> </a><a name=\"610281-en-GB\"> </a><p><b>identifier</b>: <code>https://emis.com/Id/Event/DBID</code>/610281, <code>https://emis.com/Id/Event/GUID</code>/b15c6be0-34e4-458b-aa8e-b6cbfdcb4b9c</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://read.info/readv2 65E..}, {http://snomed.info/sct 86198006}\">Influenza vaccination</span></p><p><b>patient</b>: <a href=\"Patient-610.html\">William Dyer  Male, DoB: 1919-05-27 ( Medical record number)</a></p><p><b>occurrence</b>: 2001-05-13 00:00:00+0000</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-243.html\">Dr Emis Test</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://emis.com/Id/Event/DBID",
      "value" : "610281",
      "assigner" : {
        "identifier" : {
          "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
          "value" : "F83004"
        }
      }
    },
    {
      "system" : "https://emis.com/Id/Event/GUID",
      "value" : "b15c6be0-34e4-458b-aa8e-b6cbfdcb4b9c",
      "assigner" : {
        "identifier" : {
          "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
          "value" : "F83004"
        }
      }
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://read.info/readv2",
        "code" : "65E..",
        "display" : "Influenza vaccination"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "86198006",
        "display" : "Influenza vaccination"
      }
    ],
    "text" : "Influenza vaccination"
  },
  "patient" : {
    🔗 "reference" : "Patient/610"
  },
  "occurrenceDateTime" : "2001-05-13T00:00:00+00:00",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/243",
        "identifier" : {
          "system" : "https://fhir.hl7.org.uk/Id/gmp-number",
          "value" : "G2435868"
        },
        "display" : "Dr Emis Test"
      }
    }
  ]
}