Package org.hl7.fhir

Class PractitionerRoleAvailableTime

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.PractitionerRoleAvailableTime
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class PractitionerRoleAvailableTime extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.

Java class for PractitionerRole.AvailableTime complex type.

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

 <complexType name="PractitionerRole.AvailableTime">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="daysOfWeek" type="{http://hl7.org/fhir}code" maxOccurs="unbounded" minOccurs="0"/>
         <element name="allDay" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="availableStartTime" type="{http://hl7.org/fhir}time" minOccurs="0"/>
         <element name="availableEndTime" type="{http://hl7.org/fhir}time" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • daysOfWeek

      protected List<Code> daysOfWeek
    • allDay

      protected Boolean allDay
    • availableStartTime

      protected Time availableStartTime
    • availableEndTime

      protected Time availableEndTime
  • Constructor Details

    • PractitionerRoleAvailableTime

      public PractitionerRoleAvailableTime()
  • Method Details