Package org.hl7.fhir

Class OrganizationContact

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

public class OrganizationContact extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, etc.

Java class for Organization.Contact complex type.

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

 <complexType name="Organization.Contact">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="purpose" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="name" type="{http://hl7.org/fhir}HumanName" minOccurs="0"/>
         <element name="telecom" type="{http://hl7.org/fhir}ContactPoint" maxOccurs="unbounded" minOccurs="0"/>
         <element name="address" type="{http://hl7.org/fhir}Address" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>