BindingStrength
public enum BindingStrength: String
Indication of the degree of conformance expectations associated with a binding.
URL: http://hl7.org/fhir/binding-strength ValueSet: http://hl7.org/fhir/ValueSet/binding-strength
-
To be conformant, the concept in this element SHALL be from the specified value set
Declaration
Swift
case required = "required"
-
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.
Declaration
Swift
case extensible = "extensible"
-
Instances are encouraged to draw from the specified codes for interoperability purposes but are not required to do so to be considered conformant.
Declaration
Swift
case preferred = "preferred"
-
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.
Declaration
Swift
case example = "example"