Package org.hl7.fhir.r5.model
Class ManufacturedItemDefinition
- java.lang.Object
-
- org.hl7.fhir.r5.model.Base
-
- org.hl7.fhir.r5.model.BaseResource
-
- org.hl7.fhir.r5.model.Resource
-
- org.hl7.fhir.r5.model.DomainResource
-
- org.hl7.fhir.r5.model.ManufacturedItemDefinition
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IAnyResource,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions,org.hl7.fhir.instance.model.api.IBaseResource,org.hl7.fhir.instance.model.api.IDomainResource
public class ManufacturedItemDefinition extends DomainResource
The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent
-
Field Summary
Fields Modifier and Type Field Description static ca.uhn.fhir.rest.gclient.TokenClientParamDOSE_FORMFluent Client search parameter constant for dose-formprotected List<Identifier>identifierUnique identifier.static ca.uhn.fhir.rest.gclient.TokenClientParamIDENTIFIERFluent Client search parameter constant for identifierprotected List<CodeableConcept>ingredientThe ingredients of this manufactured item.static ca.uhn.fhir.rest.gclient.TokenClientParamINGREDIENTFluent Client search parameter constant for ingredientprotected CodeableConceptmanufacturedDoseFormDose form as manufactured and before any transformation into the pharmaceutical product.protected List<Reference>manufacturerManufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues).protected List<ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent>propertyGeneral characteristics of this item.static StringSP_DOSE_FORMSearch parameter: dose-formstatic StringSP_IDENTIFIERSearch parameter: identifierstatic StringSP_INGREDIENTSearch parameter: ingredientprotected Enumeration<Enumerations.PublicationStatus>statusThe status of this item.protected CodeableConceptunitOfPresentationThe “real world” units in which the quantity of the manufactured item is described.-
Fields inherited from class org.hl7.fhir.r5.model.DomainResource
contained, extension, modifierExtension, SP_TEXT, text, TEXT
-
Fields inherited from class org.hl7.fhir.r5.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description ManufacturedItemDefinition()ConstructorManufacturedItemDefinition(Enumerations.PublicationStatus status, CodeableConcept manufacturedDoseForm)Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.r5.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
-
Methods inherited from class org.hl7.fhir.r5.model.Resource
copyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.r5.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
-
Methods inherited from class org.hl7.fhir.r5.model.Base
children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
-
-
-
-
Field Detail
-
identifier
protected List<Identifier> identifier
Unique identifier.
-
status
protected Enumeration<Enumerations.PublicationStatus> status
The status of this item. Enables tracking the life-cycle of the content.
-
manufacturedDoseForm
protected CodeableConcept manufacturedDoseForm
Dose form as manufactured and before any transformation into the pharmaceutical product.
-
unitOfPresentation
protected CodeableConcept unitOfPresentation
The “real world” units in which the quantity of the manufactured item is described.
-
manufacturer
protected List<Reference> manufacturer
Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues).
-
ingredient
protected List<CodeableConcept> ingredient
The ingredients of this manufactured item. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource.
-
property
protected List<ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent> property
General characteristics of this item.
-
SP_DOSE_FORM
public static final String SP_DOSE_FORM
Search parameter: dose-formDescription: Dose form as manufactured and before any transformation into the pharmaceutical product
Type: token
Path: ManufacturedItemDefinition.manufacturedDoseForm
- See Also:
- Constant Field Values
-
DOSE_FORM
public static final ca.uhn.fhir.rest.gclient.TokenClientParam DOSE_FORM
Fluent Client search parameter constant for dose-formDescription: Dose form as manufactured and before any transformation into the pharmaceutical product
Type: token
Path: ManufacturedItemDefinition.manufacturedDoseForm
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter: identifierDescription: Unique identifier
Type: token
Path: ManufacturedItemDefinition.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: Unique identifier
Type: token
Path: ManufacturedItemDefinition.identifier
-
SP_INGREDIENT
public static final String SP_INGREDIENT
Search parameter: ingredientDescription: An ingredient of this item
Type: token
Path: ManufacturedItemDefinition.ingredient
- See Also:
- Constant Field Values
-
INGREDIENT
public static final ca.uhn.fhir.rest.gclient.TokenClientParam INGREDIENT
Fluent Client search parameter constant for ingredientDescription: An ingredient of this item
Type: token
Path: ManufacturedItemDefinition.ingredient
-
-
Constructor Detail
-
ManufacturedItemDefinition
public ManufacturedItemDefinition()
Constructor
-
ManufacturedItemDefinition
public ManufacturedItemDefinition(Enumerations.PublicationStatus status, CodeableConcept manufacturedDoseForm)
Constructor
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier(Unique identifier.)
-
setIdentifier
public ManufacturedItemDefinition setIdentifier(List<Identifier> theIdentifier)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
-
addIdentifier
public ManufacturedItemDefinition addIdentifier(Identifier t)
-
getIdentifierFirstRep
public Identifier getIdentifierFirstRep()
- Returns:
- The first repetition of repeating field
identifier, creating it if it does not already exist {3}
-
getStatusElement
public Enumeration<Enumerations.PublicationStatus> getStatusElement()
- Returns:
status(The status of this item. Enables tracking the life-cycle of the content.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
-
hasStatus
public boolean hasStatus()
-
setStatusElement
public ManufacturedItemDefinition setStatusElement(Enumeration<Enumerations.PublicationStatus> value)
- Parameters:
value-status(The status of this item. Enables tracking the life-cycle of the content.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public Enumerations.PublicationStatus getStatus()
- Returns:
- The status of this item. Enables tracking the life-cycle of the content.
-
setStatus
public ManufacturedItemDefinition setStatus(Enumerations.PublicationStatus value)
- Parameters:
value- The status of this item. Enables tracking the life-cycle of the content.
-
getManufacturedDoseForm
public CodeableConcept getManufacturedDoseForm()
- Returns:
manufacturedDoseForm(Dose form as manufactured and before any transformation into the pharmaceutical product.)
-
hasManufacturedDoseForm
public boolean hasManufacturedDoseForm()
-
setManufacturedDoseForm
public ManufacturedItemDefinition setManufacturedDoseForm(CodeableConcept value)
- Parameters:
value-manufacturedDoseForm(Dose form as manufactured and before any transformation into the pharmaceutical product.)
-
getUnitOfPresentation
public CodeableConcept getUnitOfPresentation()
- Returns:
unitOfPresentation(The “real world” units in which the quantity of the manufactured item is described.)
-
hasUnitOfPresentation
public boolean hasUnitOfPresentation()
-
setUnitOfPresentation
public ManufacturedItemDefinition setUnitOfPresentation(CodeableConcept value)
- Parameters:
value-unitOfPresentation(The “real world” units in which the quantity of the manufactured item is described.)
-
getManufacturer
public List<Reference> getManufacturer()
- Returns:
manufacturer(Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues).)
-
setManufacturer
public ManufacturedItemDefinition setManufacturer(List<Reference> theManufacturer)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasManufacturer
public boolean hasManufacturer()
-
addManufacturer
public Reference addManufacturer()
-
addManufacturer
public ManufacturedItemDefinition addManufacturer(Reference t)
-
getManufacturerFirstRep
public Reference getManufacturerFirstRep()
- Returns:
- The first repetition of repeating field
manufacturer, creating it if it does not already exist {3}
-
getIngredient
public List<CodeableConcept> getIngredient()
- Returns:
ingredient(The ingredients of this manufactured item. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource.)
-
setIngredient
public ManufacturedItemDefinition setIngredient(List<CodeableConcept> theIngredient)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIngredient
public boolean hasIngredient()
-
addIngredient
public CodeableConcept addIngredient()
-
addIngredient
public ManufacturedItemDefinition addIngredient(CodeableConcept t)
-
getIngredientFirstRep
public CodeableConcept getIngredientFirstRep()
- Returns:
- The first repetition of repeating field
ingredient, creating it if it does not already exist {3}
-
getProperty
public List<ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent> getProperty()
- Returns:
property(General characteristics of this item.)
-
setProperty
public ManufacturedItemDefinition setProperty(List<ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent> theProperty)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasProperty
public boolean hasProperty()
-
addProperty
public ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent addProperty()
-
addProperty
public ManufacturedItemDefinition addProperty(ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent t)
-
getPropertyFirstRep
public ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent getPropertyFirstRep()
- Returns:
- The first repetition of repeating field
property, creating it if it does not already exist {3}
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildrenin classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makePropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
public ManufacturedItemDefinition copy()
- Specified by:
copyin classDomainResource
-
copyValues
public void copyValues(ManufacturedItemDefinition dst)
-
typedCopy
protected ManufacturedItemDefinition typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceTypein classResource
-
-