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 SourceHigh
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 |
LiteralDetectedissueSeverityHigh
Literal for code: DetectedissueSeverityHigh
Declaration
public const string LiteralDetectedissueSeverityHigh = null
Field Value
Type | Description |
---|---|
System. |
LiteralDetectedissueSeverityLow
Literal for code: DetectedissueSeverityLow
Declaration
public const string LiteralDetectedissueSeverityLow = null
Field Value
Type | Description |
---|---|
System. |
LiteralDetectedissueSeverityModerate
Literal for code: DetectedissueSeverityModerate
Declaration
public const string LiteralDetectedissueSeverityModerate = null
Field Value
Type | Description |
---|---|
System. |
LiteralHigh
Literal for code: High
Declaration
public const string LiteralHigh = null
Field Value
Type | Description |
---|---|
System. |
LiteralLow
Literal for code: Low
Declaration
public const string LiteralLow = null
Field Value
Type | Description |
---|---|
System. |
LiteralModerate
Literal for code: Moderate
Declaration
public const string LiteralModerate = null
Field Value
Type | Description |
---|---|
System. |
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 |
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 |
Values
Dictionary for looking up DetectedissueSeverity Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |