Package org.hl7.fhir

Class ModuleMetadataRelatedResource

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.ModuleMetadataRelatedResource
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class ModuleMetadataRelatedResource extends Element 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 a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Java class for ModuleMetadata.RelatedResource complex type.

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

 <complexType name="ModuleMetadata.RelatedResource">
   <complexContent>
     <extension base="{http://hl7.org/fhir}Element">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}ModuleMetadataResourceType"/>
         <element name="document" type="{http://hl7.org/fhir}Attachment" minOccurs="0"/>
         <element name="resource" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>