Package org.hl7.fhir

Class GuidanceResponse

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

    public class GuidanceResponse
    extends DomainResource
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    If the element is present, it must have either a @value, an @id, or extensions

    Java class for GuidanceResponse complex type.

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

     <complexType name="GuidanceResponse">
       <complexContent>
         <extension base="{http://hl7.org/fhir}DomainResource">
           <sequence>
             <element name="requestId" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="module" type="{http://hl7.org/fhir}Reference"/>
             <element name="status" type="{http://hl7.org/fhir}GuidanceResponseStatus"/>
             <element name="evaluationMessage" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
             <element name="outputParameters" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="action" type="{http://hl7.org/fhir}GuidanceResponse.Action" maxOccurs="unbounded" minOccurs="0"/>
             <element name="dataRequirement" type="{http://hl7.org/fhir}DataRequirement" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>