Package org.hl7.fhir

Class HealthcareServiceNotAvailable

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

    public class HealthcareServiceNotAvailable
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The details of a healthcare service available at a location.

    Java class for HealthcareService.NotAvailable complex type.

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

     <complexType name="HealthcareService.NotAvailable">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="description" type="{http://hl7.org/fhir}string"/>
             <element name="during" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • description

        protected String description
      • during

        protected Period during
    • Constructor Detail

      • HealthcareServiceNotAvailable

        public HealthcareServiceNotAvailable()