Package org.hl7.fhir

Class ExplanationOfBenefitRelated

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

    public class ExplanationOfBenefitRelated
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.

    Java class for ExplanationOfBenefit.Related complex type.

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

     <complexType name="ExplanationOfBenefit.Related">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <choice minOccurs="0">
               <element name="claimIdentifier" type="{http://hl7.org/fhir}Identifier"/>
               <element name="claimReference" type="{http://hl7.org/fhir}Reference"/>
             </choice>
             <element name="relationship" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
             <element name="reference" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • claimIdentifier

        protected Identifier claimIdentifier
      • claimReference

        protected Reference claimReference
      • relationship

        protected Coding relationship
    • Constructor Detail

      • ExplanationOfBenefitRelated

        public ExplanationOfBenefitRelated()