blob: a3872dc5f214e70e55deaac3d45c90a0293b697e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 David Carlson and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* David Carlson (Clinical Cloud Solutions, LLC) - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.mdht.uml.fhir.core.resource;
import org.eclipse.emf.common.util.EList;
import org.eclipse.mdht.uml.fhir.core.datatype.Code;
import org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept;
import org.eclipse.mdht.uml.fhir.core.datatype.DataType;
import org.eclipse.mdht.uml.fhir.core.datatype.Date;
import org.eclipse.mdht.uml.fhir.core.datatype.Identifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Condition</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getIdentifiers <em>Identifier</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getPatient <em>Patient</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getEncounter <em>Encounter</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getAsserter <em>Asserter</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getDateRecorded <em>Date Recorded</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getCode <em>Code</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getCategory <em>Category</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getClinicalStatus <em>Clinical Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getVerificationStatus <em>Verification Status</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getSeverity <em>Severity</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getOnsetx <em>Onsetx</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getAbatementx <em>Abatementx</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getStage <em>Stage</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getEvidences <em>Evidence</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getBodySites <em>Body Site</em>}</li>
* <li>{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getNotes <em>Notes</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition()
* @model
* @generated
*/
public interface Condition extends DomainResource {
/**
* Returns the value of the '<em><b>Identifier</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.Identifier}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Identifier</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Identifier</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_Identifier()
* @model
* @generated
*/
EList<Identifier> getIdentifiers();
/**
* Returns the value of the '<em><b>Patient</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Patient</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Patient</em>' reference.
* @see #setPatient(Patient)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_Patient()
* @model required="true"
* @generated
*/
Patient getPatient();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getPatient <em>Patient</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Patient</em>' reference.
* @see #getPatient()
* @generated
*/
void setPatient(Patient value);
/**
* Returns the value of the '<em><b>Encounter</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Encounter</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Encounter</em>' reference.
* @see #setEncounter(Encounter)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_Encounter()
* @model
* @generated
*/
Encounter getEncounter();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getEncounter <em>Encounter</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Encounter</em>' reference.
* @see #getEncounter()
* @generated
*/
void setEncounter(Encounter value);
/**
* Returns the value of the '<em><b>Asserter</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Asserter</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Asserter</em>' reference.
* @see #setAsserter(Resource)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_Asserter()
* @model
* @generated
*/
Resource getAsserter();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getAsserter <em>Asserter</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Asserter</em>' reference.
* @see #getAsserter()
* @generated
*/
void setAsserter(Resource value);
/**
* Returns the value of the '<em><b>Date Recorded</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Date Recorded</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Date Recorded</em>' reference.
* @see #setDateRecorded(Date)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_DateRecorded()
* @model
* @generated
*/
Date getDateRecorded();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getDateRecorded <em>Date Recorded</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Date Recorded</em>' reference.
* @see #getDateRecorded()
* @generated
*/
void setDateRecorded(Date value);
/**
* Returns the value of the '<em><b>Code</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Code</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Code</em>' reference.
* @see #setCode(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_Code()
* @model required="true"
* @generated
*/
CodeableConcept getCode();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getCode <em>Code</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Code</em>' reference.
* @see #getCode()
* @generated
*/
void setCode(CodeableConcept value);
/**
* Returns the value of the '<em><b>Category</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Category</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Category</em>' reference.
* @see #setCategory(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_Category()
* @model
* @generated
*/
CodeableConcept getCategory();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getCategory <em>Category</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Category</em>' reference.
* @see #getCategory()
* @generated
*/
void setCategory(CodeableConcept value);
/**
* Returns the value of the '<em><b>Clinical Status</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Clinical Status</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Clinical Status</em>' reference.
* @see #setClinicalStatus(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_ClinicalStatus()
* @model
* @generated
*/
Code getClinicalStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getClinicalStatus <em>Clinical Status</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Clinical Status</em>' reference.
* @see #getClinicalStatus()
* @generated
*/
void setClinicalStatus(Code value);
/**
* Returns the value of the '<em><b>Verification Status</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Verification Status</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Verification Status</em>' reference.
* @see #setVerificationStatus(Code)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_VerificationStatus()
* @model required="true"
* @generated
*/
Code getVerificationStatus();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getVerificationStatus <em>Verification Status</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Verification Status</em>' reference.
* @see #getVerificationStatus()
* @generated
*/
void setVerificationStatus(Code value);
/**
* Returns the value of the '<em><b>Severity</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Severity</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Severity</em>' reference.
* @see #setSeverity(CodeableConcept)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_Severity()
* @model
* @generated
*/
CodeableConcept getSeverity();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getSeverity <em>Severity</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Severity</em>' reference.
* @see #getSeverity()
* @generated
*/
void setSeverity(CodeableConcept value);
/**
* Returns the value of the '<em><b>Onsetx</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Onsetx</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Onsetx</em>' reference.
* @see #setOnsetx(DataType)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_Onsetx()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='onset[x]'"
* @generated
*/
DataType getOnsetx();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getOnsetx <em>Onsetx</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Onsetx</em>' reference.
* @see #getOnsetx()
* @generated
*/
void setOnsetx(DataType value);
/**
* Returns the value of the '<em><b>Abatementx</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Abatementx</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Abatementx</em>' reference.
* @see #setAbatementx(DataType)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_Abatementx()
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='abatement[x]'"
* @generated
*/
DataType getAbatementx();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getAbatementx <em>Abatementx</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Abatementx</em>' reference.
* @see #getAbatementx()
* @generated
*/
void setAbatementx(DataType value);
/**
* Returns the value of the '<em><b>Stage</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Stage</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Stage</em>' containment reference.
* @see #setStage(ConditionStage)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_Stage()
* @model containment="true"
* @generated
*/
ConditionStage getStage();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getStage <em>Stage</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Stage</em>' containment reference.
* @see #getStage()
* @generated
*/
void setStage(ConditionStage value);
/**
* Returns the value of the '<em><b>Evidence</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.resource.ConditionEvidence}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Evidence</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Evidence</em>' containment reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_Evidence()
* @model containment="true"
* @generated
*/
EList<ConditionEvidence> getEvidences();
/**
* Returns the value of the '<em><b>Body Site</b></em>' reference list.
* The list contents are of type {@link org.eclipse.mdht.uml.fhir.core.datatype.CodeableConcept}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Body Site</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Body Site</em>' reference list.
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_BodySite()
* @model
* @generated
*/
EList<CodeableConcept> getBodySites();
/**
* Returns the value of the '<em><b>Notes</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Notes</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Notes</em>' reference.
* @see #setNotes(org.eclipse.mdht.uml.fhir.core.datatype.String)
* @see org.eclipse.mdht.uml.fhir.core.resource.FhirResourcePackage#getCondition_Notes()
* @model
* @generated
*/
org.eclipse.mdht.uml.fhir.core.datatype.String getNotes();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.fhir.core.resource.Condition#getNotes <em>Notes</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Notes</em>' reference.
* @see #getNotes()
* @generated
*/
void setNotes(org.eclipse.mdht.uml.fhir.core.datatype.String value);
} // Condition