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 SourceFatalError
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 |
LiteralFatalError
Literal for code: FatalError
Declaration
public const string LiteralFatalError = null
Field Value
Type | Description |
---|---|
System. |
LiteralOK
Literal for code: OK
Declaration
public const string LiteralOK = null
Field Value
Type | Description |
---|---|
System. |
LiteralResponseCodeFatalError
Literal for code: ResponseCodeFatalError
Declaration
public const string LiteralResponseCodeFatalError = null
Field Value
Type | Description |
---|---|
System. |
LiteralResponseCodeOK
Literal for code: ResponseCodeOK
Declaration
public const string LiteralResponseCodeOK = null
Field Value
Type | Description |
---|---|
System. |
LiteralResponseCodeTransientError
Literal for code: ResponseCodeTransientError
Declaration
public const string LiteralResponseCodeTransientError = null
Field Value
Type | Description |
---|---|
System. |
LiteralTransientError
Literal for code: TransientError
Declaration
public const string LiteralTransientError = null
Field Value
Type | Description |
---|---|
System. |
OK
The message was accepted and processed without error.
Declaration
public static readonly Coding OK
Field Value
Type | Description |
---|---|
Coding |
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 |
Values
Dictionary for looking up ResponseCode Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |