Package org.hl7.fhir

Class PatientCommunication

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

    public class PatientCommunication
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    Demographics and other administrative information about an individual or animal receiving care or other health-related services.

    Java class for Patient.Communication complex type.

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

     <complexType name="Patient.Communication">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="language" type="{http://hl7.org/fhir}CodeableConcept"/>
             <element name="preferred" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PatientCommunication

        public PatientCommunication()