STU 3 Ballot

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

14.4 Resource DecisionSupportServiceModule - Content

Clinical Decision Support Work GroupMaturity Level: 0Compartments: Not linked to any defined compartments

The DecisionSupportServiceModule describes a unit of decision support functionality that is made available as a service, such as immunization modules or drug-drug interaction checking.

14.4.1 Scope and Usage

This resource is a draft proposal for use as part of an approach to Clinical Quality within FHIR, and is documented as part of the Clinical Reasoning module.

The DecisionSupportServiceModule defines a module of clinical decision support functionality made available by a decision support service. For example, a service may provide immunization modules, drug-drug interaction checking, or appropriate use assessment.

Each module defines three main features related to its functionality:

  • Input and output parameters
  • Data requirements
  • Triggers

Input and output parameters are used to specify any named parameters used by the module. These are typically patient-independent configuration parameters such as an A1C threshold for a diabetes control module, but they may also be used to return calculations performed by the module.

Data requirements are used to specify the set of data that must be provided (or available) to the module in order to achieve a successful evaluation. For example, if the module requires A1C lab results within the last 6 months, or information on bilateral or both left and right amputation at or below the knee.

Triggers are used to advertise when the module should be invoked. On encountering a specific trigger, a clinical application can invoke the modules associated with the trigger using the $evaluate operation. Any data required by the module can be sent as part of the request, and any suggested actions and other output data are returned via the GuidanceResponse resource.

For a more detailed discussion of the evaluation process, refer to the Clinical Decision Support topic in the Clinical Reasoning module.

14.4.2 Boundaries and Relationships

The DecisionSupportServiceModule is similar in structure and purpose to OperationDefinition. However, DecisionSupportServiceModule also represents more information about what service is being described than an operation definition supports. This information is critical to the effective use of the resource as part of a decision support service repository, as it enables searching and selection of functionality based on this additional information.

In addition, the way the $evaluate operation of the DecisionSupportServiceModule resource is defined enables all decision support services to share a common set of parameters without having to redeclare them for every module, while still supporting service-specific paramters on each module.

Ballot Note: Because of the overlap with OperationDefinition, this resource is being considered for decomposition into a ServiceDefinition resource that would support a more general description of service functionality, and a possible profile or modification of OperationDefinition to support the requirements for decision support use of an operation.

This resource is referenced by guidanceresponse

14.4.3 Resource Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. DecisionSupportServiceModule DomainResourceA description of decision support service functionality
... url Σ0..1uriLogical URL to reference this module
... identifier Σ0..*IdentifierLogical identifier(s) for the module
... version Σ0..1stringThe version of the module, if any
... name Σ0..1stringA machine-friendly name for the module
... title Σ0..1stringA user-friendly title for the module
... status ?!Σ1..1codedraft | active | inactive
LibraryStatus (Required)
... experimental ?!Σ0..1booleanIf for testing purposes, not real usage
... description 0..1stringNatural language description of the module
... purpose 0..1stringDescribes the purpose of the module
... usage 0..1stringDescribes the clinical usage of the module
... publicationDate 0..1datePublication date for this version of the module
... lastReviewDate 0..1dateLast review date for the module
... effectivePeriod 0..1PeriodThe effective date range for the module
... coverage 0..*UsageContextDescribes the context of use for this module
... topic 0..*CodeableConceptDescriptional topics for the module
... contributor 0..*ContributorA content contributor
... publisher 0..1stringName of the publisher (Organization or individual)
... contact 0..*ContactDetailContact details of the publisher
... copyright 0..1stringUse and/or publishing restrictions
... relatedResource 0..*RelatedResourceRelated resources for the module
... trigger 0..*TriggerDefinition"when" the module should be invoked
... parameter 0..*ParameterDefinitionParameters to the module
... dataRequirement 0..*DataRequirementData requirements for the module

doco Documentation for this format

UML Diagram (Legend)

