Releases: clinical-meteor/node-on-fhir
Releases · clinical-meteor/node-on-fhir
Hotfixes & Cleanup
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
- 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
- Requires
- 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
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
- Theming fixes to Header/Footer
- CDC/FEMA Measures
- CDC/FEMA Measure Report Examples
- Updates to MeasuresTable and MeasureReportsTable
Patient Charting with SMART on FHIR
- 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.
COVID 19 - Geocoding & Heatmaps
COVID 19 - FHIR Queries
HL7 FHIR Data Infrastructure Refactor
- HL7 FHIR Data Infrastructure refactored into a single package
- Prominent double-height header now available.
- Updates to default FhirQueryPage
- Footer, Header, and Sidebar all accept plugin components from packages
- Robust updates to PatientTable, EncounterTable, ProcedureTables, etc
- Quality Control Infrastructure
- Validation Tests (E2E Testing)
- Static Code Analysis (Linting)