blob: 5db8c3a833ffc47e9bae2ab70f1ec3e199ebfa57 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Medication Knowledge Monograph</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Information about a medication that is used to support knowledge.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.MedicationKnowledgeMonograph#getType <em>Type</em>}</li>
* <li>{@link org.hl7.fhir.MedicationKnowledgeMonograph#getSource <em>Source</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getMedicationKnowledgeMonograph()
* @model extendedMetaData="name='MedicationKnowledge.Monograph' kind='elementOnly'"
* @generated
*/
public interface MedicationKnowledgeMonograph extends BackboneElement {
/**
* Returns the value of the '<em><b>Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The category of documentation about the medication. (e.g. professional monograph, patient education monograph).
* <!-- end-model-doc -->
* @return the value of the '<em>Type</em>' containment reference.
* @see #setType(CodeableConcept)
* @see org.hl7.fhir.FhirPackage#getMedicationKnowledgeMonograph_Type()
* @model containment="true"
* extendedMetaData="kind='element' name='type' namespace='##targetNamespace'"
* @generated
*/
CodeableConcept getType();
/**
* Sets the value of the '{@link org.hl7.fhir.MedicationKnowledgeMonograph#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(CodeableConcept value);
/**
* Returns the value of the '<em><b>Source</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Associated documentation about the medication.
* <!-- end-model-doc -->
* @return the value of the '<em>Source</em>' containment reference.
* @see #setSource(Reference)
* @see org.hl7.fhir.FhirPackage#getMedicationKnowledgeMonograph_Source()
* @model containment="true"
* extendedMetaData="kind='element' name='source' namespace='##targetNamespace'"
* @generated
*/
Reference getSource();
/**
* Sets the value of the '{@link org.hl7.fhir.MedicationKnowledgeMonograph#getSource <em>Source</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Source</em>' containment reference.
* @see #getSource()
* @generated
*/
void setSource(Reference value);
} // MedicationKnowledgeMonograph