blob: 524c68e071ff4e4d496bb18a541424f724700a8c [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Explanation Of Benefit Diagnosis</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.ExplanationOfBenefitDiagnosis#getSequence <em>Sequence</em>}</li>
* <li>{@link org.hl7.fhir.ExplanationOfBenefitDiagnosis#getDiagnosis <em>Diagnosis</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getExplanationOfBenefitDiagnosis()
* @model extendedMetaData="name='ExplanationOfBenefit.Diagnosis' kind='elementOnly'"
* @generated
*/
public interface ExplanationOfBenefitDiagnosis extends BackboneElement {
/**
* Returns the value of the '<em><b>Sequence</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Sequence of diagnosis which serves to order and provide a link.
* <!-- end-model-doc -->
* @return the value of the '<em>Sequence</em>' containment reference.
* @see #setSequence(PositiveInt)
* @see org.hl7.fhir.FhirPackage#getExplanationOfBenefitDiagnosis_Sequence()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='sequence' namespace='##targetNamespace'"
* @generated
*/
PositiveInt getSequence();
/**
* Sets the value of the '{@link org.hl7.fhir.ExplanationOfBenefitDiagnosis#getSequence <em>Sequence</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Sequence</em>' containment reference.
* @see #getSequence()
* @generated
*/
void setSequence(PositiveInt value);
/**
* Returns the value of the '<em><b>Diagnosis</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The diagnosis.
* <!-- end-model-doc -->
* @return the value of the '<em>Diagnosis</em>' containment reference.
* @see #setDiagnosis(Coding)
* @see org.hl7.fhir.FhirPackage#getExplanationOfBenefitDiagnosis_Diagnosis()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='diagnosis' namespace='##targetNamespace'"
* @generated
*/
Coding getDiagnosis();
/**
* Sets the value of the '{@link org.hl7.fhir.ExplanationOfBenefitDiagnosis#getDiagnosis <em>Diagnosis</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Diagnosis</em>' containment reference.
* @see #getDiagnosis()
* @generated
*/
void setDiagnosis(Coding value);
} // ExplanationOfBenefitDiagnosis