Show / Hide Table of Contents

Class ConditionClinicalCodes

Preferred value set for Condition Clinical Status.

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

Fields

| Improve this Doc View Source

Active

The subject is currently experiencing the symptoms of the condition.

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

LiteralActive

Literal for code: Active

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

LiteralConditionClinicalActive

Literal for code: ConditionClinicalActive

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

LiteralConditionClinicalRelapse

Literal for code: ConditionClinicalRelapse

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

LiteralConditionClinicalRemission

Literal for code: ConditionClinicalRemission

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

LiteralConditionClinicalResolved

Literal for code: ConditionClinicalResolved

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

LiteralRelapse

Literal for code: Relapse

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

LiteralRemission

Literal for code: Remission

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

LiteralResolved

Literal for code: Resolved

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

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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