blob: 37be77ccb14b71803d80dc6adb0b1e19bddf49c0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 David Carlson and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* David Carlson (Clinical Cloud Solutions, LLC) - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.mdht.uml.fhir.core.resource;
import org.eclipse.emf.common.util.EList;
import org.eclipse.mdht.uml.fhir.core.datatype.BackboneElement;
import org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept;
import org.eclipse.mdht.uml.fhir.core.datatype.Period;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Practitioner Practitioner Role</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.PractitionerPractitionerRole#getManagingOrganization <em>Managing Organization</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.PractitionerPractitionerRole#getRole <em>Role</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.PractitionerPractitionerRole#getSpecialties <em>Specialty</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.PractitionerPractitionerRole#getPeriod <em>Period</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.PractitionerPractitionerRole#getLocations <em>Location</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.PractitionerPractitionerRole#getHealthcareServices <em>Healthcare Service</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitionerPractitionerRole()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='Practitioner_PractitionerRole'"
* @generated
*/
public interface PractitionerPractitionerRole extends BackboneElement {
/**
* Returns the value of the '<em><b>Managing Organization</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Managing Organization</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Managing Organization</em>' reference.
* @see #setManagingOrganization(Organization)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitionerPractitionerRole_ManagingOrganization()
* @model
* @generated
*/
Organization getManagingOrganization();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.PractitionerPractitionerRole#getManagingOrganization <em>Managing Organization</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Managing Organization</em>' reference.
* @see #getManagingOrganization()
* @generated
*/
void setManagingOrganization(Organization value);
/**
* Returns the value of the '<em><b>Role</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Role</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Role</em>' reference.
* @see #setRole(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitionerPractitionerRole_Role()
* @model
* @generated
*/
CodeableConcept getRole();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.PractitionerPractitionerRole#getRole <em>Role</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Role</em>' reference.
* @see #getRole()
* @generated
*/
void setRole(CodeableConcept value);
/**
* Returns the value of the '<em><b>Specialty</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Specialty</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Specialty</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitionerPractitionerRole_Specialty()
* @model
* @generated
*/
EList<CodeableConcept> getSpecialties();
/**
* Returns the value of the '<em><b>Period</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Period</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Period</em>' reference.
* @see #setPeriod(Period)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitionerPractitionerRole_Period()
* @model
* @generated
*/
Period getPeriod();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.PractitionerPractitionerRole#getPeriod <em>Period</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Period</em>' reference.
* @see #getPeriod()
* @generated
*/
void setPeriod(Period value);
/**
* Returns the value of the '<em><b>Location</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.Location}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Location</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Location</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitionerPractitionerRole_Location()
* @model
* @generated
*/
EList<Location> getLocations();
/**
* Returns the value of the '<em><b>Healthcare Service</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.HealthcareService}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Healthcare Service</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Healthcare Service</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitionerPractitionerRole_HealthcareService()
* @model
* @generated
*/
EList<HealthcareService> getHealthcareServices();
} // PractitionerPractitionerRole