Package org.hl7.fhir.r4.model
Enum Enumerations.BindingStrength
- All Implemented Interfaces:
Serializable
,Comparable<Enumerations.BindingStrength>
- Enclosing class:
Enumerations
-
Enum Constant Summary
Enum ConstantDescriptionInstances are not expected or even encouraged to draw from the specified value set.To be conformant, the concept in this element SHALL be from the specified value set if any of the codes within the value set can apply to the concept being communicated.added to help the parsersInstances are encouraged to draw from the specified codes for interoperability purposes but are not required to do so to be considered conformant.To be conformant, the concept in this element SHALL be from the specified value set. -
Method Summary
Modifier and TypeMethodDescriptionstatic Enumerations.BindingStrength
toCode()
static Enumerations.BindingStrength
Returns the enum constant of this type with the specified name.static Enumerations.BindingStrength[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
REQUIRED
To be conformant, the concept in this element SHALL be from the specified value set. -
EXTENSIBLE
To be conformant, the concept in this element SHALL be from the specified value set if any of the codes within the value set can apply to the concept being communicated. If the value set does not cover the concept (based on human review), alternate codings (or, data type allowing, text) may be included instead. -
PREFERRED
Instances are encouraged to draw from the specified codes for interoperability purposes but are not required to do so to be considered conformant. -
EXAMPLE
Instances are not expected or even encouraged to draw from the specified value set. The value set merely provides examples of the types of concepts intended to be included. -
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 Enumerations.BindingStrength fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-