Package org.hl7.fhir

Class GuidanceResponseAction

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class GuidanceResponseAction extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
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.

Java class for GuidanceResponse.Action complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GuidanceResponse.Action">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="actionIdentifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
         <element name="label" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="title" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="textEquivalent" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="concept" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="supportingEvidence" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="relatedAction" type="{http://hl7.org/fhir}GuidanceResponse.RelatedAction" minOccurs="0"/>
         <element name="documentation" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="participant" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="type" type="{http://hl7.org/fhir}code" minOccurs="0"/>
         <element name="behavior" type="{http://hl7.org/fhir}GuidanceResponse.Behavior" maxOccurs="unbounded" minOccurs="0"/>
         <element name="resource" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="action" type="{http://hl7.org/fhir}GuidanceResponse.Action" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>