> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GuidanceResponse

> 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.

## Properties

| Name               | Required | Type                                                                                                                                                                                                                                                               | Description                                                                         |
| ------------------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- |
| requestIdentifier  | No       | [Identifier](/medical-api/fhir/data-types/identifier)                                                                                                                                                                                                              | The identifier of the request associated with this response, if any                 |
| identifier         | No       | [Identifier](/medical-api/fhir/data-types/identifier)\[]                                                                                                                                                                                                           | Business identifier                                                                 |
| module\[x]         | Yes      | uri, canonical, [CodeableConcept](/medical-api/fhir/data-types/codeableconcept)                                                                                                                                                                                    | What guidance was requested                                                         |
| status             | Yes      | code                                                                                                                                                                                                                                                               | success / data-requested / data-required / in-progress / failure / entered-in-error |
| subject            | No       | Reference\<[Patient](/medical-api/fhir/resources/patient) / [Group](/medical-api/fhir/resources/group)>                                                                                                                                                            | Patient the request was performed for                                               |
| encounter          | No       | Reference\<[Encounter](/medical-api/fhir/resources/encounter)>                                                                                                                                                                                                     | Encounter during which the response was returned                                    |
| occurrenceDateTime | No       | dateTime                                                                                                                                                                                                                                                           | When the guidance response was processed                                            |
| performer          | No       | Reference\<[Device](/medical-api/fhir/resources/device)>                                                                                                                                                                                                           | Device returning the guidance                                                       |
| reasonCode         | No       | [CodeableConcept](/medical-api/fhir/data-types/codeableconcept)\[]                                                                                                                                                                                                 | Why guidance is needed                                                              |
| reasonReference    | No       | Reference\<[Condition](/medical-api/fhir/resources/condition) / [Observation](/medical-api/fhir/resources/observation) / [DiagnosticReport](/medical-api/fhir/resources/diagnosticreport) / [DocumentReference](/medical-api/fhir/resources/documentreference)>\[] | Why guidance is needed                                                              |
| note               | No       | [Annotation](/medical-api/fhir/data-types/annotation)\[]                                                                                                                                                                                                           | Additional notes about the response                                                 |
| evaluationMessage  | No       | Reference\<[OperationOutcome](/medical-api/fhir/resources/operationoutcome)>\[]                                                                                                                                                                                    | Messages resulting from the evaluation of the artifact or artifacts                 |
| outputParameters   | No       | Reference\<[Parameters](/medical-api/fhir/resources/parameters)>                                                                                                                                                                                                   | The output parameters of the evaluation, if any                                     |
| result             | No       | Reference\<[CarePlan](/medical-api/fhir/resources/careplan) / [RequestGroup](/medical-api/fhir/resources/requestgroup)>                                                                                                                                            | Proposed actions, if any                                                            |
| dataRequirement    | No       | [DataRequirement](/medical-api/fhir/data-types/datarequirement)\[]                                                                                                                                                                                                 | Additional required data                                                            |

## Search Parameters

| Name       | Type      | Description                                                       | Expression                         |
| ---------- | --------- | ----------------------------------------------------------------- | ---------------------------------- |
| identifier | token     | The identifier of the guidance response                           | GuidanceResponse.identifier        |
| patient    | reference | The identity of a patient to search for guidance response results | GuidanceResponse.subject           |
| request    | token     | The identifier of the request associated with the response        | GuidanceResponse.requestIdentifier |
| subject    | reference | The subject that the guidance response is about                   | GuidanceResponse.subject           |

## Inherited Properties

| Name              | Required | Type                                                   | Description                                            |
| ----------------- | -------- | ------------------------------------------------------ | ------------------------------------------------------ |
| id                | No       | string                                                 | Logical id of this artifact                            |
| meta              | No       | [Meta](/medical-api/fhir/data-types/meta)              | Metadata about the resource                            |
| implicitRules     | No       | uri                                                    | A set of rules under which this content was created    |
| language          | No       | code                                                   | Language of the resource content                       |
| text              | No       | [Narrative](/medical-api/fhir/data-types/narrative)    | Text summary of the resource, for human interpretation |
| contained         | No       | Resource\[]                                            | Contained, inline Resources                            |
| extension         | No       | [Extension](/medical-api/fhir/data-types/extension)\[] | Additional content defined by implementations          |
| modifierExtension | No       | [Extension](/medical-api/fhir/data-types/extension)\[] | Extensions that cannot be ignored                      |

To view the FHIR specification for this resource, see [GuidanceResponse](https://www.hl7.org/fhir/StructureDefinition/GuidanceResponse).