DecisionSupportServiceModule (DomainResource)An absolute URL that is used to identify this module when it is referenced. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this module definition is (or will be) publishedurl : uri [0..1]A logical identifier for the module such as the CMS or NQF identifiers for a measure artifact. Note that at least one identifier is required for non-experimental active artifactsidentifier : Identifier [0..*]The version of the module, if any. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge modules, refer to the Decision Support Service specification. Note that a version is required for non-experimental published artifactsversion : string [0..1]A machine-friendly name for the module. This name should be usable as an identifier for the module by machine processing applications such as code generationname : string [0..1]A short, descriptive, user-friendly title for the moduletitle : string [0..1]The status of the module (this element modifies the meaning of other elements)status : code [1..1] « The status of the decision support service module (Strength=Required)LibraryStatus! »Determines whether the module was developed for testing purposes (or education/evaluation/marketing), and is not intended to be used in production environments (this element modifies the meaning of other elements)experimental : boolean [0..1]A free text natural language description of the module from the consumer's perspectivedescription : string [0..1]A brief description of the purpose of the modulepurpose : string [0..1]A detailed description of how the module is used from a clinical perspectiveusage : string [0..1]The date on which the module was publishedpublicationDate : date [0..1]The date on which the module content was last reviewedlastReviewDate : date [0..1]The period during which the module content is effectiveeffectivePeriod : Period [0..1]Specifies various attributes of the patient population for whom and/or environment of care in which, the knowledge module is applicablecoverage : UsageContext [0..*]Clinical topics related to the content of the moduletopic : CodeableConcept [0..*]A contributor to the content of the module, including authors, editors, reviewers, and endorserscontributor : Contributor [0..*]The name of the individual or organization that published the module (also known as the steward for the module). This information is required for non-experimental published artifactspublisher : string [0..1]Contact details to assist a user in finding and communicating with the publishercontact : ContactDetail [0..*]A copyright statement relating to the module and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the modulecopyright : string [0..1]Related resources such as additional documentation, justification, or bibliographic referencesrelatedResource : RelatedResource [0..*]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 workflowtrigger : TriggerDefinition [0..*]The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponseparameter : ParameterDefinition [0..*]Data requirements are a machine processable description of the data required by the module in order to perform a successful evaluationdataRequirement : DataRequirement [0..*]

XML Template

<DecisionSupportServiceModule xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <url value="[uri]"/><!-- 0..1 Logical URL to reference this module -->
 <identifier><!-- 0..* Identifier Logical identifier(s) for the module --></identifier>
 <version value="[string]"/><!-- 0..1 The version of the module, if any -->
 <name value="[string]"/><!-- 0..1 A machine-friendly name for the module -->
 <title value="[string]"/><!-- 0..1 A user-friendly title for the module -->
 <status value="[code]"/><!-- 1..1 draft | active | inactive -->
 <experimental value="[boolean]"/><!-- 0..1 If for testing purposes, not real usage -->
 <description value="[string]"/><!-- 0..1 Natural language description of the module -->
 <purpose value="[string]"/><!-- 0..1 Describes the purpose of the module -->
 <usage value="[string]"/><!-- 0..1 Describes the clinical usage of the module -->
 <publicationDate value="[date]"/><!-- 0..1 Publication date for this version of the module -->
 <lastReviewDate value="[date]"/><!-- 0..1 Last review date for the module -->
 <effectivePeriod><!-- 0..1 Period The effective date range for the module --></effectivePeriod>
 <coverage><!-- 0..* UsageContext Describes the context of use for this module --></coverage>
 <topic><!-- 0..* CodeableConcept Descriptional topics for the module --></topic>
 <contributor><!-- 0..* Contributor A content contributor --></contributor>
 <publisher value="[string]"/><!-- 0..1 Name of the publisher (Organization or individual) -->
 <contact><!-- 0..* ContactDetail Contact details of the publisher --></contact>
 <copyright value="[string]"/><!-- 0..1 Use and/or publishing restrictions -->
 <relatedResource><!-- 0..* RelatedResource Related resources for the module --></relatedResource>
 <trigger><!-- 0..* TriggerDefinition "when" the module should be invoked --></trigger>
 <parameter><!-- 0..* ParameterDefinition Parameters to the module --></parameter>
 <dataRequirement><!-- 0..* DataRequirement Data requirements for the module --></dataRequirement>
