Click or drag to resize

IFhirProfileValidationHandlerValidate Method

Validate the resource and emit detected issues

Namespace:  SanteDB.Messaging.FHIR.Extensions
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
List<DetectedIssue> Validate(
	Resource resource
)

Parameters

resource
Type: Resource
The resource instance

Return Value

Type: ListDetectedIssue
The list of detected issues
See Also