FHIR Chat · Clinical Meteor - RC16 - Epic 2015 Schemas · Announcements

Stream: Announcements

Topic: Clinical Meteor - RC16 - Epic 2015 Schemas


view this post on Zulip Abbie Watson (Dec 08 2016 at 16:20):

Hi all,
Going to start cross-posting relevant Clinical Meteor distro release announcements.

RC16 Epic Schemas doubles the number of supported HL7 FHIR resource schemas to a total of 40 out of 100, and includes complete schema interoperability support for Epic 2015. We've also removed nearly all Blaze dependencies (for people who want to use React or Angular); upgraded to Meteor 1.4.2, and have begun migration from Gagarin to the native Mocha test infrastructure for FDA verification tests. The Clinical Meteor SDK now includes a range of full-stack Javascript utilities, including the Tensor Flow neural net, the Cornerstone DICOM viewer, and a SNOMED Express Rest API.

Happy Holidays!

Forum Discussion
https://forums.meteor.com/t/clinical-track-rc16-epic-2015-schemas/32039

Release Page
http://clinical.meteorapp.com/release/1.4.2-rc164

Clinical Meteor SDK
Download the entire Clinical Meteor software development kit, including examples, utilities, design documents, and other resources.

git clone --recursive http://github.com/clinical-meteor/clinical-meteor ClinicalMeteor

QuickStart
Get up to speed with the latest baseline build with the following commands:

meteor create --full  # will create a full-stack javascript app with mongo
meteor --release clinical:METEOR@1.4.2-rc16 # will upgrade packages to those used with HL7 FHIR compatibility

Epic 2015 Interoperability
Clinical Meteor now supports 40 FHIR resources; including all 20 resources posted on https://open.epic.com/Interface/FHIR1.

For individual FHIR resources, use the search command or Atmosphere, and add individual packages:

meteor search clinical:hl7-resource
meteor add clinical:hl7-resource-patient  # to add the Patient resource

Pending On Roadmap
- Cerner FHIR Resources
- Meteor on FHIR Interface Engine
- LOINC Web API
- Open mHealth Schemas
- Node/Python bindings
- BLAST Sequence Alignment Tools


Last updated: Apr 12 2022 at 19:14 UTC