</DecisionSupportServiceModule>

JSON Template

{doco
  "resourceType" : "DecisionSupportServiceModule",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "url" : "<uri>", // Logical URL to reference this module
  "identifier" : [{ Identifier }], // Logical identifier(s) for the module
  "version" : "<string>", // The version of the module, if any
  "name" : "<string>", // A machine-friendly name for the module
  "title" : "<string>", // A user-friendly title for the module
  "status" : "<code>", // R!  draft | active | inactive
  "experimental" : <boolean>, // If for testing purposes, not real usage
  "description" : "<string>", // Natural language description of the module
  "purpose" : "<string>", // Describes the purpose of the module
  "usage" : "<string>", // Describes the clinical usage of the module
  "publicationDate" : "<date>", // Publication date for this version of the module
  "lastReviewDate" : "<date>", // Last review date for the module
  "effectivePeriod" : { Period }, // The effective date range for the module
  "coverage" : [{ UsageContext }], // Describes the context of use for this module
  "topic" : [{ CodeableConcept }], // Descriptional topics for the module
  "contributor" : [{ Contributor }], // A content contributor
  "publisher" : "<string>", // Name of the publisher (Organization or individual)
  "contact" : [{ ContactDetail }], // Contact details of the publisher
  "copyright" : "<string>", // Use and/or publishing restrictions
  "relatedResource" : [{ RelatedResource }], // Related resources for the module
  "trigger" : [{ TriggerDefinition }], // "when" the module should be invoked
  "parameter" : [{ ParameterDefinition }], // Parameters to the module
  "dataRequirement" : [{ DataRequirement }] // Data requirements for the module
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:DecisionSupportServiceModule;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:DecisionSupportServiceModule.url [ uri ]; # 0..1 Logical URL to reference this module
  fhir:DecisionSupportServiceModule.identifier [ Identifier ], ... ; # 0..* Logical identifier(s) for the module
  fhir:DecisionSupportServiceModule.version [ string ]; # 0..1 The version of the module, if any
  fhir:DecisionSupportServiceModule.name [ string ]; # 0..1 A machine-friendly name for the module
  fhir:DecisionSupportServiceModule.title [ string ]; # 0..1 A user-friendly title for the module
  fhir:DecisionSupportServiceModule.status [ code ]; # 1..1 draft | active | inactive
  fhir:DecisionSupportServiceModule.experimental [ boolean ]; # 0..1 If for testing purposes, not real usage
  fhir:DecisionSupportServiceModule.description [ string ]; # 0..1 Natural language description of the module
  fhir:DecisionSupportServiceModule.purpose [ string ]; # 0..1 Describes the purpose of the module
  fhir:DecisionSupportServiceModule.usage [ string ]; # 0..1 Describes the clinical usage of the module
  fhir:DecisionSupportServiceModule.publicationDate [ date ]; # 0..1 Publication date for this version of the module
  fhir:DecisionSupportServiceModule.lastReviewDate [ date ]; # 0..1 Last review date for the module
  fhir:DecisionSupportServiceModule.effectivePeriod [ Period ]; # 0..1 The effective date range for the module
  fhir:DecisionSupportServiceModule.coverage [ UsageContext ], ... ; # 0..* Describes the context of use for this module
  fhir:DecisionSupportServiceModule.topic [ CodeableConcept ], ... ; # 0..* Descriptional topics for the module
  fhir:DecisionSupportServiceModule.contributor [ Contributor ], ... ; # 0..* A content contributor
  fhir:DecisionSupportServiceModule.publisher [ string ]; # 0..1 Name of the publisher (Organization or individual)
  fhir:DecisionSupportServiceModule.contact [ ContactDetail ], ... ; # 0..* Contact details of the publisher
  fhir:DecisionSupportServiceModule.copyright [ string ]; # 0..1 Use and/or publishing restrictions
  fhir:DecisionSupportServiceModule.relatedResource [ RelatedResource ], ... ; # 0..* Related resources for the module
  fhir:DecisionSupportServiceModule.trigger [ TriggerDefinition ], ... ; # 0..* "when" the module should be invoked
  fhir:DecisionSupportServiceModule.parameter [ ParameterDefinition ], ... ; # 0..* Parameters to the module
  fhir:DecisionSupportServiceModule.dataRequirement [ DataRequirement ], ... ; # 0..* Data requirements for the module
]

