blob: e0b886fffe471ecac435203e13eab04af7503d7b [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Immunization Performer</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.ImmunizationPerformer#getFunction <em>Function</em>}</li>
* <li>{@link org.hl7.fhir.ImmunizationPerformer#getActor <em>Actor</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getImmunizationPerformer()
* @model extendedMetaData="name='Immunization.Performer' kind='elementOnly'"
* @generated
*/
public interface ImmunizationPerformer extends BackboneElement {
/**
* Returns the value of the '<em><b>Function</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Describes the type of performance (e.g. ordering provider, administering provider, etc.).
* <!-- end-model-doc -->
* @return the value of the '<em>Function</em>' containment reference.
* @see #setFunction(CodeableConcept)
* @see org.hl7.fhir.FhirPackage#getImmunizationPerformer_Function()
* @model containment="true"
* extendedMetaData="kind='element' name='function' namespace='##targetNamespace'"
* @generated
*/
CodeableConcept getFunction();
/**
* Sets the value of the '{@link org.hl7.fhir.ImmunizationPerformer#getFunction <em>Function</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Function</em>' containment reference.
* @see #getFunction()
* @generated
*/
void setFunction(CodeableConcept value);
/**
* Returns the value of the '<em><b>Actor</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The practitioner or organization who performed the action.
* <!-- end-model-doc -->
* @return the value of the '<em>Actor</em>' containment reference.
* @see #setActor(Reference)
* @see org.hl7.fhir.FhirPackage#getImmunizationPerformer_Actor()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='actor' namespace='##targetNamespace'"
* @generated
*/
Reference getActor();
/**
* Sets the value of the '{@link org.hl7.fhir.ImmunizationPerformer#getActor <em>Actor</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Actor</em>' containment reference.
* @see #getActor()
* @generated
*/
void setActor(Reference value);
} // ImmunizationPerformer