blob: c73d41b9014dcf94a982a734055cf3427f2f70b9 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Eligibility Response Error</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* This resource provides eligibility and plan details from the processing of an Eligibility resource.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.EligibilityResponseError#getCode <em>Code</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getEligibilityResponseError()
* @model extendedMetaData="name='EligibilityResponse.Error' kind='elementOnly'"
* @generated
*/
public interface EligibilityResponseError extends BackboneElement {
/**
* Returns the value of the '<em><b>Code</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* An error code,from a specified code system, which details why the eligibility check could not be performed.
* <!-- end-model-doc -->
* @return the value of the '<em>Code</em>' containment reference.
* @see #setCode(Coding)
* @see org.hl7.fhir.FhirPackage#getEligibilityResponseError_Code()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='code' namespace='##targetNamespace'"
* @generated
*/
Coding getCode();
/**
* Sets the value of the '{@link org.hl7.fhir.EligibilityResponseError#getCode <em>Code</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Code</em>' containment reference.
* @see #getCode()
* @generated
*/
void setCode(Coding value);
} // EligibilityResponseError