Package org.hl7.fhir

Class ClinicalImpression

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

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

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

 <complexType name="ClinicalImpression">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="patient" type="{http://hl7.org/fhir}Reference"/>
         <element name="assessor" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="status" type="{http://hl7.org/fhir}ClinicalImpressionStatus"/>
         <element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="previous" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="problem" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="triggerCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
           <element name="triggerReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="investigations" type="{http://hl7.org/fhir}ClinicalImpression.Investigations" maxOccurs="unbounded" minOccurs="0"/>
         <element name="protocol" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
         <element name="summary" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="finding" type="{http://hl7.org/fhir}ClinicalImpression.Finding" maxOccurs="unbounded" minOccurs="0"/>
         <element name="resolved" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ruledOut" type="{http://hl7.org/fhir}ClinicalImpression.RuledOut" maxOccurs="unbounded" minOccurs="0"/>
         <element name="prognosis" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="plan" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="action" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>