FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/ImmDSForecastOperation

Packagehl7.fhir.us.immds
TypeOperationDefinition
IdImmDSForecastOperation
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/immds/http://hl7.org/fhir/us/immds/STU1/OperationDefinition-ImmDSForecastOperation.html
URLhttp://hl7.org/fhir/us/immds/OperationDefinition/ImmDSForecastOperation
Version1.0.0
Statusdraft
Date2021-06-25T15:58:22+10:00
NameImmDSForecast
TitleImmunization Decision Support Forecast
Realmus
Authorityhl7
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

ImmDSForecast

OPERATION: ImmDSForecast

The official URL for this operation definition is:

http://hl7.org/fhir/us/immds/OperationDefinition/ImmDSForecastOperation

URL: [base]/$immds-forecast

Parameters

UseNameCardinalityTypeBindingDocumentation
INassessmentDate1..1date

The date on which to assess the forecast.

INpatient1..1Patient

Patient information.

INimmunization0..*Immunization

Patient immunization history.

OUTevaluation0..*ImmunizationEvaluation

The evaluation against a schedule.

OUTrecommendation1..1ImmunizationRecommendation

The decision support engine produced forecast.


Source

{
  "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"
    }
  ]
}