Package org.hl7.fhir

Class PatientLink

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

public class PatientLink extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Demographics and other administrative information about an individual or animal receiving care or other health-related services.

Java class for Patient.Link complex type.

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

 <complexType name="Patient.Link">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="other" type="{http://hl7.org/fhir}Reference"/>
         <element name="type" type="{http://hl7.org/fhir}LinkType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>