Show / Hide Table of Contents

Class DataelementStringencyCodes

Indicates the degree of precision of the data element definition.

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

Fields

| Improve this Doc View Source

Comparable

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

LiteralComparable

Literal for code: Comparable

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

LiteralConvertable

Literal for code: Convertable

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

LiteralDataelementStringencyComparable

Literal for code: DataelementStringencyComparable

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

LiteralDataelementStringencyConvertable

Literal for code: DataelementStringencyConvertable

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

LiteralDataelementStringencyEquivalent

Literal for code: DataelementStringencyEquivalent

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

LiteralDataelementStringencyFlexible

Literal for code: DataelementStringencyFlexible

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

LiteralDataelementStringencyFullySpecified

Literal for code: DataelementStringencyFullySpecified

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

LiteralDataelementStringencyScaleable

Literal for code: DataelementStringencyScaleable

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

LiteralEquivalent

Literal for code: Equivalent

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

LiteralFlexible

Literal for code: Flexible

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

LiteralFullySpecified

Literal for code: FullySpecified

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

LiteralScaleable

Literal for code: Scaleable

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

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
| Improve this Doc View Source

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX