Skip to content

Releases: inferno-framework/fhir-validator-app

v1.0.2

23 Jan 19:36
6e50f3f
Compare
Choose a tag to compare

What's Changed

  • FI-2091 Replaced docker-compose with docker compose by @360dgries in #108
  • FI-2395: Data rights legend by @bmath10 in #110
  • FI-1223: Parse /version endpoint returning JSON by @dehall in #105

Full Changelog: v1.0.1...v1.0.2

v1.0.1

05 Oct 18:55
7423b85
Compare
Choose a tag to compare

Adds Google Analytics when (and only when) application is hosted on inferno.healthit.gov.

v1.0.0

10 Aug 01:18
Compare
Choose a tag to compare

Version 1.0.0:

Web application allowing users to validate JSON/XML FHIR Resources.

  • FHIR Resource
    • Supports uploading via copy paste or file browser
    • Checks for valid JSON/XML structure and basic FHIR properties give immediate feedback before more thorough validation
  • Implementation Guides (IGs)
    • Can select and load IGs from packages.fhir.org
    • IGs may also be uploaded via a package.tgz which conforms to the FHIR NPM Package Specification and includes a .index.json
  • Profile Selection
    • Supports uploading via copy paste, file browser, or selection based on loaded IG profiles
    • Profiles sorted based on selected IG
  • Validation Results
    • Error highlighting
    • Jump to error