Package org.hl7.fhir

Class StructureDefinitionSnapshot

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

    public class StructureDefinitionSnapshot
    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.Snapshot complex type.

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

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

      • StructureDefinitionSnapshot

        public StructureDefinitionSnapshot()