Class MessageSignificanceCategoryCodes
The impact of the content of a message.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class MessageSignificanceCategoryCodes : object
Fields
| Improve this Doc View SourceConsequence
The message represents/requests a change that should not be processed more than once; e.g. Making a booking for an appointment.
Declaration
public static readonly Coding Consequence
Field Value
| Type | Description |
|---|---|
| Coding |
Currency
The message represents a response to query for current information. Retrospective processing is wrong and/or wasteful.
Declaration
public static readonly Coding Currency
Field Value
| Type | Description |
|---|---|
| Coding |
LiteralConsequence
Literal for code: Consequence
Declaration
public const string LiteralConsequence = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralCurrency
Literal for code: Currency
Declaration
public const string LiteralCurrency = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMessageSignificanceCategoryConsequence
Literal for code: MessageSignificanceCategoryConsequence
Declaration
public const string LiteralMessageSignificanceCategoryConsequence = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMessageSignificanceCategoryCurrency
Literal for code: MessageSignificanceCategoryCurrency
Declaration
public const string LiteralMessageSignificanceCategoryCurrency = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMessageSignificanceCategoryNotification
Literal for code: MessageSignificanceCategoryNotification
Declaration
public const string LiteralMessageSignificanceCategoryNotification = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralNotification
Literal for code: Notification
Declaration
public const string LiteralNotification = null
Field Value
| Type | Description |
|---|---|
| System.String |
Notification
The content is not necessarily intended to be current, and it can be reprocessed, though there may be version issues created by processing old notifications.
Declaration
public static readonly Coding Notification
Field Value
| Type | Description |
|---|---|
| Coding |
Values
Dictionary for looking up MessageSignificanceCategory Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
| Type | Description |
|---|---|
| Dictionary<System.String, Coding> |