| IFhirProfileValidationHandler Interface |
Represents a profile handler that can validate whether a resource conforms to
a profile.
Namespace:
SanteDB.Messaging.FHIR.Extensions
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public interface IFhirProfileValidationHandler
Public Interface IFhirProfileValidationHandler
public interface class IFhirProfileValidationHandler
type IFhirProfileValidationHandler = interface end
The IFhirProfileValidationHandler type exposes the following members.
Properties
| Name | Description |
---|
| AppliesTo |
Gets the type this applies to (or null if it applies to all)
|
| Definition |
Gets the structure definition
|
| ProfileUri |
Gets the defined profile URI
|
TopMethods
| Name | Description |
---|
| Validate |
Validate the resource and emit detected issues
|
TopRemarks
This interface, in combination with one or more IFhirOperationHandler and IFhirExtensionHandler
interfaces is used to implement/override custom domain specific profiles in FHIR
See Also