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 Constants
    Enum Constant
    Description
    Description: 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 Jantoven
    Description: 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 Zestril
    Description: 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 parsers
    Description: Substitution occurred or is permitted between therapeutically equivalent Brands but not Generics > Examples: Zantac for Tagamet
    Description: 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 Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 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

      public static final V3SubstanceAdminSubstitution E
      Description: Substitution occurred or is permitted with another bioequivalent and therapeutically equivalent product.
    • EC

      public static final V3SubstanceAdminSubstitution 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

      public static final V3SubstanceAdminSubstitution BC
      Description: Substitution occurred or is permitted between equivalent Brands but not Generics Examples: Zestril for Prinivil Coumadin for Jantoven
    • G

      public static final V3SubstanceAdminSubstitution G
      Description: Substitution occurred or is permitted between equivalent Generics but not Brands Examples: Lisnopril (Lupin Corp) for Lisnopril (Wockhardt Corp)
    • TE

      public static final V3SubstanceAdminSubstitution TE
      Description: Substitution occurred or is permitted with another product having the same therapeutic objective and safety profile. Examples: ranitidine for Tagamet
    • TB

      public static final V3SubstanceAdminSubstitution TB
      Description: Substitution occurred or is permitted between therapeutically equivalent Brands but not Generics > Examples: Zantac for Tagamet
    • TG

      public static final V3SubstanceAdminSubstitution TG
      Description: Substitution occurred or is permitted between therapeutically equivalent Generics but not Brands > Examples: Ranitidine for cimetidine
    • F

      public static final V3SubstanceAdminSubstitution F
      Description: This substitution was performed or is permitted based on formulary guidelines.
    • N

      public static final V3SubstanceAdminSubstitution N
      No substitution occurred or is permitted.
    • NULL

      public static final V3SubstanceAdminSubstitution 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 name
      NullPointerException - 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

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()