PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.immds@0.2.0
    http://hl7.org/fhir/uv/immds/OperationDefinition/immds-forecast-operation
{
  "description": "This is an Immunization Decision Support Forecast Request operation. It provides standardized request and response interfaces to Immunization Forecasters.",
  "_filename": "OperationDefinition-immds-forecast-operation.json",
  "package_name": "hl7.fhir.uv.immds",
  "date": "2019-06-26T14:47:00-04:00",
  "system": true,
  "publisher": "HL7 International - Medications / Immunizations",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166",
      "display": "United States of America"
    } ]
  } ],
  "name": "ImmDSForecast",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "0.2.0",
  "status": "draft",
  "id": "a5b824e0-de8f-4eaf-a483-bd639f3e018e",
  "affectsState": false,
  "kind": "operation",
  "comment": "Pilot implemented in AEGIS WildFHIR FHIR test client and server - http://wildfhir.aegis.net/fhir4-0-0-gui",
  "url": "http://hl7.org/fhir/uv/immds/OperationDefinition/immds-forecast-operation",
  "code": "immds-forecast",
  "version": "0.2.0",
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "assessmentDate",
    "type": "date",
    "documentation": "The date on which to assess the forecast."
  }, {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "patient",
    "type": "Patient",
    "documentation": "Patient information"
  }, {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "immunization",
    "type": "Immunization",
    "documentation": "Patient immunization history"
  }, {
    "max": "*",
    "min": 0,
    "use": "out",
    "name": "evaluation",
    "type": "ImmunizationEvaluation",
    "documentation": "The evaluation against a schedule"
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "recommendation",
    "type": "ImmunizationRecommendation",
    "documentation": "The immunization engine produced forecast"
  } ]
}