Package org.hl7.fhir

Class ContractValuedItem

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

public class ContractValuedItem extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A formal agreement between parties regarding the conduct of business, exchange of information or other matters.

Java class for Contract.ValuedItem complex type.

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

 <complexType name="Contract.ValuedItem">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <choice minOccurs="0">
           <element name="entityCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
           <element name="entityReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
         <element name="effectiveTime" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="quantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
         <element name="unitPrice" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
         <element name="factor" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
         <element name="points" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
         <element name="net" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ContractValuedItem

      public ContractValuedItem()
  • Method Details