Package org.hl7.fhir

Class TestScriptAction1

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

    public class TestScriptAction1
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    TestScript is a resource that specifies a suite of tests against a FHIR server implementation to determine compliance against the FHIR specification.

    Java class for TestScript.Action1 complex type.

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

     <complexType name="TestScript.Action1">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="operation" type="{http://hl7.org/fhir}TestScript.Operation" minOccurs="0"/>
             <element name="assert" type="{http://hl7.org/fhir}TestScript.Assert" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>