Class BindingStrengthCodes
Indication of the degree of conformance expectations associated with a binding.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class BindingStrengthCodes : object
Fields
| Improve this Doc View SourceExample
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 |
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 |
LiteralBindingStrengthExample
Literal for code: BindingStrengthExample
Declaration
public const string LiteralBindingStrengthExample = null
Field Value
Type | Description |
---|---|
System. |
LiteralBindingStrengthExtensible
Literal for code: BindingStrengthExtensible
Declaration
public const string LiteralBindingStrengthExtensible = null
Field Value
Type | Description |
---|---|
System. |
LiteralBindingStrengthPreferred
Literal for code: BindingStrengthPreferred
Declaration
public const string LiteralBindingStrengthPreferred = null
Field Value
Type | Description |
---|---|
System. |
LiteralBindingStrengthRequired
Literal for code: BindingStrengthRequired
Declaration
public const string LiteralBindingStrengthRequired = null
Field Value
Type | Description |
---|---|
System. |
LiteralExample
Literal for code: Example
Declaration
public const string LiteralExample = null
Field Value
Type | Description |
---|---|
System. |
LiteralExtensible
Literal for code: Extensible
Declaration
public const string LiteralExtensible = null
Field Value
Type | Description |
---|---|
System. |
LiteralPreferred
Literal for code: Preferred
Declaration
public const string LiteralPreferred = null
Field Value
Type | Description |
---|---|
System. |
LiteralRequired
Literal for code: Required
Declaration
public const string LiteralRequired = null
Field Value
Type | Description |
---|---|
System. |
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 |
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 |
Values
Dictionary for looking up BindingStrength Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |