The official Firely .NET SDK for HL7 FHIR - Validation codes
In this documentation you can find detailed information, help and suggestions on how to deal with the errors that the Validation Engine gives you when something is wrong with a FHIR resource. For each type of warning or error the validation engine has a specific code.
Find full documentation on the Firely .NET SDK in the Firely docs.
These validator codes are used by the following tools:
Tool | Download and info |
---|---|
Simplifier validator: | https://simplifier.net/validate |
Torinox (fhir validate) | https://simplifier.net/downloads/torinox |
.NET Validation Demo | https://github.com/FirelyTeam/Furore.Fhir.ValidationDemo |
URL Format
The pages in this part of this guide have a specific format since the validator error codes are linked to these pages.
The format is:
https://simplifier.net/docs/fhir-net-api/Code-{codenr}
Information on the raised validator issues can also be found directly in the code, by selecting the right branch from https://github.com/FirelyTeam/firely-net-common and go to src/Hl7.Fhir.Support.Poco/Support/Issue.cs.