Class BundleTypeCodes
Indicates the purpose of a bundle - how it was intended to be used.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class BundleTypeCodes : object
Fields
| Improve this Doc View SourceBatch
The bundle is a transaction - intended to be processed by a server as a group of actions.
Declaration
public static readonly Coding Batch
Field Value
Type | Description |
---|---|
Coding |
BatchResponse
The bundle is a batch response. Note that as a batch, some responses may indicate failure and others success.
Declaration
public static readonly Coding BatchResponse
Field Value
Type | Description |
---|---|
Coding |
Collection
The bundle is a set of resources collected into a single document for ease of distribution.
Declaration
public static readonly Coding Collection
Field Value
Type | Description |
---|---|
Coding |
Document
The bundle is a document. The first resource is a Composition.
Declaration
public static readonly Coding Document
Field Value
Type | Description |
---|---|
Coding |
HistoryList
The bundle is a list of resources from a history interaction on a server.
Declaration
public static readonly Coding HistoryList
Field Value
Type | Description |
---|---|
Coding |
LiteralBatch
Literal for code: Batch
Declaration
public const string LiteralBatch = null
Field Value
Type | Description |
---|---|
System. |
LiteralBatchResponse
Literal for code: BatchResponse
Declaration
public const string LiteralBatchResponse = null
Field Value
Type | Description |
---|---|
System. |
LiteralBundleTypeBatch
Literal for code: BundleTypeBatch
Declaration
public const string LiteralBundleTypeBatch = null
Field Value
Type | Description |
---|---|
System. |
LiteralBundleTypeBatchResponse
Literal for code: BundleTypeBatchResponse
Declaration
public const string LiteralBundleTypeBatchResponse = null
Field Value
Type | Description |
---|---|
System. |
LiteralBundleTypeCollection
Literal for code: BundleTypeCollection
Declaration
public const string LiteralBundleTypeCollection = null
Field Value
Type | Description |
---|---|
System. |
LiteralBundleTypeDocument
Literal for code: BundleTypeDocument
Declaration
public const string LiteralBundleTypeDocument = null
Field Value
Type | Description |
---|---|
System. |
LiteralBundleTypeHistoryList
Literal for code: BundleTypeHistoryList
Declaration
public const string LiteralBundleTypeHistoryList = null
Field Value
Type | Description |
---|---|
System. |
LiteralBundleTypeMessage
Literal for code: BundleTypeMessage
Declaration
public const string LiteralBundleTypeMessage = null
Field Value
Type | Description |
---|---|
System. |
LiteralBundleTypeSearchResults
Literal for code: BundleTypeSearchResults
Declaration
public const string LiteralBundleTypeSearchResults = null
Field Value
Type | Description |
---|---|
System. |
LiteralBundleTypeTransaction
Literal for code: BundleTypeTransaction
Declaration
public const string LiteralBundleTypeTransaction = null
Field Value
Type | Description |
---|---|
System. |
LiteralBundleTypeTransactionResponse
Literal for code: BundleTypeTransactionResponse
Declaration
public const string LiteralBundleTypeTransactionResponse = null
Field Value
Type | Description |
---|---|
System. |
LiteralCollection
Literal for code: Collection
Declaration
public const string LiteralCollection = null
Field Value
Type | Description |
---|---|
System. |
LiteralDocument
Literal for code: Document
Declaration
public const string LiteralDocument = null
Field Value
Type | Description |
---|---|
System. |
LiteralHistoryList
Literal for code: HistoryList
Declaration
public const string LiteralHistoryList = null
Field Value
Type | Description |
---|---|
System. |
LiteralMessage
Literal for code: Message
Declaration
public const string LiteralMessage = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchResults
Literal for code: SearchResults
Declaration
public const string LiteralSearchResults = null
Field Value
Type | Description |
---|---|
System. |
LiteralTransaction
Literal for code: Transaction
Declaration
public const string LiteralTransaction = null
Field Value
Type | Description |
---|---|
System. |
LiteralTransactionResponse
Literal for code: TransactionResponse
Declaration
public const string LiteralTransactionResponse = null
Field Value
Type | Description |
---|---|
System. |
Message
The bundle is a message. The first resource is a MessageHeader.
Declaration
public static readonly Coding Message
Field Value
Type | Description |
---|---|
Coding |
SearchResults
The bundle is a list of resources returned as a result of a search/query interaction, operation, or message.
Declaration
public static readonly Coding SearchResults
Field Value
Type | Description |
---|---|
Coding |
Transaction
The bundle is a transaction - intended to be processed by a server as an atomic commit.
Declaration
public static readonly Coding Transaction
Field Value
Type | Description |
---|---|
Coding |
TransactionResponse
The bundle is a transaction response. Because the response is a transaction response, the transactionhas succeeded, and all responses are error free.
Declaration
public static readonly Coding TransactionResponse
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up BundleType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |