Package org.hl7.fhir

Class FamilyMemberHistory

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

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

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

 <complexType name="FamilyMemberHistory">
   <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="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="status" type="{http://hl7.org/fhir}FamilyHistoryStatus"/>
         <element name="name" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="relationship" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="gender" type="{http://hl7.org/fhir}AdministrativeGender" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="bornPeriod" type="{http://hl7.org/fhir}Period"/>
           <element name="bornDate" type="{http://hl7.org/fhir}date"/>
           <element name="bornString" type="{http://hl7.org/fhir}string"/>
         </choice>
         <choice minOccurs="0">
           <element name="ageQuantity" type="{http://hl7.org/fhir}Age"/>
           <element name="ageRange" type="{http://hl7.org/fhir}Range"/>
           <element name="ageString" type="{http://hl7.org/fhir}string"/>
         </choice>
         <choice minOccurs="0">
           <element name="deceasedBoolean" type="{http://hl7.org/fhir}boolean"/>
           <element name="deceasedQuantity" type="{http://hl7.org/fhir}Age"/>
           <element name="deceasedRange" type="{http://hl7.org/fhir}Range"/>
           <element name="deceasedDate" type="{http://hl7.org/fhir}date"/>
           <element name="deceasedString" type="{http://hl7.org/fhir}string"/>
         </choice>
         <element name="note" type="{http://hl7.org/fhir}Annotation" minOccurs="0"/>
         <element name="condition" type="{http://hl7.org/fhir}FamilyMemberHistory.Condition" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>