Package org.hl7.fhir

Class GuidanceResponseRelatedAction

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.GuidanceResponseRelatedAction
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class GuidanceResponseRelatedAction 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.RelatedAction complex type.

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

 <complexType name="GuidanceResponse.RelatedAction">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="actionIdentifier" type="{http://hl7.org/fhir}Identifier"/>
         <element name="relationship" type="{http://hl7.org/fhir}code"/>
         <choice minOccurs="0">
           <element name="offsetQuantity" type="{http://hl7.org/fhir}Duration"/>
           <element name="offsetRange" type="{http://hl7.org/fhir}Range"/>
         </choice>
         <element name="anchor" type="{http://hl7.org/fhir}code" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>