Class ManufacturedItemDefinition
- java.lang.Object
- 
- org.linuxforhealth.fhir.model.visitor.AbstractVisitable
- 
- org.linuxforhealth.fhir.model.resource.Resource
- 
- org.linuxforhealth.fhir.model.resource.DomainResource
- 
- org.linuxforhealth.fhir.model.resource.ManufacturedItemDefinition
 
 
 
 
- 
- All Implemented Interfaces:
- Visitable
 
 @Generated("org.linuxforhealth.fhir.tools.CodeGenerator") public class ManufacturedItemDefinition extends DomainResourceThe definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.Maturity level: FMM1 (Trial Use) 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classManufacturedItemDefinition.Builderstatic classManufacturedItemDefinition.PropertyGeneral characteristics of this item.
 - 
Field Summary- 
Fields inherited from class org.linuxforhealth.fhir.model.resource.DomainResourcecontained, extension, modifierExtension, text
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(java.lang.String elementName, int elementIndex, Visitor visitor)Accept a Visitor and invoke the appropriate visit methods.static ManufacturedItemDefinition.Builderbuilder()booleanequals(java.lang.Object obj)java.util.List<Identifier>getIdentifier()Unique identifier.java.util.List<CodeableConcept>getIngredient()The ingredients of this manufactured item.CodeableConceptgetManufacturedDoseForm()Dose form as manufactured and before any transformation into the pharmaceutical product.java.util.List<Reference>getManufacturer()Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues).java.util.List<ManufacturedItemDefinition.Property>getProperty()General characteristics of this item.PublicationStatusgetStatus()The status of this item.CodeableConceptgetUnitOfPresentation()The “real world” units in which the quantity of the manufactured item is described.booleanhasChildren()inthashCode()ManufacturedItemDefinition.BuildertoBuilder()Create a new Builder from the contents of this Resource- 
Methods inherited from class org.linuxforhealth.fhir.model.resource.DomainResourcegetContained, getExtension, getModifierExtension, getText
 - 
Methods inherited from class org.linuxforhealth.fhir.model.resource.Resourceas, getId, getImplicitRules, getLanguage, getMeta, is
 
- 
 
- 
- 
- 
Method Detail- 
getIdentifierpublic java.util.List<Identifier> getIdentifier() Unique identifier.- Returns:
- An unmodifiable list containing immutable objects of type Identifierthat may be empty.
 
 - 
getStatuspublic PublicationStatus getStatus() The status of this item. Enables tracking the life-cycle of the content.- Returns:
- An immutable object of type PublicationStatusthat is non-null.
 
 - 
getManufacturedDoseFormpublic CodeableConcept getManufacturedDoseForm() Dose form as manufactured and before any transformation into the pharmaceutical product.- Returns:
- An immutable object of type CodeableConceptthat is non-null.
 
 - 
getUnitOfPresentationpublic CodeableConcept getUnitOfPresentation() The “real world” units in which the quantity of the manufactured item is described.- Returns:
- An immutable object of type CodeableConceptthat may be null.
 
 - 
getManufacturerpublic java.util.List<Reference> getManufacturer() Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues).- Returns:
- An unmodifiable list containing immutable objects of type Referencethat may be empty.
 
 - 
getIngredientpublic java.util.List<CodeableConcept> getIngredient() The ingredients of this manufactured item. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource.- Returns:
- An unmodifiable list containing immutable objects of type CodeableConceptthat may be empty.
 
 - 
getPropertypublic java.util.List<ManufacturedItemDefinition.Property> getProperty() General characteristics of this item.- Returns:
- An unmodifiable list containing immutable objects of type ManufacturedItemDefinition.Propertythat may be empty.
 
 - 
hasChildrenpublic boolean hasChildren() - Overrides:
- hasChildrenin class- DomainResource
 
 - 
acceptpublic void accept(java.lang.String elementName, int elementIndex, Visitor visitor)Description copied from interface:VisitableAccept 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:
- acceptin interface- Visitable
- Specified by:
- acceptin 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
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toBuilderpublic ManufacturedItemDefinition.Builder toBuilder() Description copied from class:ResourceCreate a new Builder from the contents of this Resource- Specified by:
- toBuilderin class- DomainResource
 
 - 
builderpublic static ManufacturedItemDefinition.Builder builder() 
 
- 
 
-