Package org.hl7.fhir

Class CommunicationRequestPayload

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

public class CommunicationRequestPayload extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition.

Java class for CommunicationRequest.Payload complex type.

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

 <complexType name="CommunicationRequest.Payload">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <choice>
           <element name="contentString" type="{http://hl7.org/fhir}string"/>
           <element name="contentAttachment" type="{http://hl7.org/fhir}Attachment"/>
           <element name="contentReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>