Package org.hl7.fhir

Class ClaimPayee

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

public class ClaimPayee extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.

Java class for Claim.Payee complex type.

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

 <complexType name="Claim.Payee">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}Coding"/>
         <choice minOccurs="0">
           <element name="partyIdentifier" type="{http://hl7.org/fhir}Identifier"/>
           <element name="partyReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • type

      protected Coding type
    • partyIdentifier

      protected Identifier partyIdentifier
    • partyReference

      protected Reference partyReference
  • Constructor Details

    • ClaimPayee

      public ClaimPayee()
  • Method Details