Package org.hl7.fhir

Class DocumentReferenceContent

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

public class DocumentReferenceContent extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A reference to a document .

Java class for DocumentReference.Content complex type.

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

 <complexType name="DocumentReference.Content">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="attachment" type="{http://hl7.org/fhir}Attachment"/>
         <element name="format" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>