Show / Hide Table of Contents

Class BindingStrengthCodes

Indication of the degree of conformance expectations associated with a binding.

Inheritance
System.Object
BindingStrengthCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class BindingStrengthCodes : object

Fields

| Improve this Doc View Source

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.

Declaration
public static readonly Coding Example
Field Value
Type Description
Coding
| Improve this Doc View Source

Extensible

To be conformant, instances of this element SHALL include a code from the specified value set if any of the codes within the value set can apply to the concept being communicated. If the valueset does not cover the concept (based on human review), alternate codings (or, data type allowing, text) may be included instead.

Declaration
public static readonly Coding Extensible
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralBindingStrengthExample

Literal for code: BindingStrengthExample

Declaration
public const string LiteralBindingStrengthExample = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralBindingStrengthExtensible

Literal for code: BindingStrengthExtensible

Declaration
public const string LiteralBindingStrengthExtensible = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralBindingStrengthPreferred

Literal for code: BindingStrengthPreferred

Declaration
public const string LiteralBindingStrengthPreferred = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralBindingStrengthRequired

Literal for code: BindingStrengthRequired

Declaration
public const string LiteralBindingStrengthRequired = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralExample

Literal for code: Example

Declaration
public const string LiteralExample = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralExtensible

Literal for code: Extensible

Declaration
public const string LiteralExtensible = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralPreferred

Literal for code: Preferred

Declaration
public const string LiteralPreferred = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralRequired

Literal for code: Required

Declaration
public const string LiteralRequired = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Preferred

Instances are encouraged to draw from the specified codes for interoperability purposes but are not required to do so to be considered conformant.

Declaration
public static readonly Coding Preferred
Field Value
Type Description
Coding
| Improve this Doc View Source

Required

To be conformant, instances of this element SHALL include a code from the specified value set.

Declaration
public static readonly Coding Required
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up BindingStrength Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX