blob: f25a3b7b909e01674721badaff065f9a37ba1a81 [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.Address;
import org.eclipse.mdht.uml.fhir.core.datatype.Attachment;
import org.eclipse.mdht.uml.fhir.core.datatype.Code;
import org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept;
import org.eclipse.mdht.uml.fhir.core.datatype.ContactPoint;
import org.eclipse.mdht.uml.fhir.core.datatype.Date;
import org.eclipse.mdht.uml.fhir.core.datatype.HumanName;
import org.eclipse.mdht.uml.fhir.core.datatype.Identifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Practitioner</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getIdentifiers <em>Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getActive <em>Active</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getTelecoms <em>Telecom</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getAddresses <em>Address</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getGender <em>Gender</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getBirthDate <em>Birth Date</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getPhotos <em>Photo</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getPractitionerRoles <em>Practitioner Role</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getQualifications <em>Qualification</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getCommunications <em>Communication</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitioner()
* @model
* @generated
*/
public interface Practitioner extends DomainResource {
/**
* Returns the value of the '<em><b>Identifier</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Identifier}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Identifier</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>Identifier</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitioner_Identifier()
* @model
* @generated
*/
EList<Identifier> getIdentifiers();
/**
* Returns the value of the '<em><b>Active</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Active</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Active</em>' reference.
* @see #setActive(org.eclipse.mdht.uml.fhir.core.datatype.Boolean)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitioner_Active()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.Boolean getActive();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getActive <em>Active</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Active</em>' reference.
* @see #getActive()
* @generated
*/
void setActive(org.eclipse.mdht.uml.fhir.core.datatype.Boolean value);
/**
* Returns the value of the '<em><b>Name</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Name</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Name</em>' reference.
* @see #setName(HumanName)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitioner_Name()
* @model
* @generated
*/
HumanName getName();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getName <em>Name</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' reference.
* @see #getName()
* @generated
*/
void setName(HumanName value);
/**
* Returns the value of the '<em><b>Telecom</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.ContactPoint}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Telecom</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>Telecom</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitioner_Telecom()
* @model
* @generated
*/
EList<ContactPoint> getTelecoms();
/**
* Returns the value of the '<em><b>Address</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Address}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Address</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>Address</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitioner_Address()
* @model
* @generated
*/
EList<Address> getAddresses();
/**
* Returns the value of the '<em><b>Gender</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Gender</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Gender</em>' reference.
* @see #setGender(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitioner_Gender()
* @model
* @generated
*/
Code getGender();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getGender <em>Gender</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Gender</em>' reference.
* @see #getGender()
* @generated
*/
void setGender(Code value);
/**
* Returns the value of the '<em><b>Birth Date</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Birth Date</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Birth Date</em>' reference.
* @see #setBirthDate(Date)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitioner_BirthDate()
* @model
* @generated
*/
Date getBirthDate();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Practitioner#getBirthDate <em>Birth Date</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Birth Date</em>' reference.
* @see #getBirthDate()
* @generated
*/
void setBirthDate(Date value);
/**
* Returns the value of the '<em><b>Photo</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Attachment}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Photo</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>Photo</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitioner_Photo()
* @model
* @generated
*/
EList<Attachment> getPhotos();
/**
* Returns the value of the '<em><b>Practitioner Role</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.PractitionerPractitionerRole}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Practitioner Role</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Practitioner Role</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitioner_PractitionerRole()
* @model containment="true"
* @generated
*/
EList<PractitionerPractitionerRole> getPractitionerRoles();
/**
* Returns the value of the '<em><b>Qualification</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.PractitionerQualification}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Qualification</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Qualification</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitioner_Qualification()
* @model containment="true"
* @generated
*/
EList<PractitionerQualification> getQualifications();
/**
* Returns the value of the '<em><b>Communication</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>Communication</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>Communication</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getPractitioner_Communication()
* @model
* @generated
*/
EList<CodeableConcept> getCommunications();
} // Practitioner