Show / Hide Table of Contents

Class ConditionVerStatusCodes

The verification status to support or decline the clinical status of the condition or diagnosis.

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

Fields

| Improve this Doc View Source

Confirmed

There is sufficient diagnostic and/or clinical evidence to treat this as a confirmed condition.

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

Differential

One of a set of potential (and typically mutually exclusive) diagnosis asserted to further guide the diagnostic process and preliminary treatment.

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

EnteredInError

The statement was entered in error and is not valid.

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

LiteralConditionVerStatusConfirmed

Literal for code: ConditionVerStatusConfirmed

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

LiteralConditionVerStatusDifferential

Literal for code: ConditionVerStatusDifferential

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

LiteralConditionVerStatusEnteredInError

Literal for code: ConditionVerStatusEnteredInError

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

LiteralConditionVerStatusProvisional

Literal for code: ConditionVerStatusProvisional

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

LiteralConditionVerStatusRefuted

Literal for code: ConditionVerStatusRefuted

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

LiteralConditionVerStatusUnknown

Literal for code: ConditionVerStatusUnknown

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

LiteralConfirmed

Literal for code: Confirmed

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

LiteralDifferential

Literal for code: Differential

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

LiteralEnteredInError

Literal for code: EnteredInError

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

LiteralProvisional

Literal for code: Provisional

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

LiteralRefuted

Literal for code: Refuted

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

LiteralUnknown

Literal for code: Unknown

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

Provisional

This is a tentative diagnosis - still a candidate that is under consideration.

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

Refuted

This condition has been ruled out by diagnostic and clinical evidence.

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

Unknown

The condition status is unknown. Note that "unknown" is a value of last resort and every attempt should be made to provide a meaningful value other than "unknown".

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

Values

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