blob: 9c2a4eb03e996e5172b867264a9682e00e9d5a1f [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>Healthcare Service Service Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* The details of a healthcare service available at a location.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.HealthcareServiceServiceType#getType <em>Type</em>}</li>
* <li>{@link org.hl7.fhir.HealthcareServiceServiceType#getSpecialty <em>Specialty</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getHealthcareServiceServiceType()
* @model extendedMetaData="name='HealthcareService.ServiceType' kind='elementOnly'"
* @generated
*/
public interface HealthcareServiceServiceType extends BackboneElement {
/**
* Returns the value of the '<em><b>Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The specific type of service being delivered or performed.
* <!-- end-model-doc -->
* @return the value of the '<em>Type</em>' containment reference.
* @see #setType(CodeableConcept)
* @see org.hl7.fhir.FhirPackage#getHealthcareServiceServiceType_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.HealthcareServiceServiceType#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>Specialty</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.CodeableConcept}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Collection of specialties handled by the service site. This is more of a medical term.
* <!-- end-model-doc -->
* @return the value of the '<em>Specialty</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getHealthcareServiceServiceType_Specialty()
* @model containment="true"
* extendedMetaData="kind='element' name='specialty' namespace='##targetNamespace'"
* @generated
*/
EList<CodeableConcept> getSpecialty();
} // HealthcareServiceServiceType