eHealth Infrastructure
2.3.0 - release

eHealth Infrastructure - Local Development build (v2.3.0). See the Directory of published versions

OperationDefinition: Evaluate

Official URL: https://library.devtest.systematic-ehealth.com/fhir/OperationDefinition/Library-it-evaluate Version: 2.3.0
Active as of 2022-09-27 Computable Name: evaluate

This operation evaluates parameters passed as input against the decision support rule identified by the Library resource. It returns the computed clinical decision support result and/or errors. The Library resource identifies the clinical decision rule and define its parameters.

The operation is idempotent.

Input

  • 1..1 Parameters: HL7 FHIR Parameters resource containing input parameters for the clinical decision support computation.This should either be a QuestionnaireResponse or an Observation for evaluation.

Output

Upon success this operation returns an GuidanceResponse resource containing the decision support result.

URL: [base]/Library/$evaluate

URL: [base]/Library/[id]/$evaluate

Parameters

UseNameCardinalityTypeBindingDocumentation
INparameters1..1Parameters
OUTreturn0..1GuidanceResponse