This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

Clinical Decision Support Work Group | Maturity Level: 0 | Compartments: Not linked to any defined compartments |
The DecisionSupportServiceModule resource describes decision support functionality that is available as a service.
This resource is referenced by GuidanceRequest and GuidanceResponse

Structure
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | DomainResource | A description of decision support service functionality | ||
![]() ![]() | Σ | 0..* | Identifier | Logical identifier |
![]() ![]() | Σ | 0..1 | string | The version of the module, if any |
![]() ![]() | 0..1 | Reference(ModuleMetadata) | Metadata for the service module | |
![]() ![]() | 1..1 | Reference(ModuleDefinition) | Data requirements for the module | |
Documentation for this format | ||||
UML Diagram
XML Template
<DecisionSupportServiceModule xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Logical identifier --></identifier> <version value="[string]"/><!-- 0..1 The version of the module, if any --> <moduleMetadata><!-- 0..1 Reference(ModuleMetadata) Metadata for the service module --></moduleMetadata> <moduleDefinition><!-- 1..1 Reference(ModuleDefinition) Data requirements for the module --></moduleDefinition> </DecisionSupportServiceModule>
JSON Template
{
"resourceType" : "DecisionSupportServiceModule",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Logical identifier
"version" : "<string>", // The version of the module, if any
"moduleMetadata" : { Reference(ModuleMetadata) }, // Metadata for the service module
"moduleDefinition" : { Reference(ModuleDefinition) } // R! Data requirements for the module
}
Structure
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | DomainResource | A description of decision support service functionality | ||
![]() ![]() | Σ | 0..* | Identifier | Logical identifier |
![]() ![]() | Σ | 0..1 | string | The version of the module, if any |
![]() ![]() | 0..1 | Reference(ModuleMetadata) | Metadata for the service module | |
![]() ![]() | 1..1 | Reference(ModuleDefinition) | Data requirements for the module | |
Documentation for this format | ||||
XML Template
<DecisionSupportServiceModule xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Logical identifier --></identifier> <version value="[string]"/><!-- 0..1 The version of the module, if any --> <moduleMetadata><!-- 0..1 Reference(ModuleMetadata) Metadata for the service module --></moduleMetadata> <moduleDefinition><!-- 1..1 Reference(ModuleDefinition) Data requirements for the module --></moduleDefinition> </DecisionSupportServiceModule>
JSON Template
{
"resourceType" : "DecisionSupportServiceModule",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Logical identifier
"version" : "<string>", // The version of the module, if any
"moduleMetadata" : { Reference(ModuleMetadata) }, // Metadata for the service module
"moduleDefinition" : { Reference(ModuleDefinition) } // R! Data requirements for the module
}
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire