Package org.hl7.fhir

Class TestScriptOrigin

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

public class TestScriptOrigin 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.Origin complex type.

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

 <complexType name="TestScript.Origin">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="index" type="{http://hl7.org/fhir}integer"/>
         <element name="profile" type="{http://hl7.org/fhir}Coding"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>