blob: e49ed64da29e51784af97ae7a20bd70f58840ca5 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Implementation Guide Template</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.ImplementationGuideTemplate#getCode <em>Code</em>}</li>
* <li>{@link org.hl7.fhir.ImplementationGuideTemplate#getSource <em>Source</em>}</li>
* <li>{@link org.hl7.fhir.ImplementationGuideTemplate#getScope <em>Scope</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getImplementationGuideTemplate()
* @model extendedMetaData="name='ImplementationGuide.Template' kind='elementOnly'"
* @generated
*/
public interface ImplementationGuideTemplate extends BackboneElement {
/**
* Returns the value of the '<em><b>Code</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Type of template specified.
* <!-- end-model-doc -->
* @return the value of the '<em>Code</em>' containment reference.
* @see #setCode(Code)
* @see org.hl7.fhir.FhirPackage#getImplementationGuideTemplate_Code()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='code' namespace='##targetNamespace'"
* @generated
*/
Code getCode();
/**
* Sets the value of the '{@link org.hl7.fhir.ImplementationGuideTemplate#getCode <em>Code</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Code</em>' containment reference.
* @see #getCode()
* @generated
*/
void setCode(Code value);
/**
* Returns the value of the '<em><b>Source</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The source location for the template.
* <!-- end-model-doc -->
* @return the value of the '<em>Source</em>' containment reference.
* @see #setSource(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getImplementationGuideTemplate_Source()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='source' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getSource();
/**
* Sets the value of the '{@link org.hl7.fhir.ImplementationGuideTemplate#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(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Scope</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The scope in which the template applies.
* <!-- end-model-doc -->
* @return the value of the '<em>Scope</em>' containment reference.
* @see #setScope(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getImplementationGuideTemplate_Scope()
* @model containment="true"
* extendedMetaData="kind='element' name='scope' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getScope();
/**
* Sets the value of the '{@link org.hl7.fhir.ImplementationGuideTemplate#getScope <em>Scope</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Scope</em>' containment reference.
* @see #getScope()
* @generated
*/
void setScope(org.hl7.fhir.String value);
} // ImplementationGuideTemplate