Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: Immunization Example - Influenza - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "20220607",
  "meta" : {
    "profile" : [
      🔗 "http://interopehrate.eu/fhir/StructureDefinition/Immunization-IEHR"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p><b>Generated Narrative: Immunization</b><a name=\"20220607\"> </a><a name=\"hc20220607\"> </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 &quot;20220607&quot;  (Language &quot;en&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Immunization-IEHR.html\">Immunization-IEHR</a></p></div><p><b>ProvenanceExtension-IEHR</b>: <a href=\"Provenance-40.html\">Provenance/40</a></p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: influenza, inactivated, whole virus <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-WC.html\">WHO ATC</a>#J07BB01)</span></p><p><b>patient</b>: <a href=\"Patient-3466.html\">Patient/3466</a> &quot; SMITH&quot;</p><p><b>occurrence</b>: 2022-01-01</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-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://interopehrate.eu/fhir/StructureDefinition/ProvenanceExtension-IEHR",
      "valueReference" : {
        🔗 "reference" : "Provenance/40"
      }
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "J07BB01",
        "display" : "influenza, inactivated, whole virus"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/3466"
  },
  "occurrenceDateTime" : "2022-01-01",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/21"
      }
    }
  ]
}