Show / Hide Table of Contents

Class BundleTypeCodes

Indicates the purpose of a bundle - how it was intended to be used.

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

Fields

| Improve this Doc View Source

Batch

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

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

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

Document

The bundle is a document. The first resource is a Composition.

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

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

LiteralBatch

Literal for code: Batch

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

LiteralBatchResponse

Literal for code: BatchResponse

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

LiteralBundleTypeBatch

Literal for code: BundleTypeBatch

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

LiteralBundleTypeBatchResponse

Literal for code: BundleTypeBatchResponse

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

LiteralBundleTypeCollection

Literal for code: BundleTypeCollection

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

LiteralBundleTypeDocument

Literal for code: BundleTypeDocument

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

LiteralBundleTypeHistoryList

Literal for code: BundleTypeHistoryList

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

LiteralBundleTypeMessage

Literal for code: BundleTypeMessage

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

LiteralBundleTypeSearchResults

Literal for code: BundleTypeSearchResults

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

LiteralBundleTypeTransaction

Literal for code: BundleTypeTransaction

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

LiteralBundleTypeTransactionResponse

Literal for code: BundleTypeTransactionResponse

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

LiteralCollection

Literal for code: Collection

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

LiteralDocument

Literal for code: Document

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

LiteralHistoryList

Literal for code: HistoryList

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

LiteralMessage

Literal for code: Message

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

LiteralSearchResults

Literal for code: SearchResults

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

LiteralTransaction

Literal for code: Transaction

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

LiteralTransactionResponse

Literal for code: TransactionResponse

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

Message

The bundle is a message. The first resource is a MessageHeader.

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

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

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

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

Values

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