blob: c3b4b8431bbdabadf792599f204c06114346db7c [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>Decision Support Rule Action</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* This resource defines a decision support rule of the form [on Event] if Condition then Action.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getActionIdentifier <em>Action Identifier</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getNumber <em>Number</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getSupportingEvidence <em>Supporting Evidence</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getDocumentation <em>Documentation</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getParticipantType <em>Participant Type</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getTitle <em>Title</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getDescription <em>Description</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getTextEquivalent <em>Text Equivalent</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getConcept <em>Concept</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getType <em>Type</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getResource <em>Resource</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getCustomization <em>Customization</em>}</li>
* <li>{@link org.hl7.fhir.DecisionSupportRuleAction#getActions <em>Actions</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction()
* @model extendedMetaData="name='DecisionSupportRule.Action' kind='elementOnly'"
* @generated
*/
public interface DecisionSupportRuleAction extends BackboneElement {
/**
* Returns the value of the '<em><b>Action Identifier</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A unique identifier for the action.
* <!-- end-model-doc -->
* @return the value of the '<em>Action Identifier</em>' containment reference.
* @see #setActionIdentifier(Identifier)
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_ActionIdentifier()
* @model containment="true"
* extendedMetaData="kind='element' name='actionIdentifier' namespace='##targetNamespace'"
* @generated
*/
Identifier getActionIdentifier();
/**
* Sets the value of the '{@link org.hl7.fhir.DecisionSupportRuleAction#getActionIdentifier <em>Action Identifier</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Action Identifier</em>' containment reference.
* @see #getActionIdentifier()
* @generated
*/
void setActionIdentifier(Identifier value);
/**
* Returns the value of the '<em><b>Number</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A user-visible number for the action.
* <!-- end-model-doc -->
* @return the value of the '<em>Number</em>' containment reference.
* @see #setNumber(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_Number()
* @model containment="true"
* extendedMetaData="kind='element' name='number' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getNumber();
/**
* Sets the value of the '{@link org.hl7.fhir.DecisionSupportRuleAction#getNumber <em>Number</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Number</em>' containment reference.
* @see #getNumber()
* @generated
*/
void setNumber(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Supporting Evidence</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.Attachment}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Supporting evidence for the action.
* <!-- end-model-doc -->
* @return the value of the '<em>Supporting Evidence</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_SupportingEvidence()
* @model containment="true"
* extendedMetaData="kind='element' name='supportingEvidence' namespace='##targetNamespace'"
* @generated
*/
EList<Attachment> getSupportingEvidence();
/**
* Returns the value of the '<em><b>Documentation</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.Attachment}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Supporting documentation for the action.
* <!-- end-model-doc -->
* @return the value of the '<em>Documentation</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_Documentation()
* @model containment="true"
* extendedMetaData="kind='element' name='documentation' namespace='##targetNamespace'"
* @generated
*/
EList<Attachment> getDocumentation();
/**
* Returns the value of the '<em><b>Participant Type</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.DecisionSupportRuleParticipantType}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The type of participant in the action.
* <!-- end-model-doc -->
* @return the value of the '<em>Participant Type</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_ParticipantType()
* @model containment="true"
* extendedMetaData="kind='element' name='participantType' namespace='##targetNamespace'"
* @generated
*/
EList<DecisionSupportRuleParticipantType> getParticipantType();
/**
* Returns the value of the '<em><b>Title</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The title of the action.
* <!-- end-model-doc -->
* @return the value of the '<em>Title</em>' containment reference.
* @see #setTitle(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_Title()
* @model containment="true"
* extendedMetaData="kind='element' name='title' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getTitle();
/**
* Sets the value of the '{@link org.hl7.fhir.DecisionSupportRuleAction#getTitle <em>Title</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Title</em>' containment reference.
* @see #getTitle()
* @generated
*/
void setTitle(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Description</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A short description of the action.
* <!-- end-model-doc -->
* @return the value of the '<em>Description</em>' containment reference.
* @see #setDescription(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_Description()
* @model containment="true"
* extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getDescription();
/**
* Sets the value of the '{@link org.hl7.fhir.DecisionSupportRuleAction#getDescription <em>Description</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' containment reference.
* @see #getDescription()
* @generated
*/
void setDescription(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Text Equivalent</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A text equivalent of the action to be performed.
* <!-- end-model-doc -->
* @return the value of the '<em>Text Equivalent</em>' containment reference.
* @see #setTextEquivalent(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_TextEquivalent()
* @model containment="true"
* extendedMetaData="kind='element' name='textEquivalent' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getTextEquivalent();
/**
* Sets the value of the '{@link org.hl7.fhir.DecisionSupportRuleAction#getTextEquivalent <em>Text Equivalent</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Text Equivalent</em>' containment reference.
* @see #getTextEquivalent()
* @generated
*/
void setTextEquivalent(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Concept</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 -->
* Concepts associated with the action.
* <!-- end-model-doc -->
* @return the value of the '<em>Concept</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_Concept()
* @model containment="true"
* extendedMetaData="kind='element' name='concept' namespace='##targetNamespace'"
* @generated
*/
EList<CodeableConcept> getConcept();
/**
* Returns the value of the '<em><b>Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The type of action to perform (create, update, remove).
* <!-- end-model-doc -->
* @return the value of the '<em>Type</em>' containment reference.
* @see #setType(DecisionSupportRuleActionType)
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_Type()
* @model containment="true"
* extendedMetaData="kind='element' name='type' namespace='##targetNamespace'"
* @generated
*/
DecisionSupportRuleActionType getType();
/**
* Sets the value of the '{@link org.hl7.fhir.DecisionSupportRuleAction#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(DecisionSupportRuleActionType value);
/**
* Returns the value of the '<em><b>Resource</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The resource that is the target of the action (e.g. CommunicationRequest).
* <!-- end-model-doc -->
* @return the value of the '<em>Resource</em>' containment reference.
* @see #setResource(Reference)
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_Resource()
* @model containment="true"
* extendedMetaData="kind='element' name='resource' namespace='##targetNamespace'"
* @generated
*/
Reference getResource();
/**
* Sets the value of the '{@link org.hl7.fhir.DecisionSupportRuleAction#getResource <em>Resource</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Resource</em>' containment reference.
* @see #getResource()
* @generated
*/
void setResource(Reference value);
/**
* Returns the value of the '<em><b>Customization</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.DecisionSupportRuleCustomization}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Customizations that should be applied to the statically defined resource.
* <!-- end-model-doc -->
* @return the value of the '<em>Customization</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_Customization()
* @model containment="true"
* extendedMetaData="kind='element' name='customization' namespace='##targetNamespace'"
* @generated
*/
EList<DecisionSupportRuleCustomization> getCustomization();
/**
* Returns the value of the '<em><b>Actions</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.DecisionSupportRuleAction}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Sub actions.
* <!-- end-model-doc -->
* @return the value of the '<em>Actions</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getDecisionSupportRuleAction_Actions()
* @model containment="true"
* extendedMetaData="kind='element' name='actions' namespace='##targetNamespace'"
* @generated
*/
EList<DecisionSupportRuleAction> getActions();
} // DecisionSupportRuleAction