Class MarketingStatus

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class MarketingStatus
    extends BackboneElement
    The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.
    • Method Detail

      • getCountry

        public CodeableConcept getCountry()
        The country in which the marketing authorisation has been granted shall be specified It should be specified using the ISO 3166 ‑ 1 alpha-2 code elements.
        Returns:
        An immutable object of type CodeableConcept that is non-null.
      • getJurisdiction

        public CodeableConcept getJurisdiction()
        Where a Medicines Regulatory Agency has granted a marketing authorisation for which specific provisions within a jurisdiction apply, the jurisdiction can be specified using an appropriate controlled terminology The controlled term and the controlled term identifier shall be specified.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • getStatus

        public CodeableConcept getStatus()
        This attribute provides information on the status of the marketing of the medicinal product See ISO/TS 20443 for more information and examples.
        Returns:
        An immutable object of type CodeableConcept that is non-null.
      • getDateRange

        public Period getDateRange()
        The date when the Medicinal Product is placed on the market by the Marketing Authorisation Holder (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction shall be provided A complete date consisting of day, month and year shall be specified using the ISO 8601 date format NOTE “Placed on the market” refers to the release of the Medicinal Product into the distribution chain.
        Returns:
        An immutable object of type Period that is non-null.
      • getRestoreDate

        public DateTime getRestoreDate()
        The date when the Medicinal Product is placed on the market by the Marketing Authorisation Holder (or where applicable, the manufacturer/distributor) in a country and/or jurisdiction shall be provided A complete date consisting of day, month and year shall be specified using the ISO 8601 date format NOTE “Placed on the market” refers to the release of the Medicinal Product into the distribution chain.
        Returns:
        An immutable object of type DateTime 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