Package org.hl7.fhir

Class PractitionerQualification

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

public class PractitionerQualification extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A person who is directly or indirectly involved in the provisioning of healthcare.

Java class for Practitioner.Qualification complex type.

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

 <complexType name="Practitioner.Qualification">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="code" type="{http://hl7.org/fhir}CodeableConcept"/>
         <element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
         <element name="issuer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>