public enum V3SubstanceAdminSubstitution extends Enum<V3SubstanceAdminSubstitution>
| Enum Constant and Description |
|---|
_ACTSUBSTANCEADMINSUBSTITUTIONCODE
Description: Substitution occurred or is permitted with another product that may potentially have different ingredients, but having the same biological and therapeutic effects.
|
BC
Description:
Substitution occurred or is permitted between equivalent Brands but not Generics
Examples:
Zestril for Prinivil
Coumadin for Jantoven
|
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
|
F
Description: This substitution was performed or is permitted based on formulary guidelines.
|
G
Description: Substitution occurred or is permitted between equivalent Generics but not Brands
Examples:
Lisnopril (Lupin Corp) for Lisnopril (Wockhardt Corp)
|
N
No substitution occurred or is permitted.
|
NULL
added to help the parsers
|
TB
Description: Substitution occurred or is permitted between therapeutically equivalent Brands but not Generics
>
Examples:
Zantac for Tagamet
|
TE
Description: Substitution occurred or is permitted with another product having the same therapeutic objective and safety profile.
|
TG
Description: Substitution occurred or is permitted between therapeutically equivalent Generics but not Brands
>
Examples:
Ranitidine for cimetidine
|
| Modifier and Type | Method and Description |
|---|---|
static V3SubstanceAdminSubstitution |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3SubstanceAdminSubstitution |
valueOf(String name)
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.
|
public static final V3SubstanceAdminSubstitution _ACTSUBSTANCEADMINSUBSTITUTIONCODE
public static final V3SubstanceAdminSubstitution E
public static final V3SubstanceAdminSubstitution EC
public static final V3SubstanceAdminSubstitution BC
public static final V3SubstanceAdminSubstitution G
public static final V3SubstanceAdminSubstitution TE
public static final V3SubstanceAdminSubstitution TB
public static final V3SubstanceAdminSubstitution TG
public static final V3SubstanceAdminSubstitution F
public static final V3SubstanceAdminSubstitution N
public static final V3SubstanceAdminSubstitution NULL
public static V3SubstanceAdminSubstitution[] values()
for (V3SubstanceAdminSubstitution c : V3SubstanceAdminSubstitution.values()) System.out.println(c);
public static V3SubstanceAdminSubstitution valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static V3SubstanceAdminSubstitution fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.