--- type: "codesystem" title: "Binding Strength" codesystem: "binding-strength" --- # Binding Strength - **Official URL**: http://hl7.org/fhir/binding-strength - **Version**: 6.0.0 - **Status**: active - **Name**: BindingStrength - **Title**: Binding Strength - **Description**: Indication of the degree of conformance expectations associated with a binding. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | required | Required | To be conformant, the concept in this element SHALL be from the specified value set. | | extensible | 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 | 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 | 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. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <description value="Indication of the degree of conformance expectations associated with a binding."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/binding-strength"/> <content value="complete"/> <concept> <code value="required"/> <display value="Required"/> <definition value="To be conformant, the concept in this element SHALL be from the specified value set."/> </concept> <concept> <code value="extensible"/> <display value="Extensible"/> <definition value="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."/> </concept> <concept> <code value="preferred"/> <display value="Preferred"/> <definition value="Instances are encouraged to draw from the specified codes for interoperability purposes but are not required to do so to be considered conformant."/> </concept> <concept> <code value="example"/> <display value="Example"/> <definition value="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."/> </concept> </CodeSystem> ```