Package org.hl7.fhir

Class ProcessRequestItem

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

public class ProcessRequestItem extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
This resource provides the target, request and response, and action details for an action to be performed by the target on or about existing resources.

Java class for ProcessRequest.Item complex type.

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

 <complexType name="ProcessRequest.Item">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="sequenceLinkId" type="{http://hl7.org/fhir}integer"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>