Package org.hl7.fhir

Class CareTeamParticipant

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

    public class CareTeamParticipant
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.

    Java class for CareTeam.Participant complex type.

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

     <complexType name="CareTeam.Participant">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="role" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="member" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>