Package org.hl7.fhir

Class StructureDefinition

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

    public class StructureDefinition
    extends DomainResource
    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 either a @value, an @id, or extensions

    Java class for StructureDefinition complex type.

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

     <complexType name="StructureDefinition">
       <complexContent>
         <extension base="{http://hl7.org/fhir}DomainResource">
           <sequence>
             <element name="url" type="{http://hl7.org/fhir}uri"/>
             <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
             <element name="version" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="name" type="{http://hl7.org/fhir}string"/>
             <element name="display" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="status" type="{http://hl7.org/fhir}ConformanceResourceStatus"/>
             <element name="experimental" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
             <element name="publisher" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="contact" type="{http://hl7.org/fhir}StructureDefinition.Contact" maxOccurs="unbounded" minOccurs="0"/>
             <element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
             <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="useContext" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
             <element name="requirements" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="copyright" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="code" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
             <element name="fhirVersion" type="{http://hl7.org/fhir}id" minOccurs="0"/>
             <element name="mapping" type="{http://hl7.org/fhir}StructureDefinition.Mapping" maxOccurs="unbounded" minOccurs="0"/>
             <element name="kind" type="{http://hl7.org/fhir}StructureDefinitionKind"/>
             <element name="abstract" type="{http://hl7.org/fhir}boolean"/>
             <element name="contextType" type="{http://hl7.org/fhir}ExtensionContext" minOccurs="0"/>
             <element name="context" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="baseType" type="{http://hl7.org/fhir}code" minOccurs="0"/>
             <element name="baseDefinition" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
             <element name="derivation" type="{http://hl7.org/fhir}TypeDerivationRule" minOccurs="0"/>
             <element name="snapshot" type="{http://hl7.org/fhir}StructureDefinition.Snapshot" minOccurs="0"/>
             <element name="differential" type="{http://hl7.org/fhir}StructureDefinition.Differential" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>