Enum FhirCapResource.FhirInteractionCodes
Values that represent FHIR resource interactions. Codes from https://hl7.org/fhir/codesystem-restful-interaction.html
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public enum FhirInteractionCodes : int
Fields
| Name | Description |
|---|---|
| Batch | Get a Capability Statement for the system. |
| Capabilities | Get a Capability Statement for the system. |
| Create | Create a new resource with a server assigned id. |
| Delete | Delete a resource. |
| HistoryInstance | Retrieve the change history for a particular resource. |
| HistorySystem | Retrieve the change history for all resources on a system. |
| HistoryType | Retrieve the change history for all resources of a particular type. |
| Operation | Perform an operation as defined by an OperationDefinition. |
| Patch | Update an existing resource by posting a set of changes to it. |
| Read | Read the current state of the resource.. |
| Search | Search a resource type or all resources based on some filter criteria. |
| SearchSystem | Search all resources based on some filter criteria. |
| SearchType | Search all resources of the specified type based on some filter criteria. |
| Transaction | Get a Capability Statement for the system. |
| Update | Update an existing resource by its id (or create it if it is new). |
| VRead | Read the state of a specific version of the resource. |