STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

4.13.6 Resource DecisionSupportRule - Detailed Descriptions

Detailed Descriptions for the elements in the DecisionSupportRule resource.

DecisionSupportRule
Definition

This resource defines a decision support rule of the form [on Event] if Condition then Action. It is intended to be a shareable, computable definition of a actions that should be taken whenever some condition is met in response to a particular event or events.

Control1..1
Summarytrue
DecisionSupportRule.moduleMetadata
Definition

The metadata for the decision support rule, including publishing, life-cycle, version, documentation, and supporting evidence.

Control0..1
TypeModuleMetadata
Summarytrue
DecisionSupportRule.library
Definition

A reference to a Library containing the formal logic used by the rule.

Control0..*
TypeReference(Library)
Summarytrue
DecisionSupportRule.trigger
Definition

The trigger element defines when the rule should be invoked. This information is used by consumers of the rule to determine how to integrate the rule into a specific workflow.

Control0..*
TypeTriggerDefinition
Summarytrue
DecisionSupportRule.condition
Definition

The condition element describes he "if" portion of the rule that determines whether or not the rule "fires". The condition must be the name of an expression in a referenced library.

Control0..1
Typestring
Summarytrue
DecisionSupportRule.action
Definition

The action element defines the "when" portion of the rule that determines what actions should be performed if the condition evaluates to true.

Control0..*
TypeActionDefinition
Summarytrue