Release 4

Immunizationevaluation-example.xml

Public Health and Emergency Response Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

Example of a valid dose (id = "example")

<?xml version="1.0" encoding="UTF-8"?>

<ImmunizationEvaluation xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <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> 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> Patient/example</a> </p> <p> <b> date</b> : Jan 10, 2013</p> <p> <b> authority</b> : <a> Organization/hl7</a> </p> <p> <b> targetDisease</b> : Gestational rubella syndrome <span> (Details : {SNOMED CT code '1857005' = 'Gestational rubella syndrome)</span> </p> <p> <b> immunizationEvent</b> : <a> Immunization/example</a> </p> <p> <b> doseStatus</b> : Valid <span> (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/hl7"/> 
  </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> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.