Package org.hl7.fhir

Class GroupMember

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

public class GroupMember extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.

Java class for Group.Member complex type.

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

 <complexType name="Group.Member">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="entity" type="{http://hl7.org/fhir}Reference"/>
         <element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
         <element name="inactive" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>