{
"resourceType" : "OperationDefinition",
"id" : "Library--evaluate",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>evaluate</h2><p>OPERATION: evaluate</p><p>The official URL for this operation definition is: </p><pre>http://ehealth.sundhed.dk/fhir/OperationDefinition/Library--evaluate</pre><div><p>The operation causes the parameters passed as input to be evaluated against the decision support rule identified by the Library resource, returning the produced output and/or errors. The operation is applicable for logic-library type (see Library.type) Library resource that identifies a decision support rule and defines its parameters. The input Parameters shall be structured in accordance with the Library.parameter and also contain a value for each parameter congruent with the parameter type.</p>\n</div><p>URL: [base]/Library/$evaluate</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>parameters</td><td>0..1</td><td><a href=\"http://hl7.org/fhir/STU3/parameters.html\">Parameters</a></td><td/><td/></tr></table></div>"
},
"url" : "http://ehealth.sundhed.dk/fhir/OperationDefinition/Library--evaluate",
"version" : "1.0.0",
"name" : "evaluate",
"status" : "active",
"kind" : "operation",
"date" : "2019-03-06T14:43:56+00:00",
"description" : "The operation causes the parameters passed as input to be evaluated against the decision support rule identified by the Library resource, returning the produced output and/or errors. The operation is applicable for logic-library type (see Library.type) Library resource that identifies a decision support rule and defines its parameters. The input Parameters shall be structured in accordance with the Library.parameter and also contain a value for each parameter congruent with the parameter type.",
"idempotent" : true,
"code" : "evaluate",
"resource" : [
"Library"
],
"system" : false,
"type" : true,
"instance" : false,
"parameter" : [
{
"name" : "parameters",
"use" : "in",
"min" : 0,
"max" : "1",
"type" : "Parameters"
}
]
}