blob: 7a69c4a5cbe42c40c839ca9bdef57b0932093c32 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Explanation Of Benefit Add Item</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* 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.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.ExplanationOfBenefitAddItem#getSequenceLinkId <em>Sequence Link Id</em>}</li>
* <li>{@link org.hl7.fhir.ExplanationOfBenefitAddItem#getService <em>Service</em>}</li>
* <li>{@link org.hl7.fhir.ExplanationOfBenefitAddItem#getFee <em>Fee</em>}</li>
* <li>{@link org.hl7.fhir.ExplanationOfBenefitAddItem#getNoteNumberLinkId <em>Note Number Link Id</em>}</li>
* <li>{@link org.hl7.fhir.ExplanationOfBenefitAddItem#getAdjudication <em>Adjudication</em>}</li>
* <li>{@link org.hl7.fhir.ExplanationOfBenefitAddItem#getDetail <em>Detail</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getExplanationOfBenefitAddItem()
* @model extendedMetaData="name='ExplanationOfBenefit.AddItem' kind='elementOnly'"
* @generated
*/
public interface ExplanationOfBenefitAddItem extends BackboneElement {
/**
* Returns the value of the '<em><b>Sequence Link Id</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.PositiveInt}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* List of input service items which this service line is intended to replace.
* <!-- end-model-doc -->
* @return the value of the '<em>Sequence Link Id</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getExplanationOfBenefitAddItem_SequenceLinkId()
* @model containment="true"
* extendedMetaData="kind='element' name='sequenceLinkId' namespace='##targetNamespace'"
* @generated
*/
EList<PositiveInt> getSequenceLinkId();
/**
* Returns the value of the '<em><b>Service</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A code to indicate the Professional Service or Product supplied.
* <!-- end-model-doc -->
* @return the value of the '<em>Service</em>' containment reference.
* @see #setService(Coding)
* @see org.hl7.fhir.FhirPackage#getExplanationOfBenefitAddItem_Service()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='service' namespace='##targetNamespace'"
* @generated
*/
Coding getService();
/**
* Sets the value of the '{@link org.hl7.fhir.ExplanationOfBenefitAddItem#getService <em>Service</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Service</em>' containment reference.
* @see #getService()
* @generated
*/
void setService(Coding value);
/**
* Returns the value of the '<em><b>Fee</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The fee charged for the professional service or product..
* <!-- end-model-doc -->
* @return the value of the '<em>Fee</em>' containment reference.
* @see #setFee(Money)
* @see org.hl7.fhir.FhirPackage#getExplanationOfBenefitAddItem_Fee()
* @model containment="true"
* extendedMetaData="kind='element' name='fee' namespace='##targetNamespace'"
* @generated
*/
Money getFee();
/**
* Sets the value of the '{@link org.hl7.fhir.ExplanationOfBenefitAddItem#getFee <em>Fee</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Fee</em>' containment reference.
* @see #getFee()
* @generated
*/
void setFee(Money value);
/**
* Returns the value of the '<em><b>Note Number Link Id</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.PositiveInt}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A list of note references to the notes provided below.
* <!-- end-model-doc -->
* @return the value of the '<em>Note Number Link Id</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getExplanationOfBenefitAddItem_NoteNumberLinkId()
* @model containment="true"
* extendedMetaData="kind='element' name='noteNumberLinkId' namespace='##targetNamespace'"
* @generated
*/
EList<PositiveInt> getNoteNumberLinkId();
/**
* Returns the value of the '<em><b>Adjudication</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.ExplanationOfBenefitAdjudication3}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The adjudications results.
* <!-- end-model-doc -->
* @return the value of the '<em>Adjudication</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getExplanationOfBenefitAddItem_Adjudication()
* @model containment="true"
* extendedMetaData="kind='element' name='adjudication' namespace='##targetNamespace'"
* @generated
*/
EList<ExplanationOfBenefitAdjudication3> getAdjudication();
/**
* Returns the value of the '<em><b>Detail</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.ExplanationOfBenefitDetail1}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The second tier service adjudications for payor added services.
* <!-- end-model-doc -->
* @return the value of the '<em>Detail</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getExplanationOfBenefitAddItem_Detail()
* @model containment="true"
* extendedMetaData="kind='element' name='detail' namespace='##targetNamespace'"
* @generated
*/
EList<ExplanationOfBenefitDetail1> getDetail();
} // ExplanationOfBenefitAddItem