blob: 83c4bc61a87de16d74cef7ae613d30e82274b863 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Expansion Profile Code System1</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Resource to define constraints on the Expansion of a FHIR ValueSet.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.ExpansionProfileCodeSystem1#getSystem <em>System</em>}</li>
* <li>{@link org.hl7.fhir.ExpansionProfileCodeSystem1#getVersion <em>Version</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getExpansionProfileCodeSystem1()
* @model extendedMetaData="name='ExpansionProfile.CodeSystem1' kind='elementOnly'"
* @generated
*/
public interface ExpansionProfileCodeSystem1 extends BackboneElement {
/**
* Returns the value of the '<em><b>System</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* An absolute URI which is the code system to be included.
* <!-- end-model-doc -->
* @return the value of the '<em>System</em>' containment reference.
* @see #setSystem(Uri)
* @see org.hl7.fhir.FhirPackage#getExpansionProfileCodeSystem1_System()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='system' namespace='##targetNamespace'"
* @generated
*/
Uri getSystem();
/**
* Sets the value of the '{@link org.hl7.fhir.ExpansionProfileCodeSystem1#getSystem <em>System</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>System</em>' containment reference.
* @see #getSystem()
* @generated
*/
void setSystem(Uri value);
/**
* 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 code system from which codes in the expansion should be included.
* <!-- end-model-doc -->
* @return the value of the '<em>Version</em>' containment reference.
* @see #setVersion(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getExpansionProfileCodeSystem1_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.ExpansionProfileCodeSystem1#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);
} // ExpansionProfileCodeSystem1