Changes since DSTU2

This resource did not exist in Release 2

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. DecisionSupportServiceModule DomainResourceA description of decision support service functionality
... url Σ0..1uriLogical URL to reference this module
... identifier Σ0..*IdentifierLogical identifier(s) for the module
... version Σ0..1stringThe version of the module, if any
... name Σ0..1stringA machine-friendly name for the module
... title Σ0..1stringA user-friendly title for the module
... status ?!Σ1..1codedraft | active | inactive
LibraryStatus (Required)
... experimental ?!Σ0..1booleanIf for testing purposes, not real usage
... description 0..1stringNatural language description of the module
... purpose 0..1stringDescribes the purpose of the module
... usage 0..1stringDescribes the clinical usage of the module
... publicationDate 0..1datePublication date for this version of the module
... lastReviewDate 0..1dateLast review date for the module
... effectivePeriod 0..1PeriodThe effective date range for the module
... coverage 0..*UsageContextDescribes the context of use for this module
... topic 0..*CodeableConceptDescriptional topics for the module
... contributor 0..*ContributorA content contributor
... publisher 0..1stringName of the publisher (Organization or individual)
... contact 0..*ContactDetailContact details of the publisher
... copyright 0..1stringUse and/or publishing restrictions
... relatedResource 0..*RelatedResourceRelated resources for the module
... trigger 0..*TriggerDefinition"when" the module should be invoked
... parameter 0..*ParameterDefinitionParameters to the module
... dataRequirement 0..*DataRequirementData requirements for the module

doco Documentation for this format

UML Diagram (Legend)

DecisionSupportServiceModule (DomainResource)An absolute URL that is used to identify this module when it is referenced. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this module definition is (or will be) publishedurl : uri [0..1]A logical identifier for the module such as the CMS or NQF identifiers for a measure artifact. Note that at least one identifier is required for non-experimental active artifactsidentifier : Identifier [0..*]The version of the module, if any. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge modules, refer to the Decision Support Service specification. Note that a version is required for non-experimental published artifactsversion : string [0..1]A machine-friendly name for the module. This name should be usable as an identifier for the module by machine processing applications such as code generationname : string [0..1]A short, descriptive, user-friendly title for the moduletitle : string [0..1]The status of the module (this element modifies the meaning of other elements)status : code [1..1] « The status of the decision support service module (Strength=Required)LibraryStatus! »Determines whether the module was developed for testing purposes (or education/evaluation/marketing), and is not intended to be used in production environments (this element modifies the meaning of other elements)experimental : boolean [0..1]A free text natural language description of the module from the consumer's perspectivedescription : string [0..1]A brief description of the purpose of the modulepurpose : string [0..1]A detailed description of how the module is used from a clinical perspectiveusage : string [0..1]The date on which the module was publishedpublicationDate : date [0..1]The date on which the module content was last reviewedlastReviewDate : date [0..1]The period during which the module content is effectiveeffectivePeriod : Period [0..1]Specifies various attributes of the patient population for whom and/or environment of care in which, the knowledge module is applicablecoverage : UsageContext [0..*]Clinical topics related to the content of the moduletopic : CodeableConcept [0..*]A contributor to the content of the module, including authors, editors, reviewers, and endorserscontributor : Contributor [0..*]The name of the individual or organization that published the module (also known as the steward for the module). This information is required for non-experimental published artifactspublisher : string [0..1]Contact details to assist a user in finding and communicating with the publishercontact : ContactDetail [0..*]A copyright statement relating to the module and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the modulecopyright : string [0..1]Related resources such as additional documentation, justification, or bibliographic referencesrelatedResource : RelatedResource [0..*]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 workflowtrigger : TriggerDefinition [0..*]The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponseparameter : ParameterDefinition [0..*]Data requirements are a machine processable description of the data required by the module in order to perform a successful evaluationdataRequirement : DataRequirement [0..*]

