Immunization Incubator Implementation Guide
0.1.0 - International flag

Immunization Incubator Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/immunization-incubator/ and changes regularly. See the Directory of published versions

: example-target-disease

Page standards status: Informative

Raw xml | Download


<ImmunizationRecommendation xmlns="http://hl7.org/fhir">
  <id value="example-target-disease"/>
  <language value="en"/>
  <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>
  <date value="2015-02-09T11:04:15.817-05:00"/>
  <authority>
    <reference value="Organization/hl7"/>
  </authority>
  <recommendation>
    <targetDisease>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="40468003"/>
      </coding>
    </targetDisease>
    <forecastStatus>
      <text value="Not Complete"/>
    </forecastStatus>
    <dateCriterion>
      <code>
        <coding>
          <system value="http://loinc.org"/>
          <code value="30981-5"/>
          <display value="Earliest date to give"/>
        </coding>
      </code>
      <value value="2015-12-01T00:00:00-05:00"/>
    </dateCriterion>
    <dateCriterion>
      <code>
        <coding>
          <system
                  value="http://example.org/fhir/CodeSystem/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://example.org/fhir/CodeSystem/immunization-recommendation-date-criterion"/>
          <code value="overdue"/>
          <display value="Past Due Date"/>
        </coding>
      </code>
      <value value="2016-12-28T00:00:00-05:00"/>
    </dateCriterion>
    <description value="First sequence in protocol"/>
    <series value="Vaccination Series 1"/>
    <doseNumber/>
    <seriesDoses/>
    <supportingImmunization>
      <reference value="Immunization/example"/>
    </supportingImmunization>
    <supportingPatientInformation>
      <reference value="Observation/example"/>
    </supportingPatientInformation>
  </recommendation>
</ImmunizationRecommendation>