Releases: inferno-framework/fhir-validator-wrapper
Releases · inferno-framework/fhir-validator-wrapper
v1.4.0
Update org.hl7.fhir.validator
code to 5.3.14
v1.3.0
- Update
org.hl7.fhir.validator
code to 5.3.11
v1.2.0
- Update the preloaded US Core IG files to version
3.1.1
(previously 3.1.0
)
- Do a better job of catching Java Exceptions from the validation code, and returning them as
OperationOutcomes
, rather than throwing a 500 Server Error
v1.1.0
- Adds endpoints for evaluating FHIRPath expressions (#19)
- Dependency updates (#28, thanks @marvin1up!)
v0.1.1
- Update Program Release with US Core 3.1.1 Profiles preloaded
- Update Gradle to support JDK 14
- Include existing validator dependency locally
v1.0.0
This release includes:
- Adds a basic web service for validating FHIR Resources (API documentation here)
- Routes for:
- Validating a resource
- Listing supported resources
- Listing supported profiles
- Loading custom profiles
- Listing profiles by IG
- Listing known IGs
- Loading an IG by NPM Package ID
- Loading a custom IG via
package.tgz
- Adds integration with NPM package server