PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.immds@1.0.0
    http://hl7.org/fhir/us/immds/OperationDefinition/ImmDSForecastOperation
{
  "description": null,
  "_filename": "OperationDefinition-ImmDSForecastOperation.json",
  "package_name": "hl7.fhir.us.immds",
  "date": "2021-06-25T15:58:22+10:00",
  "system": true,
  "publisher": "HL7 Public Health Work Group",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "ImmDSForecast",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Immunization Decision Support Forecast",
  "package_version": "1.0.0",
  "status": "draft",
  "id": "063a0f76-73eb-4f32-9b63-244e0f8205b9",
  "kind": "operation",
  "url": "http://hl7.org/fhir/us/immds/OperationDefinition/ImmDSForecastOperation",
  "code": "immds-forecast",
  "version": "1.0.0",
  "contact": [ {
    "name": "HL7 Public Health Work Group",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/pher/index.cfm",
      "system": "url"
    } ]
  }, {
    "name": "Nathan Bunker",
    "telecom": [ {
      "value": "mailto:nbunker@immregistry.org",
      "system": "email"
    } ]
  } ],
  "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 decision support engine produced forecast."
  } ]
}