Skip to content

Releases: clinical-meteor/node-on-fhir

Hotfixes & Cleanup

30 Oct 15:40
cf15c94
Compare
Choose a tag to compare

A few minor post-release hotfixes.

  • Cleaned up some extraneous console logging.
  • PatientSidebar tweaks.
  • Merged Dependabot fixed.
  • R4 schema updates for Argonaut resources.
  • Cleaning up git submodules.

Meteor Impact Conference

24 Oct 19:24
8de000d
Compare
Choose a tag to compare
Pre-release
  • Updated to Meteor v1.11.1.
  • Confirmed to work with CDC National Healthcare Safety Network FHIR Servers.
    • Requires symptomatic:covid19-on-fhir
    • Requires symptomatic:covid19-geomapping
    • Requires symptomatic:covid19-saner
    • Requires symptomatic:saner
  • Refactored accounts infrastructure from Atmosphere to NPM libraries.
  • Integrated JsonRoutes into core.
  • Integrated AccountsServer running on port 3000
  • Updates to match Meteor Impact conference keynote.

Meteor.settings file requires the following to use the AccountsServer:

{
  "public":{
      "accountsServer": {      
        "database": "meteor",
        "host": "http://localhost",
        "port": 3000
    },
  }
}

S.A.N.E.R. & AMA Gravity Modules

21 Jun 19:13
77ff98e
Compare
Choose a tag to compare
Pre-release

This PR contains:

  • Support for symptomatic:saner module
  • Support for symptomatic:gravity module
  • Support for symptomatic:vault-server module
  • Preliminary changes to the linting process

CDC/FEMA Measures & MeasureReports

22 Apr 06:35
dbe664c
Compare
Choose a tag to compare
Pre-release
  • Theming fixes to Header/Footer
  • CDC/FEMA Measures
  • CDC/FEMA Measure Report Examples
  • Updates to MeasuresTable and MeasureReportsTable

Patient Charting with SMART on FHIR

21 Apr 20:59
8a07c40
Compare
Choose a tag to compare
Pre-release
  • Upgraded to the official SMART on FHIR client library.
  • Added provider launch context.
  • Added a basic patient chart with most of the Argonaut / USCDI FHIR resources.
  • Added quicklaunch functionality to pull patient chart when being launched from an EHR.
  • Autoconfiguration checks Capability Statement on launch, and adjusts queries accordingly.
  • No Data cards and workflows.
  • Added additional Clinical Parameters to Bulk Data Fetch.
  • Updated license terms to MIT, in consideration of pandemic response.
  • Updated privacy policy to reflect redesigned example page.

Screenshot-PatientChart

COVID 19 - Geocoding & Heatmaps

28 Mar 18:57
3611cf5
Compare
Choose a tag to compare
Pre-release

Covid19 Plugin

  • Geocoding
  • Heatmaps

Covid19-Map-SampleData

COVID 19 - FHIR Queries

27 Mar 00:57
c4c4750
Compare
Choose a tag to compare
Pre-release
  • Supports the COVID19 on FHIR plugin.
  • Plugin supports COVID19 queries with LOINC and SNOMED codes.
  • Fetches Encounters, Conditions, Procedures, and Patients.

CovidQueryPage

HL7 FHIR Data Infrastructure Refactor

23 Mar 04:53
7f209be
Compare
Choose a tag to compare
Pre-release

Lighthouse

28 Jan 21:34
Compare
Choose a tag to compare
Lighthouse Pre-release
Pre-release
  • Reduced payload size from ~9MB to ~4MB.
  • Removed duplicate react-icon dependencies
  • Added service workers.
  • Added search engine optimization.
  • Many other performance improvements.
  • HL7 v2 libraries pulled out of base build.
  • Hotfix: Debug router disabled.

Lighthouse-Audit-Performance

Lighthouse Audit

28 Jan 16:37
176e0f8
Compare
Choose a tag to compare
Lighthouse Audit Pre-release
Pre-release
  • Reduced payload size from ~9MB to ~4MB.
  • Removed duplicate react-icon dependencies
  • Added service workers.
  • Added search engine optimization.
  • Many other performance improvements.
  • HL7 v2 libraries pulled out of base build.

Screen Shot 2020-01-27 at 11 44 01 PM