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: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
List<DetectedIssue> Validate(
	Resource resource
)

Parameters

resource  Resource
The resource instance

Return Value

ListDetectedIssue
The list of detected issues
See Also