Enum V3SubstanceAdminSubstitution
java.lang.Object
java.lang.Enum<V3SubstanceAdminSubstitution>
org.hl7.fhir.r4.model.codesystems.V3SubstanceAdminSubstitution
- All Implemented Interfaces:
Serializable
,Comparable<V3SubstanceAdminSubstitution>
-
Enum Constant Summary
Enum ConstantDescriptionDescription: Substitution occurred or is permitted with another product that may potentially have different ingredients, but having the same biological and therapeutic effects.Description: Substitution occurred or is permitted between equivalent Brands but not Generics Examples: Zestril for Prinivil Coumadin for JantovenDescription: Substitution occurred or is permitted with another bioequivalent and therapeutically equivalent product.Description: Substitution occurred or is permitted with another product that is a: pharmaceutical alternative containing the same active ingredient but is formulated with different salt, ester pharmaceutical equivalent that has the same active ingredient, strength, dosage form and route of administration Examples: Pharmaceutical alternative: Erythromycin Ethylsuccinate for Erythromycin Stearate Pharmaceutical equivalent: Lisonpril for ZestrilDescription: This substitution was performed or is permitted based on formulary guidelines.Description: Substitution occurred or is permitted between equivalent Generics but not Brands Examples: Lisnopril (Lupin Corp) for Lisnopril (Wockhardt Corp)No substitution occurred or is permitted.added to help the parsersDescription: Substitution occurred or is permitted between therapeutically equivalent Brands but not Generics > Examples: Zantac for TagametDescription: Substitution occurred or is permitted with another product having the same therapeutic objective and safety profile.Description: Substitution occurred or is permitted between therapeutically equivalent Generics but not Brands > Examples: Ranitidine for cimetidine -
Method Summary
Modifier and TypeMethodDescriptionstatic V3SubstanceAdminSubstitution
toCode()
static V3SubstanceAdminSubstitution
Returns the enum constant of this type with the specified name.static V3SubstanceAdminSubstitution[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
_ACTSUBSTANCEADMINSUBSTITUTIONCODE
Description: Substitution occurred or is permitted with another product that may potentially have different ingredients, but having the same biological and therapeutic effects. -
E
Description: Substitution occurred or is permitted with another bioequivalent and therapeutically equivalent product. -
EC
Description: Substitution occurred or is permitted with another product that is a: pharmaceutical alternative containing the same active ingredient but is formulated with different salt, ester pharmaceutical equivalent that has the same active ingredient, strength, dosage form and route of administration Examples: Pharmaceutical alternative: Erythromycin Ethylsuccinate for Erythromycin Stearate Pharmaceutical equivalent: Lisonpril for Zestril -
BC
Description: Substitution occurred or is permitted between equivalent Brands but not Generics Examples: Zestril for Prinivil Coumadin for Jantoven -
G
Description: Substitution occurred or is permitted between equivalent Generics but not Brands Examples: Lisnopril (Lupin Corp) for Lisnopril (Wockhardt Corp) -
TE
Description: Substitution occurred or is permitted with another product having the same therapeutic objective and safety profile. Examples: ranitidine for Tagamet -
TB
Description: Substitution occurred or is permitted between therapeutically equivalent Brands but not Generics > Examples: Zantac for Tagamet -
TG
Description: Substitution occurred or is permitted between therapeutically equivalent Generics but not Brands > Examples: Ranitidine for cimetidine -
F
Description: This substitution was performed or is permitted based on formulary guidelines. -
N
No substitution occurred or is permitted. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static V3SubstanceAdminSubstitution fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-