| Package | hl7.fhir.us.immds |
| Resource Type | OperationDefinition |
| Id | ImmDSForecastOperation |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/immds/http://hl7.org/fhir/us/immds/STU1/OperationDefinition-ImmDSForecastOperation.html |
| URL | http://hl7.org/fhir/us/immds/OperationDefinition/ImmDSForecastOperation |
| Version | 1.0.0 |
| Status | draft |
| Date | 2021-06-25T15:58:22+10:00 |
| Name | ImmDSForecast |
| Title | Immunization Decision Support Forecast |
| Realm | us |
| Authority | hl7 |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
OPERATION: ImmDSForecast
The official URL for this operation definition is:
http://hl7.org/fhir/us/immds/OperationDefinition/ImmDSForecastOperation
URL: [base]/$immds-forecast
Parameters
| Use | Name | Cardinality | Type | Binding | Documentation |
| IN | assessmentDate | 1..1 | date | The date on which to assess the forecast. | |
| IN | patient | 1..1 | Patient | Patient information. | |
| IN | immunization | 0..* | Immunization | Patient immunization history. | |
| OUT | evaluation | 0..* | ImmunizationEvaluation | The evaluation against a schedule. | |
| OUT | recommendation | 1..1 | ImmunizationRecommendation | The decision support engine produced forecast. |
{
"resourceType": "OperationDefinition",
"id": "ImmDSForecastOperation",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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-25T15:58:22+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"
}
]
}