Site icon Hay on FHIR

Validating a resource

It’s often helpful to be able to determine whether a particular resource instance is compliant with a given profile or profiles – including the the core profiles defined in the FHIR specification.

The FHIR project has provided validation functionality that can be used for this. It can be downloaded from the spec  and has also been incorporated into a number of the on-line reference servers. This post describes a simple app that acts as an interface to these servers.

There is a separate page that describes the application but briefly it works as follows.

Here’s an image of the app with a validated resource. Details of the errors will be in each server tab.

There’s more detail in the documentation.

Exit mobile version