Package org.hl7.fhir

Class ActionDefinitionRelatedAction

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

public class ActionDefinitionRelatedAction extends Element 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 a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Java class for ActionDefinition.RelatedAction complex type.

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

 <complexType name="ActionDefinition.RelatedAction">
   <complexContent>
     <extension base="{http://hl7.org/fhir}Element">
       <sequence>
         <element name="actionIdentifier" type="{http://hl7.org/fhir}Identifier"/>
         <element name="relationship" type="{http://hl7.org/fhir}ActionRelationshipType"/>
         <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}ActionRelationshipAnchor" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>