blob: 9f85929a4af4ecb62b0f57aa426d3ad7735f3975 [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>Insurance Plan Benefit1</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Details of a Health Insurance product/plan provided by an organization.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.InsurancePlanBenefit1#getType <em>Type</em>}</li>
* <li>{@link org.hl7.fhir.InsurancePlanBenefit1#getCost <em>Cost</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getInsurancePlanBenefit1()
* @model extendedMetaData="name='InsurancePlan.Benefit1' kind='elementOnly'"
* @generated
*/
public interface InsurancePlanBenefit1 extends BackboneElement {
/**
* Returns the value of the '<em><b>Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Type of specific benefit (preventative; primary care office visit; speciality office visit; hospitalization; emergency room; urgent care).
* <!-- end-model-doc -->
* @return the value of the '<em>Type</em>' containment reference.
* @see #setType(CodeableConcept)
* @see org.hl7.fhir.FhirPackage#getInsurancePlanBenefit1_Type()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='type' namespace='##targetNamespace'"
* @generated
*/
CodeableConcept getType();
/**
* Sets the value of the '{@link org.hl7.fhir.InsurancePlanBenefit1#getType <em>Type</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type</em>' containment reference.
* @see #getType()
* @generated
*/
void setType(CodeableConcept value);
/**
* Returns the value of the '<em><b>Cost</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.InsurancePlanCost}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* List of the costs associated with a specific benefit.
* <!-- end-model-doc -->
* @return the value of the '<em>Cost</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getInsurancePlanBenefit1_Cost()
* @model containment="true"
* extendedMetaData="kind='element' name='cost' namespace='##targetNamespace'"
* @generated
*/
EList<InsurancePlanCost> getCost();
} // InsurancePlanBenefit1