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
{
"resourceType" : "OperationDefinition",
"id" : "ImmDSForecastOperation",
"text" : {
"status" : "extensions",
"div" : "<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>\n</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>\n</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>\n</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>\n</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>\n</div></td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/immds/OperationDefinition/ImmDSForecastOperation",
"version" : "1.0.0",
"name" : "ImmDSForecast",
"title" : "Immunization Decision Support Forecast",
"status" : "draft",
"kind" : "operation",
"date" : "2021-06-25T16:00:44+10:00",
"publisher" : "HL7 Public Health Work Group",
"contact" : [
{
"name" : "HL7 Public Health Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
}
]
},
{
"name" : "Nathan Bunker",
"telecom" : [
{
"system" : "email",
"value" : "mailto:nbunker@immregistry.org"
}
]
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"code" : "immds-forecast",
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "assessmentDate",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The date on which to assess the forecast.",
"type" : "date"
},
{
"name" : "patient",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "Patient information.",
"type" : "Patient"
},
{
"name" : "immunization",
"use" : "in",
"min" : 0,
"max" : "*",
"documentation" : "Patient immunization history.",
"type" : "Immunization"
},
{
"name" : "evaluation",
"use" : "out",
"min" : 0,
"max" : "*",
"documentation" : "The evaluation against a schedule.",
"type" : "ImmunizationEvaluation"
},
{
"name" : "recommendation",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "The decision support engine produced forecast.",
"type" : "ImmunizationRecommendation"
}
]
}