|  | IFhirResourceHandler Interface | 
Namespace: SanteDB.Messaging.FHIR.Handlers
 Syntax
SyntaxThe IFhirResourceHandler type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ResourceType | 
            Gets the type of resource this handler can perform operations on
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Create | 
            Create a resource
             | 
|  | Delete | 
            Delete a resource
             | 
|  | GetResourceDefinition | 
            Get the definition for this resource
             | 
|  | GetStructureDefinition | 
            Get the structure definition for this profile
             | 
|  | History | 
            Get the history of a specific FHIR object
             | 
|  | Query | 
            Query a FHIR resource
             | 
|  | Read | 
            Read a specific version of a resource
             | 
|  | Update | 
            Update a resource
             | 
 See Also
See Also