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
The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for dose-formprotected List<Identifier>Unique identifier.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for identifierprotected List<CodeableConcept>The ingredients of this manufactured item.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for ingredientprotected CodeableConceptDose form as manufactured and before any transformation into the pharmaceutical product.Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues).General characteristics of this item.static final StringSearch parameter: dose-formstatic final StringSearch parameter: identifierstatic final StringSearch parameter: ingredientprotected Enumeration<Enumerations.PublicationStatus>The status of this item.protected CodeableConceptThe “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, TEXTFields inherited from class org.hl7.fhir.r5.model.Resource
id, implicitRules, language, metaFields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, SP_RES_IDFields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET -
Constructor Summary
ConstructorsConstructorDescriptionConstructorManufacturedItemDefinition(Enumerations.PublicationStatus status, CodeableConcept manufacturedDoseForm) Constructor -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidbooleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) String[]getTypesForProperty(int hash, String name) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) setIdentifier(List<Identifier> theIdentifier) setIngredient(List<CodeableConcept> theIngredient) setManufacturer(List<Reference> theManufacturer) setProperty(int hash, String name, Base value) setProperty(String name, Base value) setProperty(List<ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent> theProperty) protected ManufacturedItemDefinitionMethods 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, setTextMethods 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, setMetaMethods inherited from class org.hl7.fhir.r5.model.BaseResource
getStructureFhirVersionEnum, isResource, setIdMethods 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, setUserDataINNMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatCommentMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, setId
-
Field Details
-
identifier
Unique identifier. -
status
The status of this item. Enables tracking the life-cycle of the content. -
manufacturedDoseForm
Dose form as manufactured and before any transformation into the pharmaceutical product. -
unitOfPresentation
The “real world” units in which the quantity of the manufactured item is described. -
manufacturer
Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues). -
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
General characteristics of this item. -
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:
-
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
Search parameter: identifierDescription: Unique identifier
Type: token
Path: ManufacturedItemDefinition.identifier
- See Also:
-
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: Unique identifier
Type: token
Path: ManufacturedItemDefinition.identifier
-
SP_INGREDIENT
Search parameter: ingredientDescription: An ingredient of this item
Type: token
Path: ManufacturedItemDefinition.ingredient
- See Also:
-
INGREDIENT
Fluent Client search parameter constant for ingredientDescription: An ingredient of this item
Type: token
Path: ManufacturedItemDefinition.ingredient
-
-
Constructor Details
-
ManufacturedItemDefinition
public ManufacturedItemDefinition()Constructor -
ManufacturedItemDefinition
public ManufacturedItemDefinition(Enumerations.PublicationStatus status, CodeableConcept manufacturedDoseForm) Constructor
-
-
Method Details
-
getIdentifier
- Returns:
identifier(Unique identifier.)
-
setIdentifier
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIdentifier
-
addIdentifier
-
addIdentifier
-
getIdentifierFirstRep
- Returns:
- The first repetition of repeating field
identifier, creating it if it does not already exist {3}
-
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
-
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
- Returns:
- The status of this item. Enables tracking the life-cycle of the content.
-
setStatus
- Parameters:
value- The status of this item. Enables tracking the life-cycle of the content.
-
getManufacturedDoseForm
- Returns:
manufacturedDoseForm(Dose form as manufactured and before any transformation into the pharmaceutical product.)
-
hasManufacturedDoseForm
-
setManufacturedDoseForm
- Parameters:
value-manufacturedDoseForm(Dose form as manufactured and before any transformation into the pharmaceutical product.)
-
getUnitOfPresentation
- Returns:
unitOfPresentation(The “real world” units in which the quantity of the manufactured item is described.)
-
hasUnitOfPresentation
-
setUnitOfPresentation
- Parameters:
value-unitOfPresentation(The “real world” units in which the quantity of the manufactured item is described.)
-
getManufacturer
- Returns:
manufacturer(Manufacturer of the item (Note that this should be named "manufacturer" but it currently causes technical issues).)
-
setManufacturer
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasManufacturer
-
addManufacturer
-
addManufacturer
-
getManufacturerFirstRep
- Returns:
- The first repetition of repeating field
manufacturer, creating it if it does not already exist {3}
-
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
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIngredient
-
addIngredient
-
addIngredient
-
getIngredientFirstRep
- Returns:
- The first repetition of repeating field
ingredient, creating it if it does not already exist {3}
-
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
-
addProperty
-
addProperty
-
getPropertyFirstRep
- Returns:
- The first repetition of repeating field
property, creating it if it does not already exist {3}
-
listChildren
- 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
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- 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
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
- Specified by:
copyin classDomainResource
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
- Specified by:
getResourceTypein classResource
-