Skip to content

Releases: inferno-framework/fhir-validator-wrapper

v1.4.0

18 May 13:11
Compare
Choose a tag to compare

Update org.hl7.fhir.validator code to 5.3.14

v1.3.0

11 May 20:17
Compare
Choose a tag to compare
  • Update org.hl7.fhir.validator code to 5.3.11

v1.2.0

03 Mar 14:28
Compare
Choose a tag to compare
  • 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

21 Dec 21:00
Compare
Choose a tag to compare
  • Adds endpoints for evaluating FHIRPath expressions (#19)
  • Dependency updates (#28, thanks @marvin1up!)

v0.1.1

17 Nov 21:42
9862331
Compare
Choose a tag to compare
  • Update Program Release with US Core 3.1.1 Profiles preloaded
  • Update Gradle to support JDK 14
  • Include existing validator dependency locally

v1.0.1

20 Aug 13:27
Compare
Choose a tag to compare

This release includes:

  • Dependency updates

v1.0.0

10 Aug 19:41
fbf94e4
Compare
Choose a tag to compare

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