Class DataelementStringencyCodes
Indicates the degree of precision of the data element definition.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class DataelementStringencyCodes : object
Fields
| Improve this Doc View SourceComparable
The data element is sufficiently well-constrained that multiple pieces of data captured according to the constraints of the data element will be comparable (though in some cases, a degree of automated conversion/normalization may be required).
Declaration
public static readonly Coding Comparable
Field Value
| Type | Description |
|---|---|
| Coding |
Convertable
The data element allows multiple units of measure that are convertable between each other (e.g. inches and centimeters) and/or allows data to be captured in multiple value sets for which a known mapping exists allowing conversion of meaning.
Declaration
public static readonly Coding Convertable
Field Value
| Type | Description |
|---|---|
| Coding |
Equivalent
The data element allows multiple units of measure having equivalent meaning; e.g. "cc" (cubic centimeter) and "mL" (milliliter).
Declaration
public static readonly Coding Equivalent
Field Value
| Type | Description |
|---|---|
| Coding |
Flexible
The data element is unconstrained in units, choice of data types and/or choice of vocabulary such that automated comparison of data captured using the data element is not possible.
Declaration
public static readonly Coding Flexible
Field Value
| Type | Description |
|---|---|
| Coding |
FullySpecified
The data element is fully specified down to a single value set, single unit of measure, single data type, etc. Multiple pieces of data associated with this data element are fully comparable.
Declaration
public static readonly Coding FullySpecified
Field Value
| Type | Description |
|---|---|
| Coding |
LiteralComparable
Literal for code: Comparable
Declaration
public const string LiteralComparable = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralConvertable
Literal for code: Convertable
Declaration
public const string LiteralConvertable = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDataelementStringencyComparable
Literal for code: DataelementStringencyComparable
Declaration
public const string LiteralDataelementStringencyComparable = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDataelementStringencyConvertable
Literal for code: DataelementStringencyConvertable
Declaration
public const string LiteralDataelementStringencyConvertable = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDataelementStringencyEquivalent
Literal for code: DataelementStringencyEquivalent
Declaration
public const string LiteralDataelementStringencyEquivalent = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDataelementStringencyFlexible
Literal for code: DataelementStringencyFlexible
Declaration
public const string LiteralDataelementStringencyFlexible = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDataelementStringencyFullySpecified
Literal for code: DataelementStringencyFullySpecified
Declaration
public const string LiteralDataelementStringencyFullySpecified = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDataelementStringencyScaleable
Literal for code: DataelementStringencyScaleable
Declaration
public const string LiteralDataelementStringencyScaleable = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEquivalent
Literal for code: Equivalent
Declaration
public const string LiteralEquivalent = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralFlexible
Literal for code: Flexible
Declaration
public const string LiteralFlexible = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralFullySpecified
Literal for code: FullySpecified
Declaration
public const string LiteralFullySpecified = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralScaleable
Literal for code: Scaleable
Declaration
public const string LiteralScaleable = null
Field Value
| Type | Description |
|---|---|
| System.String |
Scaleable
A convertable data element where unit conversions are different only by a power of 10; e.g. g, mg, kg.
Declaration
public static readonly Coding Scaleable
Field Value
| Type | Description |
|---|---|
| Coding |
Values
Dictionary for looking up DataelementStringency Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
| Type | Description |
|---|---|
| Dictionary<System.String, Coding> |