blob: 387fb64fd5335c718f2b4752b44da2ed7fc466b2 [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>Measure</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* The Measure resource provides the definition of a quality measure.
* If the element is present, it must have either a @value, an @id, or extensions
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.Measure#getIdentifier <em>Identifier</em>}</li>
* <li>{@link org.hl7.fhir.Measure#getVersion <em>Version</em>}</li>
* <li>{@link org.hl7.fhir.Measure#getModuleMetadata <em>Module Metadata</em>}</li>
* <li>{@link org.hl7.fhir.Measure#getLibrary <em>Library</em>}</li>
* <li>{@link org.hl7.fhir.Measure#getPopulation <em>Population</em>}</li>
* <li>{@link org.hl7.fhir.Measure#getStratifier <em>Stratifier</em>}</li>
* <li>{@link org.hl7.fhir.Measure#getSupplementalData <em>Supplemental Data</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getMeasure()
* @model extendedMetaData="name='Measure' kind='elementOnly'"
* @generated
*/
public interface Measure extends DomainResource {
/**
* Returns the value of the '<em><b>Identifier</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.Identifier}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A logical identifier for the module such as the CMS or NQF identifiers for a measure artifact.
* <!-- end-model-doc -->
* @return the value of the '<em>Identifier</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getMeasure_Identifier()
* @model containment="true"
* extendedMetaData="kind='element' name='identifier' namespace='##targetNamespace'"
* @generated
*/
EList<Identifier> getIdentifier();
/**
* 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 module, if any. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge modules, refer to the Decision Support Service specification.
* <!-- end-model-doc -->
* @return the value of the '<em>Version</em>' containment reference.
* @see #setVersion(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getMeasure_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.Measure#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>Module Metadata</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A reference to a ModuleMetadata resource that describes the metadata for the measure.
* <!-- end-model-doc -->
* @return the value of the '<em>Module Metadata</em>' containment reference.
* @see #setModuleMetadata(Reference)
* @see org.hl7.fhir.FhirPackage#getMeasure_ModuleMetadata()
* @model containment="true"
* extendedMetaData="kind='element' name='moduleMetadata' namespace='##targetNamespace'"
* @generated
*/
Reference getModuleMetadata();
/**
* Sets the value of the '{@link org.hl7.fhir.Measure#getModuleMetadata <em>Module Metadata</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Module Metadata</em>' containment reference.
* @see #getModuleMetadata()
* @generated
*/
void setModuleMetadata(Reference value);
/**
* Returns the value of the '<em><b>Library</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.Reference}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A reference to a Library resource containing the formal logic used by the measure.
* <!-- end-model-doc -->
* @return the value of the '<em>Library</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getMeasure_Library()
* @model containment="true"
* extendedMetaData="kind='element' name='library' namespace='##targetNamespace'"
* @generated
*/
EList<Reference> getLibrary();
/**
* Returns the value of the '<em><b>Population</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.MeasurePopulation}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The measure populations.
* <!-- end-model-doc -->
* @return the value of the '<em>Population</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getMeasure_Population()
* @model containment="true"
* extendedMetaData="kind='element' name='population' namespace='##targetNamespace'"
* @generated
*/
EList<MeasurePopulation> getPopulation();
/**
* Returns the value of the '<em><b>Stratifier</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 stratifier criteria for the measure report, specified as either the name of a valid referenced CQL expression or a valid FHIR Resource Path.
* <!-- end-model-doc -->
* @return the value of the '<em>Stratifier</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getMeasure_Stratifier()
* @model containment="true"
* extendedMetaData="kind='element' name='stratifier' namespace='##targetNamespace'"
* @generated
*/
EList<org.hl7.fhir.String> getStratifier();
/**
* Returns the value of the '<em><b>Supplemental Data</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 supplemental data to be supplied as part of the measure response, specified as a valid FHIR Resource Path.
* <!-- end-model-doc -->
* @return the value of the '<em>Supplemental Data</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getMeasure_SupplementalData()
* @model containment="true"
* extendedMetaData="kind='element' name='supplementalData' namespace='##targetNamespace'"
* @generated
*/
EList<org.hl7.fhir.String> getSupplementalData();
} // Measure