XML Template

<DecisionSupportServiceModule xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <url value="[uri]"/><!-- 0..1 Logical URL to reference this module -->
 <identifier><!-- 0..* Identifier Logical identifier(s) for the module --></identifier>
 <version value="[string]"/><!-- 0..1 The version of the module, if any -->
 <name value="[string]"/><!-- 0..1 A machine-friendly name for the module -->
 <title value="[string]"/><!-- 0..1 A user-friendly title for the module -->
 <status value="[code]"/><!-- 1..1 draft | active | inactive -->
 <experimental value="[boolean]"/><!-- 0..1 If for testing purposes, not real usage -->
 <description value="[string]"/><!-- 0..1 Natural language description of the module -->
 <purpose value="[string]"/><!-- 0..1 Describes the purpose of the module -->
 <usage value="[string]"/><!-- 0..1 Describes the clinical usage of the module -->
 <publicationDate value="[date]"/><!-- 0..1 Publication date for this version of the module -->
 <lastReviewDate value="[date]"/><!-- 0..1 Last review date for the module -->
 <effectivePeriod><!-- 0..1 Period The effective date range for the module --></effectivePeriod>
 <coverage><!-- 0..* UsageContext Describes the context of use for this module --></coverage>
 <topic><!-- 0..* CodeableConcept Descriptional topics for the module --></topic>
 <contributor><!-- 0..* Contributor A content contributor --></contributor>
 <publisher value="[string]"/><!-- 0..1 Name of the publisher (Organization or individual) -->
 <contact><!-- 0..* ContactDetail Contact details of the publisher --></contact>
 <copyright value="[string]"/><!-- 0..1 Use and/or publishing restrictions -->
 <relatedResource><!-- 0..* RelatedResource Related resources for the module --></relatedResource>
 <trigger><!-- 0..* TriggerDefinition "when" the module should be invoked --></trigger>
 <parameter><!-- 0..* ParameterDefinition Parameters to the module --></parameter>
 <dataRequirement><!-- 0..* DataRequirement Data requirements for the module --></dataRequirement>
</DecisionSupportServiceModule>

JSON Template

