GAO Ballot Package

This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

Immunizationrecommendation-example.xml

Raw XML (canonical form)

Example of immunizationrecommendation (id = "example")

<ImmunizationRecommendation xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Authored by Joginder Madra</div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235"/>
  </identifier>
  <patient>
    <reference value="Patient/example"/>
  </patient>
  <recommendation>
    <date value="2015-02-09T11:04:15.817-05:00"/>
    <vaccineCode>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="14745005"/>
        <display value="Hepatitis A vaccine"/>
      </coding>
    </vaccineCode>
    <doseNumber value="1"/>
    <forecastStatus>
      <text value="Not Complete"/>
    </forecastStatus>
    <dateCriterion>
      <code>
        <coding>
          <system value="http://hl7.org/fhir/immunization-recommendation-date-criterion"/>
          <code value="earliest"/>
          <display value="Earliest Date"/>
        </coding>
      </code>
      <value value="2015-12-01T00:00:00-05:00"/>
    </dateCriterion>
    <dateCriterion>
      <code>
        <coding>
          <system value="http://hl7.org/fhir/immunization-recommendation-date-criterion"/>
          <code value="recommended"/>
          <display value="Recommended"/>
        </coding>
      </code>
      <value value="2015-12-01T00:00:00-05:00"/>
    </dateCriterion>
    <dateCriterion>
      <code>
        <coding>
          <system value="http://hl7.org/fhir/immunization-recommendation-date-criterion"/>
          <code value="overdue"/>
          <display value="Past Due Date"/>
        </coding>
      </code>
      <value value="2016-12-28T00:00:00-05:00"/>
    </dateCriterion>
    <protocol>
      <doseSequence value="1"/>
      <description value="First sequence in protocol"/>
      <authority>
        <reference value="Organization/hl7"/>
      </authority>
      <series value="Vaccination Series 1"/>
    </protocol>
    <supportingImmunization>
      <reference value="Immunization/example"/>
    </supportingImmunization>
    <supportingPatientInformation>
      <reference value="Observation/example"/>
    </supportingPatientInformation>
  </recommendation>
</ImmunizationRecommendation>

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.