Class MedicinalProduct

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class MedicinalProduct
    extends DomainResource
    Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use).

    Maturity level: FMM0 (Trial Use)

    • Method Detail

      • getIdentifier

        public List<Identifier> getIdentifier()
        Business identifier for this product. Could be an MPID.
        Returns:
        An unmodifiable list containing immutable objects of type Identifier that may be empty.
      • getType

        public CodeableConcept getType()
        Regulatory type, e.g. Investigational or Authorized.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • getDomain

        public Coding getDomain()
        If this medicine applies to human or veterinary uses.
        Returns:
        An immutable object of type Coding that may be null.
      • getCombinedPharmaceuticalDoseForm

        public CodeableConcept getCombinedPharmaceuticalDoseForm()
        The dose form for a single part product, or combined form of a multiple part product.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • getLegalStatusOfSupply

        public CodeableConcept getLegalStatusOfSupply()
        The legal status of supply of the medicinal product as classified by the regulator.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • getAdditionalMonitoringIndicator

        public CodeableConcept getAdditionalMonitoringIndicator()
        Whether the Medicinal Product is subject to additional monitoring for regulatory reasons.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • getSpecialMeasures

        public List<String> getSpecialMeasures()
        Whether the Medicinal Product is subject to special measures for regulatory reasons.
        Returns:
        An unmodifiable list containing immutable objects of type String that may be empty.
      • getPaediatricUseIndicator

        public CodeableConcept getPaediatricUseIndicator()
        If authorised for use in children.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • getProductClassification

        public List<CodeableConcept> getProductClassification()
        Allows the product to be classified by various systems.
        Returns:
        An unmodifiable list containing immutable objects of type CodeableConcept that may be empty.
      • getMarketingStatus

        public List<MarketingStatus> getMarketingStatus()
        Marketing status of the medicinal product, in contrast to marketing authorizaton.
        Returns:
        An unmodifiable list containing immutable objects of type MarketingStatus that may be empty.
      • getPharmaceuticalProduct

        public List<Reference> getPharmaceuticalProduct()
        Pharmaceutical aspects of product.
        Returns:
        An unmodifiable list containing immutable objects of type Reference that may be empty.
      • getPackagedMedicinalProduct

        public List<Reference> getPackagedMedicinalProduct()
        Package representation for the product.
        Returns:
        An unmodifiable list containing immutable objects of type Reference that may be empty.
      • getAttachedDocument

        public List<Reference> getAttachedDocument()
        Supporting documentation, typically for regulatory submission.
        Returns:
        An unmodifiable list containing immutable objects of type Reference that may be empty.
      • getMasterFile

        public List<Reference> getMasterFile()
        A master file for to the medicinal product (e.g. Pharmacovigilance System Master File).
        Returns:
        An unmodifiable list containing immutable objects of type Reference that may be empty.
      • getContact

        public List<Reference> getContact()
        A product specific contact, person (in a role), or an organization.
        Returns:
        An unmodifiable list containing immutable objects of type Reference that may be empty.
      • getClinicalTrial

        public List<Reference> getClinicalTrial()
        Clinical trials or studies that this product is involved in.
        Returns:
        An unmodifiable list containing immutable objects of type Reference that may be empty.
      • getName

        public List<MedicinalProduct.Name> getName()
        The product's name, including full name and possibly coded parts.
        Returns:
        An unmodifiable list containing immutable objects of type MedicinalProduct.Name that is non-empty.
      • getCrossReference

        public List<Identifier> getCrossReference()
        Reference to another product, e.g. for linking authorised to investigational product.
        Returns:
        An unmodifiable list containing immutable objects of type Identifier that may be empty.
      • 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