Package org.hl7.fhir

Class ClaimProsthesis

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

public class ClaimProsthesis 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.Prosthesis complex type.

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

 <complexType name="Claim.Prosthesis">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="initial" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="priorDate" type="{http://hl7.org/fhir}date" minOccurs="0"/>
         <element name="priorMaterial" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • initial

      protected Boolean initial
    • priorDate

      protected Date priorDate
    • priorMaterial

      protected Coding priorMaterial
  • Constructor Details

    • ClaimProsthesis

      public ClaimProsthesis()
  • Method Details