Package org.hl7.fhir

Class AllergyIntolerance

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

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

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

 <complexType name="AllergyIntolerance">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="status" type="{http://hl7.org/fhir}AllergyIntoleranceStatus" minOccurs="0"/>
         <element name="type" type="{http://hl7.org/fhir}AllergyIntoleranceType" minOccurs="0"/>
         <element name="category" type="{http://hl7.org/fhir}AllergyIntoleranceCategory" minOccurs="0"/>
         <element name="criticality" type="{http://hl7.org/fhir}AllergyIntoleranceCriticality" minOccurs="0"/>
         <element name="substance" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="patient" type="{http://hl7.org/fhir}Reference"/>
         <element name="recordedDate" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="recorder" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="reporter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="onset" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="lastOccurence" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="note" type="{http://hl7.org/fhir}Annotation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="reaction" type="{http://hl7.org/fhir}AllergyIntolerance.Reaction" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>