blob: 637b3111a6d895243a8a6ca1406ec0d18bcf9e5e [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>Enrollment Response</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource.
* If the element is present, it must have either a @value, an @id, or extensions
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.EnrollmentResponse#getIdentifier <em>Identifier</em>}</li>
* <li>{@link org.hl7.fhir.EnrollmentResponse#getStatus <em>Status</em>}</li>
* <li>{@link org.hl7.fhir.EnrollmentResponse#getRequest <em>Request</em>}</li>
* <li>{@link org.hl7.fhir.EnrollmentResponse#getOutcome <em>Outcome</em>}</li>
* <li>{@link org.hl7.fhir.EnrollmentResponse#getDisposition <em>Disposition</em>}</li>
* <li>{@link org.hl7.fhir.EnrollmentResponse#getCreated <em>Created</em>}</li>
* <li>{@link org.hl7.fhir.EnrollmentResponse#getOrganization <em>Organization</em>}</li>
* <li>{@link org.hl7.fhir.EnrollmentResponse#getRequestProvider <em>Request Provider</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getEnrollmentResponse()
* @model extendedMetaData="name='EnrollmentResponse' kind='elementOnly'"
* @generated
*/
public interface EnrollmentResponse extends DomainResource {
/**
* Returns the value of the '<em><b>Identifier</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.Identifier}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The Response business identifier.
* <!-- end-model-doc -->
* @return the value of the '<em>Identifier</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getEnrollmentResponse_Identifier()
* @model containment="true"
* extendedMetaData="kind='element' name='identifier' namespace='##targetNamespace'"
* @generated
*/
EList<Identifier> getIdentifier();
/**
* Returns the value of the '<em><b>Status</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The status of the resource instance.
* <!-- end-model-doc -->
* @return the value of the '<em>Status</em>' containment reference.
* @see #setStatus(FinancialResourceStatusCodes)
* @see org.hl7.fhir.FhirPackage#getEnrollmentResponse_Status()
* @model containment="true"
* extendedMetaData="kind='element' name='status' namespace='##targetNamespace'"
* @generated
*/
FinancialResourceStatusCodes getStatus();
/**
* Sets the value of the '{@link org.hl7.fhir.EnrollmentResponse#getStatus <em>Status</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Status</em>' containment reference.
* @see #getStatus()
* @generated
*/
void setStatus(FinancialResourceStatusCodes value);
/**
* Returns the value of the '<em><b>Request</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Original request resource reference.
* <!-- end-model-doc -->
* @return the value of the '<em>Request</em>' containment reference.
* @see #setRequest(Reference)
* @see org.hl7.fhir.FhirPackage#getEnrollmentResponse_Request()
* @model containment="true"
* extendedMetaData="kind='element' name='request' namespace='##targetNamespace'"
* @generated
*/
Reference getRequest();
/**
* Sets the value of the '{@link org.hl7.fhir.EnrollmentResponse#getRequest <em>Request</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Request</em>' containment reference.
* @see #getRequest()
* @generated
*/
void setRequest(Reference value);
/**
* Returns the value of the '<em><b>Outcome</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Processing status: error, complete.
* <!-- end-model-doc -->
* @return the value of the '<em>Outcome</em>' containment reference.
* @see #setOutcome(RemittanceOutcome)
* @see org.hl7.fhir.FhirPackage#getEnrollmentResponse_Outcome()
* @model containment="true"
* extendedMetaData="kind='element' name='outcome' namespace='##targetNamespace'"
* @generated
*/
RemittanceOutcome getOutcome();
/**
* Sets the value of the '{@link org.hl7.fhir.EnrollmentResponse#getOutcome <em>Outcome</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Outcome</em>' containment reference.
* @see #getOutcome()
* @generated
*/
void setOutcome(RemittanceOutcome value);
/**
* Returns the value of the '<em><b>Disposition</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A description of the status of the adjudication.
* <!-- end-model-doc -->
* @return the value of the '<em>Disposition</em>' containment reference.
* @see #setDisposition(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getEnrollmentResponse_Disposition()
* @model containment="true"
* extendedMetaData="kind='element' name='disposition' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getDisposition();
/**
* Sets the value of the '{@link org.hl7.fhir.EnrollmentResponse#getDisposition <em>Disposition</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Disposition</em>' containment reference.
* @see #getDisposition()
* @generated
*/
void setDisposition(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Created</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The date when the enclosed suite of services were performed or completed.
* <!-- end-model-doc -->
* @return the value of the '<em>Created</em>' containment reference.
* @see #setCreated(DateTime)
* @see org.hl7.fhir.FhirPackage#getEnrollmentResponse_Created()
* @model containment="true"
* extendedMetaData="kind='element' name='created' namespace='##targetNamespace'"
* @generated
*/
DateTime getCreated();
/**
* Sets the value of the '{@link org.hl7.fhir.EnrollmentResponse#getCreated <em>Created</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Created</em>' containment reference.
* @see #getCreated()
* @generated
*/
void setCreated(DateTime value);
/**
* Returns the value of the '<em><b>Organization</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The Insurer who produced this adjudicated response.
* <!-- end-model-doc -->
* @return the value of the '<em>Organization</em>' containment reference.
* @see #setOrganization(Reference)
* @see org.hl7.fhir.FhirPackage#getEnrollmentResponse_Organization()
* @model containment="true"
* extendedMetaData="kind='element' name='organization' namespace='##targetNamespace'"
* @generated
*/
Reference getOrganization();
/**
* Sets the value of the '{@link org.hl7.fhir.EnrollmentResponse#getOrganization <em>Organization</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Organization</em>' containment reference.
* @see #getOrganization()
* @generated
*/
void setOrganization(Reference value);
/**
* Returns the value of the '<em><b>Request Provider</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The practitioner who is responsible for the services rendered to the patient.
* <!-- end-model-doc -->
* @return the value of the '<em>Request Provider</em>' containment reference.
* @see #setRequestProvider(Reference)
* @see org.hl7.fhir.FhirPackage#getEnrollmentResponse_RequestProvider()
* @model containment="true"
* extendedMetaData="kind='element' name='requestProvider' namespace='##targetNamespace'"
* @generated
*/
Reference getRequestProvider();
/**
* Sets the value of the '{@link org.hl7.fhir.EnrollmentResponse#getRequestProvider <em>Request Provider</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Request Provider</em>' containment reference.
* @see #getRequestProvider()
* @generated
*/
void setRequestProvider(Reference value);
} // EnrollmentResponse