Show / Hide Table of Contents

Class ClinicalImpressionStatusCodes

The workflow state of a clinical impression.

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

Fields

| Improve this Doc View Source

Completed

The assessment is done and the results are final.

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

EnteredInError

This assessment was never actually done and the record is erroneous (e.g. Wrong patient).

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

InProgress

The assessment is still on-going and results are not yet final.

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

LiteralClinicalImpressionStatusCompleted

Literal for code: ClinicalImpressionStatusCompleted

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

LiteralClinicalImpressionStatusEnteredInError

Literal for code: ClinicalImpressionStatusEnteredInError

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

LiteralClinicalImpressionStatusInProgress

Literal for code: ClinicalImpressionStatusInProgress

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

LiteralCompleted

Literal for code: Completed

Declaration
public const string LiteralCompleted = 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

LiteralInProgress

Literal for code: InProgress

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

Values

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