FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
IdOperationDefinition-Library-it-evaluate.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-Library-it-evaluate.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/Library-it-evaluate
Version8.0.0
Statusactive
Date2026-02-18T09:10:00+00:00
Nameevaluate
TitleEvaluate
Realmdk
DescriptionThis 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](https://www.hl7.org/fhir/stu3/parameters.html) 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.
Typetrue
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

Generated Narrative: OperationDefinition Library-it-evaluate

URL: [base]/Library/$evaluate

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INparameters1..1Parameters

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

OUTreturn0..1GuidanceResponse

Source1

{
  "resourceType": "OperationDefinition",
  "id": "Library-it-evaluate",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/Library-it-evaluate",
  "version": "8.0.0",
  "name": "evaluate",
  "title": "Evaluate",
  "status": "active",
  "kind": "operation",
  "date": "2026-02-18T09:10:00+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "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.\n\nThe operation is idempotent.\n### Input\n- 1..1 Parameters: HL7 FHIR [Parameters](https://www.hl7.org/fhir/stu3/parameters.html) resource containing input parameters for the clinical decision support computation.This should either be a QuestionnaireResponse or an Observation for evaluation.\n\n### Output\nUpon success this operation returns an GuidanceResponse resource containing the decision support result.\n\n",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "evaluate",
  "resource": [
    "Library"
  ],
  "system": false,
  "type": true,
  "instance": true,
  "parameter": [
    {
      "name": "parameters",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "HL7 FHIR Parameters resource containing input parameters for the clinical decision support computation. This should either be a QuestionnaireResponse or an Observation for evaluation.",
      "type": "Parameters"
    },
    {
      "name": "return",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "GuidanceResponse"
    }
  ]
}