Click or drag to resize

IFhirExtensionHandler Interface

FHIR Extension Handler

Namespace:  SanteDB.Messaging.FHIR.Extensions
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public interface IFhirExtensionHandler

The IFhirExtensionHandler type exposes the following members.

Properties
  NameDescription
Public propertyAppliesTo
Gets the resource type that this applies to (or null if it applies to all types)
Public propertyProfileUri
Gets the URI of the profile that this extension is defined in
Public propertyUri
Gets the URI of the extension
Top
Methods
  NameDescription
Public methodConstruct
Before returning the model object to the caller
Public methodParse
Parse the specified extension
Top
Remarks
This interface is used when processing resources to/from FHIR and allow custom FHIR extensions to map data from extensions into the underlying objects in the CDR schema.
See Also