blob: 2914e11a4078c9f15f0ceb561fb128627a3b010a [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>Medicinal Product Authorization Jurisdictional Authorization</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* The regulatory authorization of a medicinal product.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.MedicinalProductAuthorizationJurisdictionalAuthorization#getIdentifier <em>Identifier</em>}</li>
* <li>{@link org.hl7.fhir.MedicinalProductAuthorizationJurisdictionalAuthorization#getCountry <em>Country</em>}</li>
* <li>{@link org.hl7.fhir.MedicinalProductAuthorizationJurisdictionalAuthorization#getJurisdiction <em>Jurisdiction</em>}</li>
* <li>{@link org.hl7.fhir.MedicinalProductAuthorizationJurisdictionalAuthorization#getLegalStatusOfSupply <em>Legal Status Of Supply</em>}</li>
* <li>{@link org.hl7.fhir.MedicinalProductAuthorizationJurisdictionalAuthorization#getValidityPeriod <em>Validity Period</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getMedicinalProductAuthorizationJurisdictionalAuthorization()
* @model extendedMetaData="name='MedicinalProductAuthorization.JurisdictionalAuthorization' kind='elementOnly'"
* @generated
*/
public interface MedicinalProductAuthorizationJurisdictionalAuthorization extends BackboneElement {
/**
* 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 -->
* The assigned number for the marketing authorization.
* <!-- end-model-doc -->
* @return the value of the '<em>Identifier</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getMedicinalProductAuthorizationJurisdictionalAuthorization_Identifier()
* @model containment="true"
* extendedMetaData="kind='element' name='identifier' namespace='##targetNamespace'"
* @generated
*/
EList<Identifier> getIdentifier();
/**
* Returns the value of the '<em><b>Country</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Country of authorization.
* <!-- end-model-doc -->
* @return the value of the '<em>Country</em>' containment reference.
* @see #setCountry(CodeableConcept)
* @see org.hl7.fhir.FhirPackage#getMedicinalProductAuthorizationJurisdictionalAuthorization_Country()
* @model containment="true"
* extendedMetaData="kind='element' name='country' namespace='##targetNamespace'"
* @generated
*/
CodeableConcept getCountry();
/**
* Sets the value of the '{@link org.hl7.fhir.MedicinalProductAuthorizationJurisdictionalAuthorization#getCountry <em>Country</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Country</em>' containment reference.
* @see #getCountry()
* @generated
*/
void setCountry(CodeableConcept value);
/**
* 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 -->
* Jurisdiction within a country.
* <!-- end-model-doc -->
* @return the value of the '<em>Jurisdiction</em>' containment reference list.
* @see org.hl7.fhir.FhirPackage#getMedicinalProductAuthorizationJurisdictionalAuthorization_Jurisdiction()
* @model containment="true"
* extendedMetaData="kind='element' name='jurisdiction' namespace='##targetNamespace'"
* @generated
*/
EList<CodeableConcept> getJurisdiction();
/**
* Returns the value of the '<em><b>Legal Status Of Supply</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The legal status of supply in a jurisdiction or region.
* <!-- end-model-doc -->
* @return the value of the '<em>Legal Status Of Supply</em>' containment reference.
* @see #setLegalStatusOfSupply(CodeableConcept)
* @see org.hl7.fhir.FhirPackage#getMedicinalProductAuthorizationJurisdictionalAuthorization_LegalStatusOfSupply()
* @model containment="true"
* extendedMetaData="kind='element' name='legalStatusOfSupply' namespace='##targetNamespace'"
* @generated
*/
CodeableConcept getLegalStatusOfSupply();
/**
* Sets the value of the '{@link org.hl7.fhir.MedicinalProductAuthorizationJurisdictionalAuthorization#getLegalStatusOfSupply <em>Legal Status Of Supply</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Legal Status Of Supply</em>' containment reference.
* @see #getLegalStatusOfSupply()
* @generated
*/
void setLegalStatusOfSupply(CodeableConcept value);
/**
* Returns the value of the '<em><b>Validity Period</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The start and expected end date of the authorization.
* <!-- end-model-doc -->
* @return the value of the '<em>Validity Period</em>' containment reference.
* @see #setValidityPeriod(Period)
* @see org.hl7.fhir.FhirPackage#getMedicinalProductAuthorizationJurisdictionalAuthorization_ValidityPeriod()
* @model containment="true"
* extendedMetaData="kind='element' name='validityPeriod' namespace='##targetNamespace'"
* @generated
*/
Period getValidityPeriod();
/**
* Sets the value of the '{@link org.hl7.fhir.MedicinalProductAuthorizationJurisdictionalAuthorization#getValidityPeriod <em>Validity Period</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Validity Period</em>' containment reference.
* @see #getValidityPeriod()
* @generated
*/
void setValidityPeriod(Period value);
} // MedicinalProductAuthorizationJurisdictionalAuthorization