Class DiagnosticReportStatusCodes
The status of the diagnostic report as a whole.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class DiagnosticReportStatusCodes : object
Fields
| Improve this Doc View SourceAppended
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 |
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 |
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 |
EnteredInError
The report has been withdrawn following a previous final release.
Declaration
public static readonly Coding EnteredInError
Field Value
| Type | Description |
|---|---|
| Coding |
Final
The report is complete and verified by an authorized person.
Declaration
public static readonly Coding Final
Field Value
| Type | Description |
|---|---|
| Coding |
LiteralAppended
Literal for code: Appended
Declaration
public const string LiteralAppended = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralCancelled
Literal for code: Cancelled
Declaration
public const string LiteralCancelled = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralCorrected
Literal for code: Corrected
Declaration
public const string LiteralCorrected = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDiagnosticReportStatusAppended
Literal for code: DiagnosticReportStatusAppended
Declaration
public const string LiteralDiagnosticReportStatusAppended = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDiagnosticReportStatusCancelled
Literal for code: DiagnosticReportStatusCancelled
Declaration
public const string LiteralDiagnosticReportStatusCancelled = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDiagnosticReportStatusCorrected
Literal for code: DiagnosticReportStatusCorrected
Declaration
public const string LiteralDiagnosticReportStatusCorrected = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDiagnosticReportStatusEnteredInError
Literal for code: DiagnosticReportStatusEnteredInError
Declaration
public const string LiteralDiagnosticReportStatusEnteredInError = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDiagnosticReportStatusFinal
Literal for code: DiagnosticReportStatusFinal
Declaration
public const string LiteralDiagnosticReportStatusFinal = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDiagnosticReportStatusPartial
Literal for code: DiagnosticReportStatusPartial
Declaration
public const string LiteralDiagnosticReportStatusPartial = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDiagnosticReportStatusRegistered
Literal for code: DiagnosticReportStatusRegistered
Declaration
public const string LiteralDiagnosticReportStatusRegistered = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralFinal
Literal for code: Final
Declaration
public const string LiteralFinal = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralPartial
Literal for code: Partial
Declaration
public const string LiteralPartial = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralRegistered
Literal for code: Registered
Declaration
public const string LiteralRegistered = null
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
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> |