Immunization Decision Support Forecast (ImmDS) Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ImmunizationFHIRDS/ and changes regularly. See the Directory of published versions
<Parameters xmlns="http://hl7.org/fhir">
<id value="parameters-in-example"/>
<language value="en"/>
<parameter>
<name value="assessmentDate"/>
<valueDate value="2020-06-02"/>
</parameter>
<parameter>
<name value="patient"/>
<resource>
<Patient>
<id value="ImmDSPatientExample"/>
<language value="en"/>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
</coding>
</type>
<system value="http://www.acme.com/identifiers/patient"/>
<value value="1234"/>
</identifier>
<name>
<family value="Wellington"/>
<given value="Gene"/>
</name>
<gender value="male"/>
<birthDate value="2020-04-28"/>
</Patient>
</resource>
</parameter>
<parameter>
<name value="immunization"/>
<resource>
<Immunization>
<id value="ImmDSImmunizationExample"/>
<language value="en"/>
<status value="completed"/>
<vaccineCode>
<coding>
<system value="http://hl7.org/fhir/sid/cvx"/>
<code value="08"/>
<display value="Hep B, adolescent or pediatric"/>
</coding>
</vaccineCode>
<patient>🔗
<reference value="Patient/ImmDSPatientExample"/>
</patient>
<occurrenceDateTime value="2020-04-28"/>
<primarySource value="true"/>
</Immunization>
</resource>
</parameter>
</Parameters>