blob: 7badd913d9a56e6a9778e1f1edbec3ebc414f0a7 [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>Module Definition Value Set</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* The ModuleDefinition resource defines the data requirements for a quality artifact.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.ModuleDefinitionValueSet#getName <em>Name</em>}</li>
* <li>{@link org.hl7.fhir.ModuleDefinitionValueSet#getIdentifier <em>Identifier</em>}</li>
* <li>{@link org.hl7.fhir.ModuleDefinitionValueSet#getVersion <em>Version</em>}</li>
* <li>{@link org.hl7.fhir.ModuleDefinitionValueSet#getCodeSystem <em>Code System</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getModuleDefinitionValueSet()
* @model extendedMetaData="name='ModuleDefinition.ValueSet' kind='elementOnly'"
* @generated
*/
public interface ModuleDefinitionValueSet extends BackboneElement {
/**
* Returns the value of the '<em><b>Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The local name for the value set.
* <!-- end-model-doc -->
* @return the value of the '<em>Name</em>' containment reference.
* @see #setName(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getModuleDefinitionValueSet_Name()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='name' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getName();
/**
* Sets the value of the '{@link org.hl7.fhir.ModuleDefinitionValueSet#getName <em>Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' containment reference.
* @see #getName()
* @generated
*/
void setName(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Identifier</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The value set uri.
* <!-- end-model-doc -->
* @return the value of the '<em>Identifier</em>' containment reference.
* @see #setIdentifier(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getModuleDefinitionValueSet_Identifier()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='identifier' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getIdentifier();
/**
* Sets the value of the '{@link org.hl7.fhir.ModuleDefinitionValueSet#getIdentifier <em>Identifier</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Identifier</em>' containment reference.
* @see #getIdentifier()
* @generated
*/
void setIdentifier(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Version</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The version of the value set, if any.
* <!-- end-model-doc -->
* @return the value of the '<em>Version</em>' containment reference.
* @see #setVersion(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getModuleDefinitionValueSet_Version()
* @model containment="true"
* extendedMetaData="kind='element' name='version' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getVersion();
/**
* Sets the value of the '{@link org.hl7.fhir.ModuleDefinitionValueSet#getVersion <em>Version</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Version</em>' containment reference.
* @see #getVersion()
* @generated
*/
void setVersion(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Code System</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.String}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The code systems in use within the value set. These must refer to previously defined code systems within this knowledge module or a referenced library.
* <!-- end-model-doc -->
* @return the value of the '<em>Code System</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getModuleDefinitionValueSet_CodeSystem()
* @model containment="true"
* extendedMetaData="kind='element' name='codeSystem' namespace='##targetNamespace'"
* @generated
*/
EList<org.hl7.fhir.String> getCodeSystem();
} // ModuleDefinitionValueSet