Show / Hide Table of Contents

Class ResponseCodeCodes

The kind of response to a message

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

Fields

| Improve this Doc View Source

FatalError

The message was rejected because of some content in it. There is no point in re-sending without change. The response narrative SHALL describe the issue.

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

LiteralFatalError

Literal for code: FatalError

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

LiteralOK

Literal for code: OK

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

LiteralResponseCodeFatalError

Literal for code: ResponseCodeFatalError

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

LiteralResponseCodeOK

Literal for code: ResponseCodeOK

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

LiteralResponseCodeTransientError

Literal for code: ResponseCodeTransientError

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

LiteralTransientError

Literal for code: TransientError

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

OK

The message was accepted and processed without error.

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

TransientError

Some internal unexpected error occurred - wait and try again. Note - this is usually used for things like database unavailable, which may be expected to resolve, though human intervention may be required.

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

Values

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