This page is part of the Immunization Decision Support Forecast FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Source view
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="ImmDSForecastOperation"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h2>ImmDSForecast</h2><p>OPERATION: ImmDSForecast</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/us/immds/OperationDefinition/ImmDSForecastOperation</pre><p>URL: [base]/$immds-forecast</p><p>Parameters</p><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>assessmentDate</td><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#date">date</a></td><td/><td><div><p>The date on which to assess the forecast.</p>
</div></td></tr><tr><td>IN</td><td>patient</td><td>1..1</td><td><a href="http://hl7.org/fhir/R4/patient.html">Patient</a></td><td/><td><div><p>Patient information.</p>
</div></td></tr><tr><td>IN</td><td>immunization</td><td>0..*</td><td><a href="http://hl7.org/fhir/R4/immunization.html">Immunization</a></td><td/><td><div><p>Patient immunization history.</p>
</div></td></tr><tr><td>OUT</td><td>evaluation</td><td>0..*</td><td><a href="http://hl7.org/fhir/R4/immunizationevaluation.html">ImmunizationEvaluation</a></td><td/><td><div><p>The evaluation against a schedule.</p>
</div></td></tr><tr><td>OUT</td><td>recommendation</td><td>1..1</td><td><a href="http://hl7.org/fhir/R4/immunizationrecommendation.html">ImmunizationRecommendation</a></td><td/><td><div><p>The decision support engine produced forecast.</p>
</div></td></tr></table></div>
</text>
<url
value="http://hl7.org/fhir/us/immds/OperationDefinition/ImmDSForecastOperation"/>
<version value="1.0.0"/>
<name value="ImmDSForecast"/>
<title value="Immunization Decision Support Forecast"/>
<status value="draft"/>
<kind value="operation"/>
<date value="2021-06-25T16:00:44+10:00"/>
<publisher value="HL7 Public Health Work Group"/>
<contact>
<name value="HL7 Public Health Work Group"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/pher/index.cfm"/>
</telecom>
</contact>
<contact>
<name value="Nathan Bunker"/>
<telecom>
<system value="email"/>
<value value="mailto:nbunker@immregistry.org"/>
</telecom>
</contact>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="US"/>
</coding>
</jurisdiction>
<code value="immds-forecast"/>
<system value="true"/>
<type value="false"/>
<instance value="false"/>
<parameter>
<name value="assessmentDate"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation value="The date on which to assess the forecast."/>
<type value="date"/>
</parameter>
<parameter>
<name value="patient"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation value="Patient information."/>
<type value="Patient"/>
</parameter>
<parameter>
<name value="immunization"/>
<use value="in"/>
<min value="0"/>
<max value="*"/>
<documentation value="Patient immunization history."/>
<type value="Immunization"/>
</parameter>
<parameter>
<name value="evaluation"/>
<use value="out"/>
<min value="0"/>
<max value="*"/>
<documentation value="The evaluation against a schedule."/>
<type value="ImmunizationEvaluation"/>
</parameter>
<parameter>
<name value="recommendation"/>
<use value="out"/>
<min value="1"/>
<max value="1"/>
<documentation value="The decision support engine produced forecast."/>
<type value="ImmunizationRecommendation"/>
</parameter>
</OperationDefinition>