Package org.hl7.fhir

Class GoalOutcome

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

public class GoalOutcome extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.

Java class for Goal.Outcome complex type.

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

 <complexType name="Goal.Outcome">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <choice minOccurs="0">
           <element name="resultCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
           <element name="resultReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>