FHIR Validator is an online tool for validating FHIR resources.
FHIR validation means verifying that a resource is both well-formed and conforms to the FHIR specification. This includes checking the structure of the resource, the cardinality and value domains of properties and conformance to other constraints such as profiles and business rules.
One way to validate a FHIR resource is to use the $validate
operation of a FHIR server. This operation is defined in the FHIR specification and is supported by many FHIR servers. It accepts a FHIR resource as input and returns an OperationOutcome resource that acts as a validation report.
FHIR Validator is an web application for validating FHIR resources using the $validate
operation.