Show / Hide Table of Contents

Class DiagnosticReportStatusCodes

The status of the diagnostic report as a whole.

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

Fields

| Improve this Doc View Source

Appended

The report has been modified subsequent to being Final, and is complete and verified by an authorized person. New content has been added, but existing content hasn't changed.

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

Cancelled

The report is unavailable because the measurement was not started or not completed (also sometimes called "aborted").

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

Corrected

The report has been modified subsequent to being Final, and is complete and verified by an authorized person. New content has been added, but existing content hasn't changed

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

EnteredInError

The report has been withdrawn following a previous final release.

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

Final

The report is complete and verified by an authorized person.

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

LiteralAppended

Literal for code: Appended

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

LiteralCancelled

Literal for code: Cancelled

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

LiteralCorrected

Literal for code: Corrected

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

LiteralDiagnosticReportStatusAppended

Literal for code: DiagnosticReportStatusAppended

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

LiteralDiagnosticReportStatusCancelled

Literal for code: DiagnosticReportStatusCancelled

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

LiteralDiagnosticReportStatusCorrected

Literal for code: DiagnosticReportStatusCorrected

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

LiteralDiagnosticReportStatusEnteredInError

Literal for code: DiagnosticReportStatusEnteredInError

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

LiteralDiagnosticReportStatusFinal

Literal for code: DiagnosticReportStatusFinal

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

LiteralDiagnosticReportStatusPartial

Literal for code: DiagnosticReportStatusPartial

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

LiteralDiagnosticReportStatusRegistered

Literal for code: DiagnosticReportStatusRegistered

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

LiteralFinal

Literal for code: Final

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

LiteralPartial

Literal for code: Partial

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

LiteralRegistered

Literal for code: Registered

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

Partial

This is a partial (e.g. initial, interim or preliminary) report: data in the report may be incomplete or unverified.

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

Registered

The existence of the report is registered, but there is nothing yet available.

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

Values

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