Class MedicinalProductAuthorization

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class MedicinalProductAuthorization
    extends DomainResource
    The regulatory authorization of a medicinal product.

    Maturity level: FMM0 (Trial Use)

    • Method Detail

      • getIdentifier

        public List<Identifier> getIdentifier()
        Business identifier for the marketing authorization, as assigned by a regulator.
        Returns:
        An unmodifiable list containing immutable objects of type Identifier that may be empty.
      • getSubject

        public Reference getSubject()
        The medicinal product that is being authorized.
        Returns:
        An immutable object of type Reference that may be null.
      • getCountry

        public List<CodeableConcept> getCountry()
        The country in which the marketing authorization has been granted.
        Returns:
        An unmodifiable list containing immutable objects of type CodeableConcept that may be empty.
      • getJurisdiction

        public List<CodeableConcept> getJurisdiction()
        Jurisdiction within a country.
        Returns:
        An unmodifiable list containing immutable objects of type CodeableConcept that may be empty.
      • getStatus

        public CodeableConcept getStatus()
        The status of the marketing authorization.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • getStatusDate

        public DateTime getStatusDate()
        The date at which the given status has become applicable.
        Returns:
        An immutable object of type DateTime that may be null.
      • getRestoreDate

        public DateTime getRestoreDate()
        The date when a suspended the marketing or the marketing authorization of the product is anticipated to be restored.
        Returns:
        An immutable object of type DateTime that may be null.
      • getValidityPeriod

        public Period getValidityPeriod()
        The beginning of the time period in which the marketing authorization is in the specific status shall be specified A complete date consisting of day, month and year shall be specified using the ISO 8601 date format.
        Returns:
        An immutable object of type Period that may be null.
      • getDataExclusivityPeriod

        public Period getDataExclusivityPeriod()
        A period of time after authorization before generic product applicatiosn can be submitted.
        Returns:
        An immutable object of type Period that may be null.
      • getDateOfFirstAuthorization

        public DateTime getDateOfFirstAuthorization()
        The date when the first authorization was granted by a Medicines Regulatory Agency.
        Returns:
        An immutable object of type DateTime that may be null.
      • getInternationalBirthDate

        public DateTime getInternationalBirthDate()
        Date of first marketing authorization for a company's new medicinal product in any country in the World.
        Returns:
        An immutable object of type DateTime that may be null.
      • getLegalBasis

        public CodeableConcept getLegalBasis()
        The legal framework against which this authorization is granted.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • getHolder

        public Reference getHolder()
        Marketing Authorization Holder.
        Returns:
        An immutable object of type Reference that may be null.
      • getRegulator

        public Reference getRegulator()
        Medicines Regulatory Agency.
        Returns:
        An immutable object of type Reference that may be null.
      • accept

        public void accept​(String elementName,
                           int elementIndex,
                           Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor and invoke the appropriate visit methods. A typical implementation would look like this:
         if (visitor.preVisit(this)) {
             visitor.visitStart(elementName, elementIndex, this);
             if (visitor.visit(elementName, elementIndex, this)) {
                 // visit children
             }
             visitor.visitEnd(elementName, elementIndex, this);
             visitor.postVisit(this);
         }
         
        Specified by:
        accept in interface Visitable
        Specified by:
        accept in class AbstractVisitable
        Parameters:
        elementName - the name of the element in the context of this visit
        elementIndex - the index of the element in a list or -1 if it is not contained within a List
        visitor - the visitor to use
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object