Click or drag to resize

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

The IFhirProfileValidationHandler type exposes the following members.

Properties
  NameDescription
Public propertyAppliesTo
Gets the type this applies to (or null if it applies to all)
Public propertyDefinition
Gets the structure definition
Public propertyProfileUri
Gets the defined profile URI
Top
Methods
  NameDescription
Public methodValidate
Validate the resource and emit detected issues
Top
Remarks
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