QI-Core Implementation Guide: STU Ballot (v3.3.0 for FHIR 4.0.0)

Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. See the Directory of published versions

ImmunizationEvaluation/example

Formats: Narrative, XML, JSON, Turtle

Raw xml


<ImmunizationEvaluation xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-immunizationevaluation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>identifier</b>: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234</p><p><b>status</b>: completed</p><p><b>patient</b>: <a href="Patient-example.html">Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: Dec 25, 1974; </a></p><p><b>date</b>: Jan 10, 2013 12:00:00 AM</p><p><b>authority</b>: <a href="Organization-example.html">Generated Summary: id: example; ??; active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/organization-type team}">Organizational team</span>; name: Health Level Seven International; ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, hq@HL7.org</a></p><p><b>targetDisease</b>: Congenital rubella syndrome <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '1857005' = 'Congenital rubella syndrome)</span></p><p><b>immunizationEvent</b>: <a href="Immunization-example.html">Generated Summary: id: example; urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234; status: completed; <span title="Codes: {urn:oid:1.2.36.1.2001.1005.17 FLUVAX}">Fluvax (Influenza)</span>; occurrence: Jan 1, 2013 12:00:00 AM; recorded: Jan 10, 2013 12:00:00 AM; primarySource; lotNumber: AAJN11K; expirationDate: Feb 15, 2015; <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ActSite LA}">left arm</span>; <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration IM}">Injection, intramuscular</span>; 5 mg; Annotation: Notes on adminstration of vaccine; <span title="Codes: {http://snomed.info/sct 429060002}">Procedure to meet occupational requirement</span></a></p><p><b>doseStatus</b>: Valid <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status code 'valid' = 'Valid', given as 'Valid'})</span></p><p><b>series</b>: Vaccination Series 1</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 3</p></div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"/>
  </identifier>
  <status value="completed"/>
  <patient>
    <reference value="Patient/example"/>
  </patient>
  <date value="2013-01-10"/>
  <authority>
    <reference value="Organization/example"/>
  </authority>
  <targetDisease>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1857005"/>
    </coding>
  </targetDisease>
  <immunizationEvent>
    <reference value="Immunization/example"/>
  </immunizationEvent>
  <doseStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status"/>
      <code value="valid"/>
      <display value="Valid"/>
    </coding>
  </doseStatus>
  <series value="Vaccination Series 1"/>
  <doseNumberPositiveInt value="1"/>
  <seriesDosesPositiveInt value="3"/>
</ImmunizationEvaluation>