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 . Page versions: R5 R4B R4 R3
Clinical Decision Support Work Group | Maturity Level: 0 | Compartments: Not linked to any defined compartments |
A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken.
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 GuidanceResponse resource is used to represent the result of invoking a decision support service. It provides a container for the status of the response, any warnings or messages returned by the service, as well as the output data of the module and any suggested actions to be performed.
For a detailed discussion of the evaluation process, refer to the Guidance Request topic in the Clinical Reasoning module.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
GuidanceResponse | DomainResource | The formal response to a guidance request | ||
requestId | 0..1 | id | The id of the request associated with this response, if any | |
identifier | Σ | 0..1 | Identifier | Business identifier |
module | ?!Σ | 1..1 | Reference(DecisionSupportServiceModule) | A reference to a knowledge module |
status | ?!Σ | 1..1 | code | success | data-requested | data-required | in-progress | failure GuidanceResponseStatus (Required) |
subject | 0..1 | Reference(Patient | Group) | Patient the request was performed for | |
context | 0..1 | Reference(Encounter | EpisodeOfCare) | Encounter or Episode during which the response was returned | |
occurrenceDateTime | 0..1 | dateTime | When the guidance response was processed | |
performer | 0..1 | Reference(Device) | Device returning the guidance | |
reason[x] | 0..1 | Reason for the response | ||
reasonCodeableConcept | CodeableConcept | |||
reasonReference | Reference(Any) | |||
note | 0..* | Annotation | Additional notes about the response | |
evaluationMessage | 0..* | Reference(OperationOutcome) | Messages resulting from the evaluation of the artifact or artifacts | |
outputParameters | 0..1 | Reference(Parameters) | The output parameters of the evaluation, if any | |
action | 0..* | BackboneElement | Proposed actions, if any | |
actionIdentifier | 0..1 | Identifier | Unique identifier | |
label | 0..1 | string | User-visible label for the action (e.g. 1. or A.) | |
title | 0..1 | string | User-visible title | |
description | 0..1 | string | Short description of the action | |
textEquivalent | 0..1 | string | Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system | |
concept | 0..* | CodeableConcept | The meaning of the action or its sub-actions | |
documentation | 0..* | RelatedResource | Supporting documentation for the intended performer of the action | |
relatedAction | 0..1 | BackboneElement | Relationship to another action | |
actionIdentifier | 1..1 | Identifier | Identifier of the related action | |
relationship | 1..1 | code | before | after PlanActionRelationshipType (Required) | |
offset[x] | 0..1 | Time offset for the relationship | ||
offsetDuration | Duration | |||
offsetRange | Range | |||
anchor | 0..1 | code | start | end PlanActionRelationshipAnchor (Required) | |
timing[x] | 0..1 | When the action should take place | ||
timingDateTime | dateTime | |||
timingPeriod | Period | |||
timingDuration | Duration | |||
timingRange | Range | |||
participant | 0..* | Reference(Patient | Person | Practitioner | RelatedPerson) | Participant | |
type | 0..1 | Coding | create | update | remove | fire-event PlanActionType (Extensible) | |
groupingBehavior | 0..1 | code | visual-group | logical-group | sentence-group PlanActionGroupingBehavior (Required) | |
selectionBehavior | 0..1 | code | any | all | all-or-none | exactly-one | at-most-one | one-or-more PlanActionSelectionBehavior (Required) | |
requiredBehavior | 0..1 | code | must | could | must-unless-documented PlanActionRequiredBehavior (Required) | |
precheckBehavior | 0..1 | code | yes | no PlanActionPrecheckBehavior (Required) | |
cardinalityBehavior | 0..1 | code | single | multiple PlanActionCardinalityBehavior (Required) | |
resource | 0..1 | Reference(Any) | The target of the action | |
action | 0..* | see action | Sub action | |
dataRequirement | 0..* | DataRequirement | Additional required data | |
Documentation for this format |
UML Diagram (Legend)
XML Template
<GuidanceResponse xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <requestId value="[id]"/><!-- 0..1 The id of the request associated with this response, if any --> <identifier><!-- 0..1 Identifier Business identifier --></identifier> <module><!-- 1..1 Reference(DecisionSupportServiceModule) A reference to a knowledge module --></module> <status value="[code]"/><!-- 1..1 success | data-requested | data-required | in-progress | failure --> <subject><!-- 0..1 Reference(Patient|Group) Patient the request was performed for --></subject> <context><!-- 0..1 Reference(Encounter|EpisodeOfCare) Encounter or Episode during which the response was returned --></context> <occurrenceDateTime value="[dateTime]"/><!-- 0..1 When the guidance response was processed --> <performer><!-- 0..1 Reference(Device) Device returning the guidance --></performer> <reason[x]><!-- 0..1 CodeableConcept|Reference(Any) Reason for the response --></reason[x]> <note><!-- 0..* Annotation Additional notes about the response --></note> <evaluationMessage><!-- 0..* Reference(OperationOutcome) Messages resulting from the evaluation of the artifact or artifacts --></evaluationMessage> <outputParameters><!-- 0..1 Reference(Parameters) The output parameters of the evaluation, if any --></outputParameters> <action> <!-- 0..* Proposed actions, if any --> <actionIdentifier><!-- 0..1 Identifier Unique identifier --></actionIdentifier> <label value="[string]"/><!-- 0..1 User-visible label for the action (e.g. 1. or A.) --> <title value="[string]"/><!-- 0..1 User-visible title --> <description value="[string]"/><!-- 0..1 Short description of the action --> <textEquivalent value="[string]"/><!-- 0..1 Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system --> <concept><!-- 0..* CodeableConcept The meaning of the action or its sub-actions --></concept> <documentation><!-- 0..* RelatedResource Supporting documentation for the intended performer of the action --></documentation> <relatedAction> <!-- 0..1 Relationship to another action --> <actionIdentifier><!-- 1..1 Identifier Identifier of the related action --></actionIdentifier> <relationship value="[code]"/><!-- 1..1 before | after --> <offset[x]><!-- 0..1 Duration|Range Time offset for the relationship --></offset[x]> <anchor value="[code]"/><!-- 0..1 start | end --> </relatedAction> <timing[x]><!-- 0..1 dateTime|Period|Duration|Range When the action should take place --></timing[x]> <participant><!-- 0..* Reference(Patient|Person|Practitioner|RelatedPerson) Participant --></participant> <type><!-- 0..1 Coding create | update | remove | fire-event --></type> <groupingBehavior value="[code]"/><!-- 0..1 visual-group | logical-group | sentence-group --> <selectionBehavior value="[code]"/><!-- 0..1 any | all | all-or-none | exactly-one | at-most-one | one-or-more --> <requiredBehavior value="[code]"/><!-- 0..1 must | could | must-unless-documented --> <precheckBehavior value="[code]"/><!-- 0..1 yes | no --> <cardinalityBehavior value="[code]"/><!-- 0..1 single | multiple --> <resource><!-- 0..1 Reference(Any) The target of the action --></resource> <action><!-- 0..* Content as for GuidanceResponse.action Sub action --></action> </action> <dataRequirement><!-- 0..* DataRequirement Additional required data --></dataRequirement> </GuidanceResponse>
JSON Template
{ "resourceType" : "GuidanceResponse", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "requestId" : "<id>", // The id of the request associated with this response, if any "identifier" : { Identifier }, // Business identifier "module" : { Reference(DecisionSupportServiceModule) }, // R! A reference to a knowledge module "status" : "<code>", // R! success | data-requested | data-required | in-progress | failure "subject" : { Reference(Patient|Group) }, // Patient the request was performed for "context" : { Reference(Encounter|EpisodeOfCare) }, // Encounter or Episode during which the response was returned "occurrenceDateTime" : "<dateTime>", // When the guidance response was processed "performer" : { Reference(Device) }, // Device returning the guidance // reason[x]: Reason for the response. One of these 2: "reasonCodeableConcept" : { CodeableConcept }, "reasonReference" : { Reference(Any) }, "note" : [{ Annotation }], // Additional notes about the response "evaluationMessage" : [{ Reference(OperationOutcome) }], // Messages resulting from the evaluation of the artifact or artifacts "outputParameters" : { Reference(Parameters) }, // The output parameters of the evaluation, if any "action" : [{ // Proposed actions, if any "actionIdentifier" : { Identifier }, // Unique identifier "label" : "<string>", // User-visible label for the action (e.g. 1. or A.) "title" : "<string>", // User-visible title "description" : "<string>", // Short description of the action "textEquivalent" : "<string>", // Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system "concept" : [{ CodeableConcept }], // The meaning of the action or its sub-actions "documentation" : [{ RelatedResource }], // Supporting documentation for the intended performer of the action "relatedAction" : { // Relationship to another action "actionIdentifier" : { Identifier }, // R! Identifier of the related action "relationship" : "<code>", // R! before | after // offset[x]: Time offset for the relationship. One of these 2: "offsetDuration" : { Duration }, "offsetRange" : { Range }, "anchor" : "<code>" // start | end }, // timing[x]: When the action should take place. One of these 4: "timingDateTime" : "<dateTime>", "timingPeriod" : { Period }, "timingDuration" : { Duration }, "timingRange" : { Range }, "participant" : [{ Reference(Patient|Person|Practitioner|RelatedPerson) }], // Participant "type" : { Coding }, // create | update | remove | fire-event "groupingBehavior" : "<code>", // visual-group | logical-group | sentence-group "selectionBehavior" : "<code>", // any | all | all-or-none | exactly-one | at-most-one | one-or-more "requiredBehavior" : "<code>", // must | could | must-unless-documented "precheckBehavior" : "<code>", // yes | no "cardinalityBehavior" : "<code>", // single | multiple "resource" : { Reference(Any) }, // The target of the action "action" : [{ Content as for GuidanceResponse.action }] // Sub action }], "dataRequirement" : [{ DataRequirement }] // Additional required data }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:GuidanceResponse; 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:GuidanceResponse.requestId [ id ]; # 0..1 The id of the request associated with this response, if any fhir:GuidanceResponse.identifier [ Identifier ]; # 0..1 Business identifier fhir:GuidanceResponse.module [ Reference(DecisionSupportServiceModule) ]; # 1..1 A reference to a knowledge module fhir:GuidanceResponse.status [ code ]; # 1..1 success | data-requested | data-required | in-progress | failure fhir:GuidanceResponse.subject [ Reference(Patient|Group) ]; # 0..1 Patient the request was performed for fhir:GuidanceResponse.context [ Reference(Encounter|EpisodeOfCare) ]; # 0..1 Encounter or Episode during which the response was returned fhir:GuidanceResponse.occurrenceDateTime [ dateTime ]; # 0..1 When the guidance response was processed fhir:GuidanceResponse.performer [ Reference(Device) ]; # 0..1 Device returning the guidance # GuidanceResponse.reason[x] : 0..1 Reason for the response. One of these 2 fhir:GuidanceResponse.reasonCodeableConcept [ CodeableConcept ] fhir:GuidanceResponse.reasonReference [ Reference(Any) ] fhir:GuidanceResponse.note [ Annotation ], ... ; # 0..* Additional notes about the response fhir:GuidanceResponse.evaluationMessage [ Reference(OperationOutcome) ], ... ; # 0..* Messages resulting from the evaluation of the artifact or artifacts fhir:GuidanceResponse.outputParameters [ Reference(Parameters) ]; # 0..1 The output parameters of the evaluation, if any fhir:GuidanceResponse.action [ # 0..* Proposed actions, if any fhir:GuidanceResponse.action.actionIdentifier [ Identifier ]; # 0..1 Unique identifier fhir:GuidanceResponse.action.label [ string ]; # 0..1 User-visible label for the action (e.g. 1. or A.) fhir:GuidanceResponse.action.title [ string ]; # 0..1 User-visible title fhir:GuidanceResponse.action.description [ string ]; # 0..1 Short description of the action fhir:GuidanceResponse.action.textEquivalent [ string ]; # 0..1 Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system fhir:GuidanceResponse.action.concept [ CodeableConcept ], ... ; # 0..* The meaning of the action or its sub-actions fhir:GuidanceResponse.action.documentation [ RelatedResource ], ... ; # 0..* Supporting documentation for the intended performer of the action fhir:GuidanceResponse.action.relatedAction [ # 0..1 Relationship to another action fhir:GuidanceResponse.action.relatedAction.actionIdentifier [ Identifier ]; # 1..1 Identifier of the related action fhir:GuidanceResponse.action.relatedAction.relationship [ code ]; # 1..1 before | after # GuidanceResponse.action.relatedAction.offset[x] : 0..1 Time offset for the relationship. One of these 2 fhir:GuidanceResponse.action.relatedAction.offsetDuration [ Duration ] fhir:GuidanceResponse.action.relatedAction.offsetRange [ Range ] fhir:GuidanceResponse.action.relatedAction.anchor [ code ]; # 0..1 start | end ]; # GuidanceResponse.action.timing[x] : 0..1 When the action should take place. One of these 4 fhir:GuidanceResponse.action.timingDateTime [ dateTime ] fhir:GuidanceResponse.action.timingPeriod [ Period ] fhir:GuidanceResponse.action.timingDuration [ Duration ] fhir:GuidanceResponse.action.timingRange [ Range ] fhir:GuidanceResponse.action.participant [ Reference(Patient|Person|Practitioner|RelatedPerson) ], ... ; # 0..* Participant fhir:GuidanceResponse.action.type [ Coding ]; # 0..1 create | update | remove | fire-event fhir:GuidanceResponse.action.groupingBehavior [ code ]; # 0..1 visual-group | logical-group | sentence-group fhir:GuidanceResponse.action.selectionBehavior [ code ]; # 0..1 any | all | all-or-none | exactly-one | at-most-one | one-or-more fhir:GuidanceResponse.action.requiredBehavior [ code ]; # 0..1 must | could | must-unless-documented fhir:GuidanceResponse.action.precheckBehavior [ code ]; # 0..1 yes | no fhir:GuidanceResponse.action.cardinalityBehavior [ code ]; # 0..1 single | multiple fhir:GuidanceResponse.action.resource [ Reference(Any) ]; # 0..1 The target of the action fhir:GuidanceResponse.action.action [ See GuidanceResponse.action ], ... ; # 0..* Sub action ], ...; fhir:GuidanceResponse.dataRequirement [ DataRequirement ], ... ; # 0..* Additional required data ]
Changes since DSTU2
This resource did not exist in Release 2
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
GuidanceResponse | DomainResource | The formal response to a guidance request | ||
requestId | 0..1 | id | The id of the request associated with this response, if any | |
identifier | Σ | 0..1 | Identifier | Business identifier |
module | ?!Σ | 1..1 | Reference(DecisionSupportServiceModule) | A reference to a knowledge module |
status | ?!Σ | 1..1 | code | success | data-requested | data-required | in-progress | failure GuidanceResponseStatus (Required) |
subject | 0..1 | Reference(Patient | Group) | Patient the request was performed for | |
context | 0..1 | Reference(Encounter | EpisodeOfCare) | Encounter or Episode during which the response was returned | |
occurrenceDateTime | 0..1 | dateTime | When the guidance response was processed | |
performer | 0..1 | Reference(Device) | Device returning the guidance | |
reason[x] | 0..1 | Reason for the response | ||
reasonCodeableConcept | CodeableConcept | |||
reasonReference | Reference(Any) | |||
note | 0..* | Annotation | Additional notes about the response | |
evaluationMessage | 0..* | Reference(OperationOutcome) | Messages resulting from the evaluation of the artifact or artifacts | |
outputParameters | 0..1 | Reference(Parameters) | The output parameters of the evaluation, if any | |
action | 0..* | BackboneElement | Proposed actions, if any | |
actionIdentifier | 0..1 | Identifier | Unique identifier | |
label | 0..1 | string | User-visible label for the action (e.g. 1. or A.) | |
title | 0..1 | string | User-visible title | |
description | 0..1 | string | Short description of the action | |
textEquivalent | 0..1 | string | Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system | |
concept | 0..* | CodeableConcept | The meaning of the action or its sub-actions | |
documentation | 0..* | RelatedResource | Supporting documentation for the intended performer of the action | |
relatedAction | 0..1 | BackboneElement | Relationship to another action | |
actionIdentifier | 1..1 | Identifier | Identifier of the related action | |
relationship | 1..1 | code | before | after PlanActionRelationshipType (Required) | |
offset[x] | 0..1 | Time offset for the relationship | ||
offsetDuration | Duration | |||
offsetRange | Range | |||
anchor | 0..1 | code | start | end PlanActionRelationshipAnchor (Required) | |
timing[x] | 0..1 | When the action should take place | ||
timingDateTime | dateTime | |||
timingPeriod | Period | |||
timingDuration | Duration | |||
timingRange | Range | |||
participant | 0..* | Reference(Patient | Person | Practitioner | RelatedPerson) | Participant | |
type | 0..1 | Coding | create | update | remove | fire-event PlanActionType (Extensible) | |
groupingBehavior | 0..1 | code | visual-group | logical-group | sentence-group PlanActionGroupingBehavior (Required) | |
selectionBehavior | 0..1 | code | any | all | all-or-none | exactly-one | at-most-one | one-or-more PlanActionSelectionBehavior (Required) | |
requiredBehavior | 0..1 | code | must | could | must-unless-documented PlanActionRequiredBehavior (Required) | |
precheckBehavior | 0..1 | code | yes | no PlanActionPrecheckBehavior (Required) | |
cardinalityBehavior | 0..1 | code | single | multiple PlanActionCardinalityBehavior (Required) | |
resource | 0..1 | Reference(Any) | The target of the action | |
action | 0..* | see action | Sub action | |
dataRequirement | 0..* | DataRequirement | Additional required data | |
Documentation for this format |
XML Template
<GuidanceResponse xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <requestId value="[id]"/><!-- 0..1 The id of the request associated with this response, if any --> <identifier><!-- 0..1 Identifier Business identifier --></identifier> <module><!-- 1..1 Reference(DecisionSupportServiceModule) A reference to a knowledge module --></module> <status value="[code]"/><!-- 1..1 success | data-requested | data-required | in-progress | failure --> <subject><!-- 0..1 Reference(Patient|Group) Patient the request was performed for --></subject> <context><!-- 0..1 Reference(Encounter|EpisodeOfCare) Encounter or Episode during which the response was returned --></context> <occurrenceDateTime value="[dateTime]"/><!-- 0..1 When the guidance response was processed --> <performer><!-- 0..1 Reference(Device) Device returning the guidance --></performer> <reason[x]><!-- 0..1 CodeableConcept|Reference(Any) Reason for the response --></reason[x]> <note><!-- 0..* Annotation Additional notes about the response --></note> <evaluationMessage><!-- 0..* Reference(OperationOutcome) Messages resulting from the evaluation of the artifact or artifacts --></evaluationMessage> <outputParameters><!-- 0..1 Reference(Parameters) The output parameters of the evaluation, if any --></outputParameters> <action> <!-- 0..* Proposed actions, if any --> <actionIdentifier><!-- 0..1 Identifier Unique identifier --></actionIdentifier> <label value="[string]"/><!-- 0..1 User-visible label for the action (e.g. 1. or A.) --> <title value="[string]"/><!-- 0..1 User-visible title --> <description value="[string]"/><!-- 0..1 Short description of the action --> <textEquivalent value="[string]"/><!-- 0..1 Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system --> <concept><!-- 0..* CodeableConcept The meaning of the action or its sub-actions --></concept> <documentation><!-- 0..* RelatedResource Supporting documentation for the intended performer of the action --></documentation> <relatedAction> <!-- 0..1 Relationship to another action --> <actionIdentifier><!-- 1..1 Identifier Identifier of the related action --></actionIdentifier> <relationship value="[code]"/><!-- 1..1 before | after --> <offset[x]><!-- 0..1 Duration|Range Time offset for the relationship --></offset[x]> <anchor value="[code]"/><!-- 0..1 start | end --> </relatedAction> <timing[x]><!-- 0..1 dateTime|Period|Duration|Range When the action should take place --></timing[x]> <participant><!-- 0..* Reference(Patient|Person|Practitioner|RelatedPerson) Participant --></participant> <type><!-- 0..1 Coding create | update | remove | fire-event --></type> <groupingBehavior value="[code]"/><!-- 0..1 visual-group | logical-group | sentence-group --> <selectionBehavior value="[code]"/><!-- 0..1 any | all | all-or-none | exactly-one | at-most-one | one-or-more --> <requiredBehavior value="[code]"/><!-- 0..1 must | could | must-unless-documented --> <precheckBehavior value="[code]"/><!-- 0..1 yes | no --> <cardinalityBehavior value="[code]"/><!-- 0..1 single | multiple --> <resource><!-- 0..1 Reference(Any) The target of the action --></resource> <action><!-- 0..* Content as for GuidanceResponse.action Sub action --></action> </action> <dataRequirement><!-- 0..* DataRequirement Additional required data --></dataRequirement> </GuidanceResponse>
JSON Template
{ "resourceType" : "GuidanceResponse", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "requestId" : "<id>", // The id of the request associated with this response, if any "identifier" : { Identifier }, // Business identifier "module" : { Reference(DecisionSupportServiceModule) }, // R! A reference to a knowledge module "status" : "<code>", // R! success | data-requested | data-required | in-progress | failure "subject" : { Reference(Patient|Group) }, // Patient the request was performed for "context" : { Reference(Encounter|EpisodeOfCare) }, // Encounter or Episode during which the response was returned "occurrenceDateTime" : "<dateTime>", // When the guidance response was processed "performer" : { Reference(Device) }, // Device returning the guidance // reason[x]: Reason for the response. One of these 2: "reasonCodeableConcept" : { CodeableConcept }, "reasonReference" : { Reference(Any) }, "note" : [{ Annotation }], // Additional notes about the response "evaluationMessage" : [{ Reference(OperationOutcome) }], // Messages resulting from the evaluation of the artifact or artifacts "outputParameters" : { Reference(Parameters) }, // The output parameters of the evaluation, if any "action" : [{ // Proposed actions, if any "actionIdentifier" : { Identifier }, // Unique identifier "label" : "<string>", // User-visible label for the action (e.g. 1. or A.) "title" : "<string>", // User-visible title "description" : "<string>", // Short description of the action "textEquivalent" : "<string>", // Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system "concept" : [{ CodeableConcept }], // The meaning of the action or its sub-actions "documentation" : [{ RelatedResource }], // Supporting documentation for the intended performer of the action "relatedAction" : { // Relationship to another action "actionIdentifier" : { Identifier }, // R! Identifier of the related action "relationship" : "<code>", // R! before | after // offset[x]: Time offset for the relationship. One of these 2: "offsetDuration" : { Duration }, "offsetRange" : { Range }, "anchor" : "<code>" // start | end }, // timing[x]: When the action should take place. One of these 4: "timingDateTime" : "<dateTime>", "timingPeriod" : { Period }, "timingDuration" : { Duration }, "timingRange" : { Range }, "participant" : [{ Reference(Patient|Person|Practitioner|RelatedPerson) }], // Participant "type" : { Coding }, // create | update | remove | fire-event "groupingBehavior" : "<code>", // visual-group | logical-group | sentence-group "selectionBehavior" : "<code>", // any | all | all-or-none | exactly-one | at-most-one | one-or-more "requiredBehavior" : "<code>", // must | could | must-unless-documented "precheckBehavior" : "<code>", // yes | no "cardinalityBehavior" : "<code>", // single | multiple "resource" : { Reference(Any) }, // The target of the action "action" : [{ Content as for GuidanceResponse.action }] // Sub action }], "dataRequirement" : [{ DataRequirement }] // Additional required data }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:GuidanceResponse; 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:GuidanceResponse.requestId [ id ]; # 0..1 The id of the request associated with this response, if any fhir:GuidanceResponse.identifier [ Identifier ]; # 0..1 Business identifier fhir:GuidanceResponse.module [ Reference(DecisionSupportServiceModule) ]; # 1..1 A reference to a knowledge module fhir:GuidanceResponse.status [ code ]; # 1..1 success | data-requested | data-required | in-progress | failure fhir:GuidanceResponse.subject [ Reference(Patient|Group) ]; # 0..1 Patient the request was performed for fhir:GuidanceResponse.context [ Reference(Encounter|EpisodeOfCare) ]; # 0..1 Encounter or Episode during which the response was returned fhir:GuidanceResponse.occurrenceDateTime [ dateTime ]; # 0..1 When the guidance response was processed fhir:GuidanceResponse.performer [ Reference(Device) ]; # 0..1 Device returning the guidance # GuidanceResponse.reason[x] : 0..1 Reason for the response. One of these 2 fhir:GuidanceResponse.reasonCodeableConcept [ CodeableConcept ] fhir:GuidanceResponse.reasonReference [ Reference(Any) ] fhir:GuidanceResponse.note [ Annotation ], ... ; # 0..* Additional notes about the response fhir:GuidanceResponse.evaluationMessage [ Reference(OperationOutcome) ], ... ; # 0..* Messages resulting from the evaluation of the artifact or artifacts fhir:GuidanceResponse.outputParameters [ Reference(Parameters) ]; # 0..1 The output parameters of the evaluation, if any fhir:GuidanceResponse.action [ # 0..* Proposed actions, if any fhir:GuidanceResponse.action.actionIdentifier [ Identifier ]; # 0..1 Unique identifier fhir:GuidanceResponse.action.label [ string ]; # 0..1 User-visible label for the action (e.g. 1. or A.) fhir:GuidanceResponse.action.title [ string ]; # 0..1 User-visible title fhir:GuidanceResponse.action.description [ string ]; # 0..1 Short description of the action fhir:GuidanceResponse.action.textEquivalent [ string ]; # 0..1 Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system fhir:GuidanceResponse.action.concept [ CodeableConcept ], ... ; # 0..* The meaning of the action or its sub-actions fhir:GuidanceResponse.action.documentation [ RelatedResource ], ... ; # 0..* Supporting documentation for the intended performer of the action fhir:GuidanceResponse.action.relatedAction [ # 0..1 Relationship to another action fhir:GuidanceResponse.action.relatedAction.actionIdentifier [ Identifier ]; # 1..1 Identifier of the related action fhir:GuidanceResponse.action.relatedAction.relationship [ code ]; # 1..1 before | after # GuidanceResponse.action.relatedAction.offset[x] : 0..1 Time offset for the relationship. One of these 2 fhir:GuidanceResponse.action.relatedAction.offsetDuration [ Duration ] fhir:GuidanceResponse.action.relatedAction.offsetRange [ Range ] fhir:GuidanceResponse.action.relatedAction.anchor [ code ]; # 0..1 start | end ]; # GuidanceResponse.action.timing[x] : 0..1 When the action should take place. One of these 4 fhir:GuidanceResponse.action.timingDateTime [ dateTime ] fhir:GuidanceResponse.action.timingPeriod [ Period ] fhir:GuidanceResponse.action.timingDuration [ Duration ] fhir:GuidanceResponse.action.timingRange [ Range ] fhir:GuidanceResponse.action.participant [ Reference(Patient|Person|Practitioner|RelatedPerson) ], ... ; # 0..* Participant fhir:GuidanceResponse.action.type [ Coding ]; # 0..1 create | update | remove | fire-event fhir:GuidanceResponse.action.groupingBehavior [ code ]; # 0..1 visual-group | logical-group | sentence-group fhir:GuidanceResponse.action.selectionBehavior [ code ]; # 0..1 any | all | all-or-none | exactly-one | at-most-one | one-or-more fhir:GuidanceResponse.action.requiredBehavior [ code ]; # 0..1 must | could | must-unless-documented fhir:GuidanceResponse.action.precheckBehavior [ code ]; # 0..1 yes | no fhir:GuidanceResponse.action.cardinalityBehavior [ code ]; # 0..1 single | multiple fhir:GuidanceResponse.action.resource [ Reference(Any) ]; # 0..1 The target of the action fhir:GuidanceResponse.action.action [ See GuidanceResponse.action ], ... ; # 0..* Sub action ], ...; fhir:GuidanceResponse.dataRequirement [ DataRequirement ], ... ; # 0..* Additional required data ]
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)
Path | Definition | Type | Reference |
---|---|---|---|
GuidanceResponse.status | The status of a guidance response | Required | GuidanceResponseStatus |
GuidanceResponse.action.relatedAction.relationship | Defines the types of relationships between actions | Required | PlanActionRelationshipType |
GuidanceResponse.action.relatedAction.anchor | Defines possible anchors for the relationship between actions | Required | PlanActionRelationshipAnchor |
GuidanceResponse.action.type | The type of action to be performed | Extensible | PlanActionType |
GuidanceResponse.action.groupingBehavior | Defines organization behavior of a group | Required | PlanActionGroupingBehavior |
GuidanceResponse.action.selectionBehavior | Defines selection behavior of a group | Required | PlanActionSelectionBehavior |
GuidanceResponse.action.requiredBehavior | Defines requiredness behavior for selecting an action or an action group | Required | PlanActionRequiredBehavior |
GuidanceResponse.action.precheckBehavior | Defines selection frequency behavior for an action or group | Required | PlanActionPrecheckBehavior |
GuidanceResponse.action.cardinalityBehavior | Defines behavior for an action or a group for how many times that item may be repeated | Required | PlanActionCardinalityBehavior |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
patient | reference | The identity of a patient to search for guidance response results | GuidanceResponse.subject (Patient) |
subject | reference | The subject that the guidance response is about | GuidanceResponse.subject (Group, Patient) |