https://github.com/firelyteam/hl7.fhir.validation.legacy
The validator coming from Firely .NET SDK
https://github.com/firelyteam/hl7.fhir.validation.legacy
Last synced: 12 months ago
JSON representation
The validator coming from Firely .NET SDK
- Host: GitHub
- URL: https://github.com/firelyteam/hl7.fhir.validation.legacy
- Owner: FirelyTeam
- License: other
- Created: 2022-12-19T12:14:35.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-08T08:04:34.000Z (about 1 year ago)
- Last Synced: 2025-06-07T08:42:32.350Z (about 1 year ago)
- Language: C#
- Size: 1.63 MB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://dev.azure.com/firely/firely-net-sdk/_build/latest?definitionId=125&repoName=FirelyTeam%2FHl7.Fhir.Validation.Legacy&branchName=develop)
## Introduction ##
In the latest release of the [Firely .NET SDK](https://github.com/FirelyTeam/firely-net-sdk) (version 5.0), we have removed the FHIR profile validator (`Hl7.Fhir.Validation.Validator`). While we released a [new and faster validator](https://github.com/FirelyTeam/firely-validator-api), we have kept the old validator in the SDK for backwards compatibility. This means that if you are using the new SDK version 5.0 and want to avoid potential regression, you can use the following packages.:
- [Hl7.Fhir.Validation.Legacy.STU3](https://www.nuget.org/packages/Hl7.Fhir.Validation.Legacy.STU3)
- [Hl7.Fhir.Validation.Legacy.R4](https://www.nuget.org/packages/Hl7.Fhir.Validation.Legacy.R4)
- [Hl7.Fhir.Validation.Legacy.R4B](https://www.nuget.org/packages/Hl7.Fhir.Validation.Legacy.R4B)
- [Hl7.Fhir.Validation.Legacy.R5](https://www.nuget.org/packages/Hl7.Fhir.Validation.Legacy.R5)
## Support
We will not longer support this validator.