Package org.hl7.fhir

Class RelatedPerson

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

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

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

 <complexType name="RelatedPerson">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="patient" type="{http://hl7.org/fhir}Reference"/>
         <element name="relationship" type="{http://hl7.org/fhir}CodeableConcept" 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="gender" type="{http://hl7.org/fhir}AdministrativeGender" minOccurs="0"/>
         <element name="birthDate" type="{http://hl7.org/fhir}date" minOccurs="0"/>
         <element name="address" type="{http://hl7.org/fhir}Address" maxOccurs="unbounded" minOccurs="0"/>
         <element name="photo" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>