PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.2.0
    http://hl7.org/fhir/StructureDefinition/GuidanceResponse
description: 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.
package_name: hl7.fhir.core
derivation: specialization
name: GuidanceResponse
type: GuidanceResponse
elements:
  reasonCodeableConcept: {short: Reason for the response, type: CodeableConcept, choiceOf: reason, index: 10}
  dataRequirement: {type: DataRequirement, short: Additional required data, array: true, index: 16}
  outputParameters:
    type: Reference
    short: The output parameters of the evaluation, if any
    refers: ['http://hl7.org/fhir/StructureDefinition/Parameters']
    index: 14
  evaluationMessage:
    type: Reference
    short: Messages resulting from the evaluation of the artifact or artifacts
    refers: ['http://hl7.org/fhir/StructureDefinition/OperationOutcome']
    array: true
    index: 13
  module:
    short: A reference to a knowledge module
    refers: ['http://hl7.org/fhir/StructureDefinition/ServiceDefinition']
    type: Reference
    isSummary: true
    index: 2
  note: {type: Annotation, short: Additional notes about the response, array: true, index: 12}
  requestId: {short: 'The id of the request associated with this response, if any', type: id, isSummary: true, index: 0}
  reason:
    short: Reason for the response
    choices: [reasonCodeableConcept, reasonReference]
    index: 9
  status: {isModifier: true, short: success | data-requested | data-required | in-progress | failure | entered-in-error, type: code, isSummary: true, index: 3}
  result:
    short: Proposed actions, if any
    refers: ['http://hl7.org/fhir/StructureDefinition/CarePlan', 'http://hl7.org/fhir/StructureDefinition/RequestGroup']
    type: Reference
    index: 15
  identifier: {short: Business identifier, type: Identifier, isSummary: true, index: 1}
  context:
    short: Encounter or Episode during which the response was returned
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter', 'http://hl7.org/fhir/StructureDefinition/EpisodeOfCare']
    type: Reference
    index: 5
  occurrenceDateTime: {type: dateTime, short: When the guidance response was processed, index: 6}
  subject:
    short: Patient the request was performed for
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    index: 4
  performer:
    short: Device returning the guidance
    refers: ['http://hl7.org/fhir/StructureDefinition/Device']
    type: Reference
    index: 7
  reasonReference:
    short: Reason for the response
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    choiceOf: reason
    index: 11
package_version: 3.2.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/GuidanceResponse
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [status, module]