FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ImmunizationEvaluation/notValid (XML)

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

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

Example of an invalid dose (id = "notValid")

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

<ImmunizationEvaluation xmlns="http://hl7.org/fhir">
  <id value="notValid"/> 
  <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="notvalid"/> 
      <display value="Not Valid"/> 
    </coding> 
  </doseStatus> 
  <doseStatusReason> 
    <coding> 
      <system value="http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status-reason"/> 
      <code value="outsideschedule"/> 
      <display value="Outside Schedule"/> 
    </coding> 
  </doseStatusReason> 
  <series value="Vaccination Series 1"/> 
</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.