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: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
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