Package org.hl7.fhir

Class StructureDefinitionDifferential

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

    public class StructureDefinitionDifferential
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions, and constraints on resources and data types.

    Java class for StructureDefinition.Differential complex type.

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

     <complexType name="StructureDefinition.Differential">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="element" type="{http://hl7.org/fhir}ElementDefinition" maxOccurs="unbounded"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>