blob: 4e72210dd9c0aff23ded4400309d4d4c83d19c1b [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Substance Specification Official</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* The detailed description of a substance, typically at a level beyond what is used for prescribing.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.SubstanceSpecificationOfficial#getAuthority <em>Authority</em>}</li>
* <li>{@link org.hl7.fhir.SubstanceSpecificationOfficial#getStatus <em>Status</em>}</li>
* <li>{@link org.hl7.fhir.SubstanceSpecificationOfficial#getDate <em>Date</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getSubstanceSpecificationOfficial()
* @model extendedMetaData="name='SubstanceSpecification.Official' kind='elementOnly'"
* @generated
*/
public interface SubstanceSpecificationOfficial extends BackboneElement {
/**
* Returns the value of the '<em><b>Authority</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Which authority uses this official name.
* <!-- end-model-doc -->
* @return the value of the '<em>Authority</em>' containment reference.
* @see #setAuthority(CodeableConcept)
* @see org.hl7.fhir.FhirPackage#getSubstanceSpecificationOfficial_Authority()
* @model containment="true"
* extendedMetaData="kind='element' name='authority' namespace='##targetNamespace'"
* @generated
*/
CodeableConcept getAuthority();
/**
* Sets the value of the '{@link org.hl7.fhir.SubstanceSpecificationOfficial#getAuthority <em>Authority</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Authority</em>' containment reference.
* @see #getAuthority()
* @generated
*/
void setAuthority(CodeableConcept value);
/**
* Returns the value of the '<em><b>Status</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The status of the official name.
* <!-- end-model-doc -->
* @return the value of the '<em>Status</em>' containment reference.
* @see #setStatus(CodeableConcept)
* @see org.hl7.fhir.FhirPackage#getSubstanceSpecificationOfficial_Status()
* @model containment="true"
* extendedMetaData="kind='element' name='status' namespace='##targetNamespace'"
* @generated
*/
CodeableConcept getStatus();
/**
* Sets the value of the '{@link org.hl7.fhir.SubstanceSpecificationOfficial#getStatus <em>Status</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Status</em>' containment reference.
* @see #getStatus()
* @generated
*/
void setStatus(CodeableConcept value);
/**
* Returns the value of the '<em><b>Date</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Date of official name change.
* <!-- end-model-doc -->
* @return the value of the '<em>Date</em>' containment reference.
* @see #setDate(DateTime)
* @see org.hl7.fhir.FhirPackage#getSubstanceSpecificationOfficial_Date()
* @model containment="true"
* extendedMetaData="kind='element' name='date' namespace='##targetNamespace'"
* @generated
*/
DateTime getDate();
/**
* Sets the value of the '{@link org.hl7.fhir.SubstanceSpecificationOfficial#getDate <em>Date</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Date</em>' containment reference.
* @see #getDate()
* @generated
*/
void setDate(DateTime value);
} // SubstanceSpecificationOfficial