|  | IFhirResourceMapper Interface | 
Namespace: SanteDB.Messaging.FHIR.Handlers
 Syntax
SyntaxThe IFhirResourceMapper type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CanonicalType | 
            Gets the canonical type
             | 
|  | ResourceClrType | 
            Gets the Resource CLR type
             | 
|  | ResourceType | 
            Gets the type of resource this handler can perform operations on
            (Inherited from IFhirResourceHandler.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CanMapObject | 
            True if instance can be processed
             | 
|  | Create | 
            Create a resource
            (Inherited from IFhirResourceHandler.) | 
|  | Delete | 
            Delete a resource
            (Inherited from IFhirResourceHandler.) | 
|  | GetResourceDefinition | 
            Get the definition for this resource
            (Inherited from IFhirResourceHandler.) | 
|  | GetStructureDefinition | 
            Get the structure definition for this profile
            (Inherited from IFhirResourceHandler.) | 
|  | History | 
            Get the history of a specific FHIR object
            (Inherited from IFhirResourceHandler.) | 
|  | MapToFhir | 
            Map modelInstance to FHIR
             | 
|  | MapToModel | 
            Map the specified resourceInstance to model
             | 
|  | Query | 
            Query a FHIR resource
            (Inherited from IFhirResourceHandler.) | 
|  | Read | 
            Read a specific version of a resource
            (Inherited from IFhirResourceHandler.) | 
|  | Update | 
            Update a resource
            (Inherited from IFhirResourceHandler.) | 
 See Also
See Also