Show / Hide Table of Contents

Class DetectedissueSeverityCodes

Indicates the potential degree of impact of the identified issue on the patient.

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

Fields

| Improve this Doc View Source

High

Indicates the issue may be life-threatening or has the potential to cause permanent injury.

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

LiteralDetectedissueSeverityHigh

Literal for code: DetectedissueSeverityHigh

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

LiteralDetectedissueSeverityLow

Literal for code: DetectedissueSeverityLow

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

LiteralDetectedissueSeverityModerate

Literal for code: DetectedissueSeverityModerate

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

LiteralHigh

Literal for code: High

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

LiteralLow

Literal for code: Low

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

LiteralModerate

Literal for code: Moderate

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

Low

Indicates the issue may result in some adverse consequences but is unlikely to substantially affect the situation of the subject.

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

Moderate

Indicates the issue may result in noticeable adverse consequences but is unlikely to be life-threatening or cause permanent injury.

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

Values

Dictionary for looking up DetectedissueSeverity 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