Show / Hide Table of Contents

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 Source

Error

If the constraint is violated, the resource is not conformant.

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

LiteralConstraintSeverityError

Literal for code: ConstraintSeverityError

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

LiteralConstraintSeverityWarning

Literal for code: ConstraintSeverityWarning

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

LiteralError

Literal for code: Error

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

LiteralWarning

Literal for code: Warning

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

Values

Dictionary for looking up ConstraintSeverity Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
| Improve this Doc View Source

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