{doco
  "resourceType" : "DecisionSupportServiceModule",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "url" : "<uri>", // Logical URL to reference this module
  "identifier" : [{ Identifier }], // Logical identifier(s) for the module
  "version" : "<string>", // The version of the module, if any
  "name" : "<string>", // A machine-friendly name for the module
  "title" : "<string>", // A user-friendly title for the module
  "status" : "<code>", // R!  draft | active | inactive
  "experimental" : <boolean>, // If for testing purposes, not real usage
  "description" : "<string>", // Natural language description of the module
  "purpose" : "<string>", // Describes the purpose of the module
  "usage" : "<string>", // Describes the clinical usage of the module
  "publicationDate" : "<date>", // Publication date for this version of the module
  "lastReviewDate" : "<date>", // Last review date for the module
  "effectivePeriod" : { Period }, // The effective date range for the module
  "coverage" : [{ UsageContext }], // Describes the context of use for this module
  "topic" : [{ CodeableConcept }], // Descriptional topics for the module
  "contributor" : [{ Contributor }], // A content contributor
  "publisher" : "<string>", // Name of the publisher (Organization or individual)
  "contact" : [{ ContactDetail }], // Contact details of the publisher
  "copyright" : "<string>", // Use and/or publishing restrictions
  "relatedResource" : [{ RelatedResource }], // Related resources for the module
  "trigger" : [{ TriggerDefinition }], // "when" the module should be invoked
  "parameter" : [{ ParameterDefinition }], // Parameters to the module
  "dataRequirement" : [{ DataRequirement }] // Data requirements for the module
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:DecisionSupportServiceModule;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:DecisionSupportServiceModule.url [ uri ]; # 0..1 Logical URL to reference this module
  fhir:DecisionSupportServiceModule.identifier [ Identifier ], ... ; # 0..* Logical identifier(s) for the module
  fhir:DecisionSupportServiceModule.version [ string ]; # 0..1 The version of the module, if any
  fhir:DecisionSupportServiceModule.name [ string ]; # 0..1 A machine-friendly name for the module
  fhir:DecisionSupportServiceModule.title [ string ]; # 0..1 A user-friendly title for the module
  fhir:DecisionSupportServiceModule.status [ code ]; # 1..1 draft | active | inactive
  fhir:DecisionSupportServiceModule.experimental [ boolean ]; # 0..1 If for testing purposes, not real usage
  fhir:DecisionSupportServiceModule.description [ string ]; # 0..1 Natural language description of the module
  fhir:DecisionSupportServiceModule.purpose [ string ]; # 0..1 Describes the purpose of the module
  fhir:DecisionSupportServiceModule.usage [ string ]; # 0..1 Describes the clinical usage of the module
  fhir:DecisionSupportServiceModule.publicationDate [ date ]; # 0..1 Publication date for this version of the module
  fhir:DecisionSupportServiceModule.lastReviewDate [ date ]; # 0..1 Last review date for the module
  fhir:DecisionSupportServiceModule.effectivePeriod [ Period ]; # 0..1 The effective date range for the module
  fhir:DecisionSupportServiceModule.coverage [ UsageContext ], ... ; # 0..* Describes the context of use for this module
  fhir:DecisionSupportServiceModule.topic [ CodeableConcept ], ... ; # 0..* Descriptional topics for the module
  fhir:DecisionSupportServiceModule.contributor [ Contributor ], ... ; # 0..* A content contributor
  fhir:DecisionSupportServiceModule.publisher [ string ]; # 0..1 Name of the publisher (Organization or individual)
  fhir:DecisionSupportServiceModule.contact [ ContactDetail ], ... ; # 0..* Contact details of the publisher
  fhir:DecisionSupportServiceModule.copyright [ string ]; # 0..1 Use and/or publishing restrictions
  fhir:DecisionSupportServiceModule.relatedResource [ RelatedResource ], ... ; # 0..* Related resources for the module
  fhir:DecisionSupportServiceModule.trigger [ TriggerDefinition ], ... ; # 0..* "when" the module should be invoked
  fhir:DecisionSupportServiceModule.parameter [ ParameterDefinition ], ... ; # 0..* Parameters to the module
  fhir:DecisionSupportServiceModule.dataRequirement [ DataRequirement ], ... ; # 0..* Data requirements for the module
]

Changes since DSTU2

This resource did not exist in Release 2

 

Alternate definitions: Master Definition (XML, JSON), XML Schema/Schematron (for ) + JSON Schema, ShEx (for Turtle)

14.4.3.1 Terminology Bindings

PathDefinitionTypeReference
DecisionSupportServiceModule.status The status of the decision support service moduleRequiredLibraryStatus

14.4.4 Search Parameters

Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionPaths
descriptionstringText search against the descriptionDecisionSupportServiceModule.description
identifiertokenLogical identifier for the module (e.g. CMS-143)DecisionSupportServiceModule.identifier
statustokenStatus of the moduleDecisionSupportServiceModule.status
titlestringText search against the titleDecisionSupportServiceModule.title
topictokenTopics associated with the moduleDecisionSupportServiceModule.topic
versionstringVersion of the module (e.g. 1.0.0)DecisionSupportServiceModule.version