Show / Hide Table of Contents

Class MessageSignificanceCategoryCodes

The impact of the content of a message.

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

Fields

| Improve this Doc View Source

Consequence

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
| Improve this Doc View Source

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
| Improve this Doc View Source

LiteralConsequence

Literal for code: Consequence

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

LiteralCurrency

Literal for code: Currency

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

LiteralMessageSignificanceCategoryConsequence

Literal for code: MessageSignificanceCategoryConsequence

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

LiteralMessageSignificanceCategoryCurrency

Literal for code: MessageSignificanceCategoryCurrency

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

LiteralMessageSignificanceCategoryNotification

Literal for code: MessageSignificanceCategoryNotification

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

LiteralNotification

Literal for code: Notification

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

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
| Improve this Doc View Source

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX