PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.immds@0.1.0
    http://hl7.org/fhir/uv/cdsi/OperationDefinition/cdsi-forecast-operation
{
  "description": "This is a Clinicial Decision Support Immunization Forecast Request operation. It provides a standardized request and response interfaces to Immunization Forecasters.",
  "_filename": "OperationDefinition-cdsi-forecast-operation.json",
  "package_name": "hl7.fhir.uv.immds",
  "date": "2015-05-05T15:34:00+10:00",
  "system": false,
  "publisher": "NIST",
  "instance": false,
  "name": "CDSi Forecast",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "0.1.0",
  "status": "draft",
  "id": "eddf9391-da19-4589-b3a2-ec065c2a9f27",
  "resource": [ "Patient" ],
  "kind": "operation",
  "comment": "Pilot implemented in AEGIS WildFHIR FHIR test client and server - http://wildfhir.aegis.net/fhir1-8-0-gui",
  "url": "http://hl7.org/fhir/uv/cdsi/OperationDefinition/cdsi-forecast-operation",
  "code": "cdsi-forecast",
  "version": null,
  "contact": [ {
    "name": "System Administrator",
    "telecom": [ {
      "value": "michael.indovina@nist.gov",
      "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",
    "binding": {
      "strength": "required",
      "valueSetUri": "http://hl7.org/fhir/ValueSet/administrative-gender"
    },
    "documentation": "Patient information - gender and birthDate only"
  }, {
    "max": "*",
    "min": 0,
    "use": "in",
    "name": "immunization",
    "type": "Immunization",
    "documentation": "Patient immunization history"
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "recommendation",
    "type": "ImmunizationRecommendation",
    "documentation": "immunization recommendation"
  } ]
}