Package org.hl7.fhir

Class FamilyMemberHistoryCondition

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.FamilyMemberHistoryCondition
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class FamilyMemberHistoryCondition extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Significant health events and conditions for a person related to the patient relevant in the context of care for the patient.

Java class for FamilyMemberHistory.Condition complex type.

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

 <complexType name="FamilyMemberHistory.Condition">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="code" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="outcome" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="onsetQuantity" type="{http://hl7.org/fhir}Age"/>
           <element name="onsetRange" type="{http://hl7.org/fhir}Range"/>
           <element name="onsetPeriod" type="{http://hl7.org/fhir}Period"/>
           <element name="onsetString" type="{http://hl7.org/fhir}string"/>
         </choice>
         <element name="note" type="{http://hl7.org/fhir}Annotation" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>