Package org.hl7.fhir

Class PatientContact

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

public class PatientContact 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.Contact complex type.

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

 <complexType name="Patient.Contact">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="relationship" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{http://hl7.org/fhir}HumanName" minOccurs="0"/>
         <element name="telecom" type="{http://hl7.org/fhir}ContactPoint" maxOccurs="unbounded" minOccurs="0"/>
         <element name="address" type="{http://hl7.org/fhir}Address" minOccurs="0"/>
         <element name="gender" type="{http://hl7.org/fhir}AdministrativeGender" minOccurs="0"/>
         <element name="organization" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>