blob: f583b0506069f6844012d4f59e2212930b65636d [file] [log] [blame]
/**
*/
package org.hl7.fhir;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Structure Definition</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.
* If the element is present, it must have either a @value, an @id, or extensions
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.StructureDefinition#getUrl <em>Url</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getIdentifier <em>Identifier</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getVersion <em>Version</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getName <em>Name</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getTitle <em>Title</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getStatus <em>Status</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getExperimental <em>Experimental</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getDate <em>Date</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getPublisher <em>Publisher</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getContact <em>Contact</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getDescription <em>Description</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getUseContext <em>Use Context</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getJurisdiction <em>Jurisdiction</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getPurpose <em>Purpose</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getCopyright <em>Copyright</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getKeyword <em>Keyword</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getFhirVersion <em>Fhir Version</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getMapping <em>Mapping</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getKind <em>Kind</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getAbstract <em>Abstract</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getContext <em>Context</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getContextInvariant <em>Context Invariant</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getType <em>Type</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getBaseDefinition <em>Base Definition</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getDerivation <em>Derivation</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getSnapshot <em>Snapshot</em>}</li>
* <li>{@link org.hl7.fhir.StructureDefinition#getDifferential <em>Differential</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getStructureDefinition()
* @model extendedMetaData="name='StructureDefinition' kind='elementOnly'"
* @generated
*/
public interface StructureDefinition extends DomainResource {
/**
* Returns the value of the '<em><b>Url</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* An absolute URI that is used to identify this structure definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this structure definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the structure definition is stored on different servers.
* <!-- end-model-doc -->
* @return the value of the '<em>Url</em>' containment reference.
* @see #setUrl(Uri)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Url()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='url' namespace='##targetNamespace'"
* @generated
*/
Uri getUrl();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getUrl <em>Url</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Url</em>' containment reference.
* @see #getUrl()
* @generated
*/
void setUrl(Uri value);
/**
* Returns the value of the '<em><b>Identifier</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.Identifier}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A formal identifier that is used to identify this structure definition when it is represented in other formats, or referenced in a specification, model, design or an instance.
* <!-- end-model-doc -->
* @return the value of the '<em>Identifier</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Identifier()
* @model containment="true"
* extendedMetaData="kind='element' name='identifier' namespace='##targetNamespace'"
* @generated
*/
EList<Identifier> getIdentifier();
/**
* Returns the value of the '<em><b>Version</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The identifier that is used to identify this version of the structure definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the structure definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.
* <!-- end-model-doc -->
* @return the value of the '<em>Version</em>' containment reference.
* @see #setVersion(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_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.StructureDefinition#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);
/**
* Returns the value of the '<em><b>Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A natural language name identifying the structure definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.
* <!-- end-model-doc -->
* @return the value of the '<em>Name</em>' containment reference.
* @see #setName(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Name()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='name' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getName();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getName <em>Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' containment reference.
* @see #getName()
* @generated
*/
void setName(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Title</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A short, descriptive, user-friendly title for the structure definition.
* <!-- end-model-doc -->
* @return the value of the '<em>Title</em>' containment reference.
* @see #setTitle(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Title()
* @model containment="true"
* extendedMetaData="kind='element' name='title' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getTitle();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getTitle <em>Title</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Title</em>' containment reference.
* @see #getTitle()
* @generated
*/
void setTitle(org.hl7.fhir.String 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 this structure definition. Enables tracking the life-cycle of the content.
* <!-- end-model-doc -->
* @return the value of the '<em>Status</em>' containment reference.
* @see #setStatus(PublicationStatus)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Status()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='status' namespace='##targetNamespace'"
* @generated
*/
PublicationStatus getStatus();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#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(PublicationStatus value);
/**
* Returns the value of the '<em><b>Experimental</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A Boolean value to indicate that this structure definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.
* <!-- end-model-doc -->
* @return the value of the '<em>Experimental</em>' containment reference.
* @see #setExperimental(org.hl7.fhir.Boolean)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Experimental()
* @model containment="true"
* extendedMetaData="kind='element' name='experimental' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.Boolean getExperimental();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getExperimental <em>Experimental</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Experimental</em>' containment reference.
* @see #getExperimental()
* @generated
*/
void setExperimental(org.hl7.fhir.Boolean value);
/**
* Returns the value of the '<em><b>Date</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The date (and optionally time) when the structure definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the structure definition changes.
* <!-- end-model-doc -->
* @return the value of the '<em>Date</em>' containment reference.
* @see #setDate(DateTime)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Date()
* @model containment="true"
* extendedMetaData="kind='element' name='date' namespace='##targetNamespace'"
* @generated
*/
DateTime getDate();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#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);
/**
* Returns the value of the '<em><b>Publisher</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The name of the organization or individual that published the structure definition.
* <!-- end-model-doc -->
* @return the value of the '<em>Publisher</em>' containment reference.
* @see #setPublisher(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Publisher()
* @model containment="true"
* extendedMetaData="kind='element' name='publisher' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getPublisher();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getPublisher <em>Publisher</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Publisher</em>' containment reference.
* @see #getPublisher()
* @generated
*/
void setPublisher(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Contact</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.ContactDetail}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Contact details to assist a user in finding and communicating with the publisher.
* <!-- end-model-doc -->
* @return the value of the '<em>Contact</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Contact()
* @model containment="true"
* extendedMetaData="kind='element' name='contact' namespace='##targetNamespace'"
* @generated
*/
EList<ContactDetail> getContact();
/**
* Returns the value of the '<em><b>Description</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A free text natural language description of the structure definition from a consumer's perspective.
* <!-- end-model-doc -->
* @return the value of the '<em>Description</em>' containment reference.
* @see #setDescription(Markdown)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Description()
* @model containment="true"
* extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"
* @generated
*/
Markdown getDescription();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getDescription <em>Description</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' containment reference.
* @see #getDescription()
* @generated
*/
void setDescription(Markdown value);
/**
* Returns the value of the '<em><b>Use Context</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.UsageContext}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate structure definition instances.
* <!-- end-model-doc -->
* @return the value of the '<em>Use Context</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_UseContext()
* @model containment="true"
* extendedMetaData="kind='element' name='useContext' namespace='##targetNamespace'"
* @generated
*/
EList<UsageContext> getUseContext();
/**
* Returns the value of the '<em><b>Jurisdiction</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.CodeableConcept}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A legal or geographic region in which the structure definition is intended to be used.
* <!-- end-model-doc -->
* @return the value of the '<em>Jurisdiction</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Jurisdiction()
* @model containment="true"
* extendedMetaData="kind='element' name='jurisdiction' namespace='##targetNamespace'"
* @generated
*/
EList<CodeableConcept> getJurisdiction();
/**
* Returns the value of the '<em><b>Purpose</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Explanation of why this structure definition is needed and why it has been designed as it has.
* <!-- end-model-doc -->
* @return the value of the '<em>Purpose</em>' containment reference.
* @see #setPurpose(Markdown)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Purpose()
* @model containment="true"
* extendedMetaData="kind='element' name='purpose' namespace='##targetNamespace'"
* @generated
*/
Markdown getPurpose();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getPurpose <em>Purpose</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Purpose</em>' containment reference.
* @see #getPurpose()
* @generated
*/
void setPurpose(Markdown value);
/**
* Returns the value of the '<em><b>Copyright</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A copyright statement relating to the structure definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the structure definition.
* <!-- end-model-doc -->
* @return the value of the '<em>Copyright</em>' containment reference.
* @see #setCopyright(Markdown)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Copyright()
* @model containment="true"
* extendedMetaData="kind='element' name='copyright' namespace='##targetNamespace'"
* @generated
*/
Markdown getCopyright();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getCopyright <em>Copyright</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Copyright</em>' containment reference.
* @see #getCopyright()
* @generated
*/
void setCopyright(Markdown value);
/**
* Returns the value of the '<em><b>Keyword</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.Coding}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A set of key words or terms from external terminologies that may be used to assist with indexing and searching of templates nby describing the use of this structure definition, or the content it describes.
* <!-- end-model-doc -->
* @return the value of the '<em>Keyword</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Keyword()
* @model containment="true"
* extendedMetaData="kind='element' name='keyword' namespace='##targetNamespace'"
* @generated
*/
EList<Coding> getKeyword();
/**
* Returns the value of the '<em><b>Fhir Version</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.0.0. for this version.
* <!-- end-model-doc -->
* @return the value of the '<em>Fhir Version</em>' containment reference.
* @see #setFhirVersion(FHIRVersion)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_FhirVersion()
* @model containment="true"
* extendedMetaData="kind='element' name='fhirVersion' namespace='##targetNamespace'"
* @generated
*/
FHIRVersion getFhirVersion();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getFhirVersion <em>Fhir Version</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Fhir Version</em>' containment reference.
* @see #getFhirVersion()
* @generated
*/
void setFhirVersion(FHIRVersion value);
/**
* Returns the value of the '<em><b>Mapping</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.StructureDefinitionMapping}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* An external specification that the content is mapped to.
* <!-- end-model-doc -->
* @return the value of the '<em>Mapping</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Mapping()
* @model containment="true"
* extendedMetaData="kind='element' name='mapping' namespace='##targetNamespace'"
* @generated
*/
EList<StructureDefinitionMapping> getMapping();
/**
* Returns the value of the '<em><b>Kind</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Defines the kind of structure that this definition is describing.
* <!-- end-model-doc -->
* @return the value of the '<em>Kind</em>' containment reference.
* @see #setKind(StructureDefinitionKind)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Kind()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='kind' namespace='##targetNamespace'"
* @generated
*/
StructureDefinitionKind getKind();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getKind <em>Kind</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Kind</em>' containment reference.
* @see #getKind()
* @generated
*/
void setKind(StructureDefinitionKind value);
/**
* Returns the value of the '<em><b>Abstract</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Whether structure this definition describes is abstract or not - that is, whether the structure is not intended to be instantiated. For Resources and Data types, abstract types will never be exchanged between systems.
* <!-- end-model-doc -->
* @return the value of the '<em>Abstract</em>' containment reference.
* @see #setAbstract(org.hl7.fhir.Boolean)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Abstract()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='abstract' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.Boolean getAbstract();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getAbstract <em>Abstract</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Abstract</em>' containment reference.
* @see #getAbstract()
* @generated
*/
void setAbstract(org.hl7.fhir.Boolean value);
/**
* Returns the value of the '<em><b>Context</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.StructureDefinitionContext}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Identifies the types of resource or data type elements to which the extension can be applied.
* <!-- end-model-doc -->
* @return the value of the '<em>Context</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Context()
* @model containment="true"
* extendedMetaData="kind='element' name='context' namespace='##targetNamespace'"
* @generated
*/
EList<StructureDefinitionContext> getContext();
/**
* Returns the value of the '<em><b>Context Invariant</b></em>' containment reference list.
* The list contents are of type {@link org.hl7.fhir.String}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A set of rules as FHIRPath Invariants about when the extension can be used (e.g. co-occurrence variants for the extension). All the rules must be true.
* <!-- end-model-doc -->
* @return the value of the '<em>Context Invariant</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_ContextInvariant()
* @model containment="true"
* extendedMetaData="kind='element' name='contextInvariant' namespace='##targetNamespace'"
* @generated
*/
EList<org.hl7.fhir.String> getContextInvariant();
/**
* Returns the value of the '<em><b>Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The type this structure describes. If the derivation kind is 'specialization' then this is the master definition for a type, and there is always one of these (a data type, an extension, a resource, including abstract ones). Otherwise the structure definition is a constraint on the stated type (and in this case, the type cannot be an abstract type). References are URLs that are relative to http://hl7.org/fhir/StructureDefinition e.g. "string" is a reference to http://hl7.org/fhir/StructureDefinition/string. Absolute URLs are only allowed in logical models.
* <!-- end-model-doc -->
* @return the value of the '<em>Type</em>' containment reference.
* @see #setType(Uri)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Type()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='type' namespace='##targetNamespace'"
* @generated
*/
Uri getType();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#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(Uri value);
/**
* Returns the value of the '<em><b>Base Definition</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* An absolute URI that is the base structure from which this type is derived, either by specialization or constraint.
* <!-- end-model-doc -->
* @return the value of the '<em>Base Definition</em>' containment reference.
* @see #setBaseDefinition(Canonical)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_BaseDefinition()
* @model containment="true"
* extendedMetaData="kind='element' name='baseDefinition' namespace='##targetNamespace'"
* @generated
*/
Canonical getBaseDefinition();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getBaseDefinition <em>Base Definition</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Definition</em>' containment reference.
* @see #getBaseDefinition()
* @generated
*/
void setBaseDefinition(Canonical value);
/**
* Returns the value of the '<em><b>Derivation</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* How the type relates to the baseDefinition.
* <!-- end-model-doc -->
* @return the value of the '<em>Derivation</em>' containment reference.
* @see #setDerivation(TypeDerivationRule)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Derivation()
* @model containment="true"
* extendedMetaData="kind='element' name='derivation' namespace='##targetNamespace'"
* @generated
*/
TypeDerivationRule getDerivation();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getDerivation <em>Derivation</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Derivation</em>' containment reference.
* @see #getDerivation()
* @generated
*/
void setDerivation(TypeDerivationRule value);
/**
* Returns the value of the '<em><b>Snapshot</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A snapshot view is expressed in a standalone form that can be used and interpreted without considering the base StructureDefinition.
* <!-- end-model-doc -->
* @return the value of the '<em>Snapshot</em>' containment reference.
* @see #setSnapshot(StructureDefinitionSnapshot)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Snapshot()
* @model containment="true"
* extendedMetaData="kind='element' name='snapshot' namespace='##targetNamespace'"
* @generated
*/
StructureDefinitionSnapshot getSnapshot();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getSnapshot <em>Snapshot</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Snapshot</em>' containment reference.
* @see #getSnapshot()
* @generated
*/
void setSnapshot(StructureDefinitionSnapshot value);
/**
* Returns the value of the '<em><b>Differential</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A differential view is expressed relative to the base StructureDefinition - a statement of differences that it applies.
* <!-- end-model-doc -->
* @return the value of the '<em>Differential</em>' containment reference.
* @see #setDifferential(StructureDefinitionDifferential)
* @see org.hl7.fhir.FhirPackage#getStructureDefinition_Differential()
* @model containment="true"
* extendedMetaData="kind='element' name='differential' namespace='##targetNamespace'"
* @generated
*/
StructureDefinitionDifferential getDifferential();
/**
* Sets the value of the '{@link org.hl7.fhir.StructureDefinition#getDifferential <em>Differential</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Differential</em>' containment reference.
* @see #getDifferential()
* @generated
*/
void setDifferential(StructureDefinitionDifferential value);
} // StructureDefinition