Class ConditionClinicalCodes
Preferred value set for Condition Clinical Status.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ConditionClinicalCodes : object
Fields
| Improve this Doc View SourceActive
The subject is currently experiencing the symptoms of the condition.
Declaration
public static readonly Coding Active
Field Value
| Type | Description |
|---|---|
| Coding |
LiteralActive
Literal for code: Active
Declaration
public const string LiteralActive = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralConditionClinicalActive
Literal for code: ConditionClinicalActive
Declaration
public const string LiteralConditionClinicalActive = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralConditionClinicalRelapse
Literal for code: ConditionClinicalRelapse
Declaration
public const string LiteralConditionClinicalRelapse = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralConditionClinicalRemission
Literal for code: ConditionClinicalRemission
Declaration
public const string LiteralConditionClinicalRemission = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralConditionClinicalResolved
Literal for code: ConditionClinicalResolved
Declaration
public const string LiteralConditionClinicalResolved = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralRelapse
Literal for code: Relapse
Declaration
public const string LiteralRelapse = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralRemission
Literal for code: Remission
Declaration
public const string LiteralRemission = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralResolved
Literal for code: Resolved
Declaration
public const string LiteralResolved = null
Field Value
| Type | Description |
|---|---|
| System.String |
Relapse
The subject is re-experiencing the symptoms of the condition after a period of remission or presumed resolution.
Declaration
public static readonly Coding Relapse
Field Value
| Type | Description |
|---|---|
| Coding |
Remission
The subject is no longer experiencing the symptoms of the condition, but there is a risk of the symptoms returning.
Declaration
public static readonly Coding Remission
Field Value
| Type | Description |
|---|---|
| Coding |
Resolved
The subject is no longer experiencing the symptoms of the condition and there is no perceived risk of the symptoms returning.
Declaration
public static readonly Coding Resolved
Field Value
| Type | Description |
|---|---|
| Coding |
Values
Dictionary for looking up ConditionClinical Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
| Type | Description |
|---|---|
| Dictionary<System.String, Coding> |