blob: 45cd11c3c7e2ec31e34d2f4146dc07f5ec4e746d [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Medication Statement Status</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A set of codes indicating the current status of a MedicationStatement.
* 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.MedicationStatementStatus#getValue <em>Value</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getMedicationStatementStatus()
* @model extendedMetaData="name='MedicationStatementStatus' kind='elementOnly'"
* @generated
*/
public interface MedicationStatementStatus extends Element {
/**
* Returns the value of the '<em><b>Value</b></em>' attribute.
* The literals are from the enumeration {@link org.hl7.fhir.MedicationStatementStatusList}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value</em>' attribute.
* @see org.hl7.fhir.MedicationStatementStatusList
* @see #isSetValue()
* @see #unsetValue()
* @see #setValue(MedicationStatementStatusList)
* @see org.hl7.fhir.FhirPackage#getMedicationStatementStatus_Value()
* @model unsettable="true"
* extendedMetaData="kind='attribute' name='value'"
* @generated
*/
MedicationStatementStatusList getValue();
/**
* Sets the value of the '{@link org.hl7.fhir.MedicationStatementStatus#getValue <em>Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Value</em>' attribute.
* @see org.hl7.fhir.MedicationStatementStatusList
* @see #isSetValue()
* @see #unsetValue()
* @see #getValue()
* @generated
*/
void setValue(MedicationStatementStatusList value);
/**
* Unsets the value of the '{@link org.hl7.fhir.MedicationStatementStatus#getValue <em>Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetValue()
* @see #getValue()
* @see #setValue(MedicationStatementStatusList)
* @generated
*/
void unsetValue();
/**
* Returns whether the value of the '{@link org.hl7.fhir.MedicationStatementStatus#getValue <em>Value</em>}' attribute is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Value</em>' attribute is set.
* @see #unsetValue()
* @see #getValue()
* @see #setValue(MedicationStatementStatusList)
* @generated
*/
boolean isSetValue();
} // MedicationStatementStatus