Class ConstraintSeverityCodes
SHALL applications comply with this constraint?
Inheritance
System.Object
ConstraintSeverityCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ConstraintSeverityCodes : object
Fields
| Improve this Doc View SourceError
If the constraint is violated, the resource is not conformant.
Declaration
public static readonly Coding Error
Field Value
Type | Description |
---|---|
Coding |
LiteralConstraintSeverityError
Literal for code: ConstraintSeverityError
Declaration
public const string LiteralConstraintSeverityError = null
Field Value
Type | Description |
---|---|
System. |
LiteralConstraintSeverityWarning
Literal for code: ConstraintSeverityWarning
Declaration
public const string LiteralConstraintSeverityWarning = null
Field Value
Type | Description |
---|---|
System. |
LiteralError
Literal for code: Error
Declaration
public const string LiteralError = null
Field Value
Type | Description |
---|---|
System. |
LiteralWarning
Literal for code: Warning
Declaration
public const string LiteralWarning = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up ConstraintSeverity Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |
Warning
If the constraint is violated, the resource is conformant, but it is not necessarily following best practice.
Declaration
public static readonly Coding Warning
Field Value
Type | Description |
---|---|
Coding |