Skip to content

Commit

Permalink
releases; release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abigail Watson authored and Abigail Watson committed Jul 4, 2018
1 parent 9a65e8b commit bed2481
Show file tree
Hide file tree
Showing 23 changed files with 3,008 additions and 0 deletions.
49 changes: 49 additions & 0 deletions release-notes/rc11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
## RC11 - Facebook Profile Utility

There’s been lots of interest in Facebook APIs the past year, with React getting most of the spotlight and GraphQL next on the list. And while I personally am taking a slow approach to adopting those technologies, that’s not to say I haven’t been looking at Facebook APIs at all. While everybody has been working on integrating React and GraphQL, I’ve been looking at the problem of how to export a Facebook Profile and upload it into a Meteor app.

As part of Release Candidat 11 of the Clinical Track, I’m happy to announce an initial release of a Personal Health Record utility, that allows one to upload their Facebook profile into a universal card UI Meteor app.

PHR-MultiDevices.png1200x512 179 KB
This utility is intended for anybody interested in building fitness apps, nutrition apps, quantified self apps, timelines, weblogs, social health networks, and similar apps.

Also, please note that it currently ships without any security implemented, because there’s lots of differing opinions about what ‘Facebook for Medicine’ or a ‘Social Health Record’ means. So don’t just toss it online. We’ll probably add Electron support and offline support before adding a security model.


**Usage**
``meteor --release clinical:METEOR@1.1.3-rc11``


**Clinical Meteor API**
[http://clinical-docs.meteor.com/](http://clinical-docs.meteor.com/)


**Validation/Verfication Tests**
[273 validation tests on ChecklistManifesto](https://circleci.com/gh/clinical-meteor/checklist-manifesto/tree/master)
[135 validation tests on PersonalHealthRecord](https://circleci.com/gh/clinical-meteor/personal-health-record/tree/master)
[1875 validation tests on CKCC](https://travis-ci.org/awatson1978/ckcc/builds/97912630)
[83 verification tests across 25 distro packages](https://circleci.com/gh/clinical-meteor/framework-doc-generator/tree/master)


**Reference Implementation(s)**
[Checklist Manifesto](http://checklist-manifesto.meteor.com)
[Hello Healthcare](http://hello-healthcare.meteor.com)
California Kids Cancer Comparison
Personal Health Record


**Reference Implementation(s) Source Code**
[https://github.com/clinical-meteor/personal-health-record](https://github.com/clinical-meteor/personal-health-record)
[https://github.com/clinical-meteor/checklist-manifesto](https://github.com/clinical-meteor/checklist-manifesto)
[https://github.com/clinical-meteor/hello-healthcare](https://github.com/clinical-meteor/hello-healthcare)


**Pending On Roadmap**
- hl7 fhir server
- clinical:mobile
- clinical:offline
- clinical:desktop


**Release Manifest**
[clinical.meteor.rc11.json](https://github.com/clinical-meteor/framework-doc-generator/blob/develop/clinical.meteor.rc11.json)
47 changes: 47 additions & 0 deletions release-notes/rc13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## RC13 - Meteor 1.3.1 Sync; Galaxy Migration

Clinical Meteor just got upgraded and synced to Meteor@1.3.1 as part of the migration to Galaxy. The vast majority of the reference demos were taken down, and current development is all about consolidation of the remaining systems. The good news is that the distro is probably in the best shape it's ever been. Enjoy!


**Homepage**
[http://clinical.meteorapp.com](http://clinical.meteorapp.com)


**Usage**
``meteor --release clinical:METEOR@1.3.1-rc13``


**Clinical Meteor API**
[http://clinical-docs.meteorapp.com/](http://clinical-docs.meteorapp.com/)


**Validation/Verfication Tests**
[273 validation tests on ChecklistManifesto](https://circleci.com/gh/clinical-meteor/checklist-manifesto/tree/master)
[135 validation tests on PersonalHealthRecord](https://circleci.com/gh/clinical-meteor/personal-health-record/tree/master)
[1875 validation tests on CKCC](https://travis-ci.org/awatson1978/ckcc/builds/97912630)
[130 verification tests across 36 distro packages](https://circleci.com/gh/clinical-meteor/framework-doc-generator/tree/master)


**Reference Implementation Demos**
[Checklist Manifesto](http://checklist-manifesto.meteor.com)
[Hello Healthcare](http://hello-healthcare.meteor.com)
[Fast Health Interoperability Resources (FHIR) Client](http://fhir-client.meteorapp.com/)


**Reference Implementation(s) Source Code**
[https://github.com/clinical-meteor/personal-health-record](https://github.com/clinical-meteor/personal-health-record)
[https://github.com/clinical-meteor/checklist-manifesto](https://github.com/clinical-meteor/checklist-manifesto)
[https://github.com/clinical-meteor/hello-healthcare](https://github.com/clinical-meteor/hello-healthcare)
[https://github.com/clinical-meteor/hl7-argonaut-fhir](https://github.com/clinical-meteor/hl7-argonaut-fhir)


**Pending On Roadmap**
- fhir resources
- clinical:mobile
- clinical:offline
- clinical:desktop
- social health record demo


**Release Manifest**
[clinical.meteor.rc13.json](https://github.com/clinical-meteor/framework-doc-generator/blob/develop/clinical.meteor.rc13.json)
64 changes: 64 additions & 0 deletions release-notes/rc14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
## RC14 - Fast Healthcare Interoperability Resources (FHIR)

RC14 is all about Fast Healthcare Interoperability Resources (FHIR) - an international standard for interoperability between Electronic Medical Record vendors. RC14 includes a basic OAuth2 server, a FHIR server, a FHIR client, and 18 FHIR resources.

Other changes include deprecation of StarryNight and Clinical-Docs home pages, as we roll them into the main project’s homepage.

**Homepage**
[http://clinical.meteorapp.com](http://clinical.meteorapp.com)

**Usage**
```sh
meteor --release clinical:METEOR@1.3.1-rc14
```

#### FHIR Resources
[Appointment](https://github.com/clinical-meteor/hl7-resource-appointment)
[ClinicalImpression](https://github.com/clinical-meteor/hl7-resource-clinical-impression)
[Condition](https://github.com/clinical-meteor/hl7-resource-condition)
[Device](https://github.com/clinical-meteor/hl7-resource-device)
[DiagnosticOrder](https://github.com/clinical-meteor/hl7-resource-diagnostic-order)
[Encounter](https://github.com/clinical-meteor/hl7-resource-encounter)
[Location](https://github.com/clinical-meteor/hl7-resource-location)
[MedicationOrder](https://github.com/clinical-meteor/hl7-resource-medication-order)
[Observation](https://github.com/clinical-meteor/hl7-resource-observation)
[Order](https://github.com/clinical-meteor/hl7-resource-order)
[Organization](https://github.com/clinical-meteor/hl7-resource-organization)
[Patient](https://github.com/clinical-meteor/hl7-resource-patient)
[Practitioner](https://github.com/clinical-meteor/hl7-resource-practitioner)
[Questionnaire](https://github.com/clinical-meteor/hl7-resource-questionnaire)
[QuestionnaireResponse](https://github.com/clinical-meteor/hl7-resource-questionnaire-response)
[RelatedPerson](https://github.com/clinical-meteor/hl7-resource-related-person)
[Sequence](https://github.com/clinical-meteor/hl7-resource-sequence)
[Specimen](https://github.com/clinical-meteor/hl7-resource-specimen)

#### Reference Implementation Demos
[Checklist Manifesto](http://checklist-manifesto.meteor.com)
[Hello Healthcare](http://hello-healthcare.meteor.com)
[FHIR Client](http://fhir-client.meteorapp.com/)
[FHIR Server](http://fhir-server.meteorapp.com/)

#### Reference Implementation(s) Source Code
[https://github.com/clinical-meteor/personal-health-record](https://github.com/clinical-meteor/personal-health-record)
[https://github.com/clinical-meteor/checklist-manifesto](https://github.com/clinical-meteor/checklist-manifesto)
[https://github.com/clinical-meteor/hello-healthcare](https://github.com/clinical-meteor/hello-healthcare)
[https://github.com/clinical-meteor/hl7-argonaut-fhir](https://github.com/clinical-meteor/hl7-argonaut-fhir)

#### Pending On Roadmap
clinical:mobile
clinical:offline
social health record demo
Medication FHIR Resource
DeviceMetric FHIR Resource
Release Manifest
clinical.meteor.rc14.json

**Release Manifest**
[clinical.meteor.rc14.json](https://github.com/clinical-meteor/framework-doc-generator/blob/develop/clinical.meteor.rc14.json)

**Validation/Verfication Tests**
[273 validation tests on ChecklistManifesto](https://circleci.com/gh/clinical-meteor/checklist-manifesto/tree/master)
[135 validation tests on PersonalHealthRecord](https://circleci.com/gh/clinical-meteor/personal-health-record/tree/master)
[1875 validation tests on CKCC](https://travis-ci.org/awatson1978/ckcc/builds/97912630)
[130 verification tests across 36 distro packages](https://circleci.com/gh/clinical-meteor/framework-doc-generator/tree/master)

107 changes: 107 additions & 0 deletions release-notes/rc16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
## RC16 - Epic 2015 Schemas

Super excited to announce the largest Clinical Track release ever.

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; upgraded to Meteor 1.4.2, and have begun migration from Gagarin to the native Mocha integration. 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!

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

**Usage**
Although not necessary to use the individual packages or FHIR resources, you can synchronize an app to the baselined dependency versions by running your app with the `--release` flag.

```bash
meteor --release clinical:METEOR@1.4.2-rc16
```

**Software Development Kit**
Download the entire Clinical Meteor software development kit, including examples, utilities, design documents, and other resources.
```bash
git clone --recursive http://github.com/clinical-meteor/clinical-meteor ClinicalMeteor
```

**Epic 2015 Interoperability**
Clinical Meteor now supports 40 FHIR resources; including all 20 resources supported by Epic 2015. See https://open.epic.com/Interface/FHIR for details on the Epic implementation of FHIR. Resources in italics below are supported by Epic.

_Allergy Intolerance_
_Appointment_
Binary
Bundle
_CarePlan_
Clinical Impression
_Condition_
Coverage
_Device_
Diagnostic Order
_Diagnostic Report_
_Document Reference_
Encounter
_Family Member History_
_Goal_
Healthcare Service
Imaging Study
_Immunization_
Location
_Medication_
_Medication Order_
_Medication Statement_
Message Header
_Observation_
Order
Organization
_Patient_
_Practitioner_
_Procedure_
Procedure Request
Questionnaire
Questionnaire Response
Related Person
Risk Assessment
_Schedule_
Sequence
_Slot_
Specimen

Meteor support for the HL7 FHIR spec can now be included in a project by adding the `clinical:hl7-fhir-resources` package.
```sh
meteor add clinical:hl7-fhir-resources
```
For individual FHIR resources, use the `search` command or Atmosphere.
```sh
meteor search clinical:hl7-resource
meteor add clinical:hl7-resource-patient // to add the Patient resource
````


**Reference Implementation(s)**
[Meteor on FHIR](https://github.com/clinical-meteor/meteor-on-fhir)
[HL7 Argonaut FHIR](https://github.com/clinical-meteor/hl7-argonaut-fhir)
[Personal Health Record](https://github.com/clinical-meteor/personal-health-record)
[Checklist Manifesto](https://github.com/clinical-meteor/checklist-manifesto)


**New Utilities**
[Cornerstone DICOM Viewer](https://github.com/chafey/cornerstone)
[Tensor Flow Neural Net](https://github.com/tensorflow/tensorflow)
[SnomedCT Rest API](https://github.com/IHTSDO/sct-snapshot-rest-api)


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


**Validation/Verification Tests**
273 validation tests on ChecklistManifesto
135 validation tests on PersonalHealthRecord
130 verification tests across 36 distro packages
118 verification tests across 40 FHIR packages


Note: We're streamlining and updating the quality control infrastructure; and will be re-baselining the distro on the Meteor on FHIR Interface Engine. The validation/verification tests are currently in flux as we manage this refactor from Blaze to React.
89 changes: 89 additions & 0 deletions release-notes/rc17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
## RC17 - Touchstone; Premium Modules; A/R
Another quarterly release! Chock full of new features!


-----------------------
**Touchstone Tests**

We continue our implementation of the [FHIR spec](https://www.hl7.org/fhir/) by migrating the `clinical:hl7-resource` packages to use Mocha tests, upgrading to [STU3](http://www.hl7.org/fhir/directory.html), and by adding another layer of testing via the [AEGIS Touchstone](https://touchstone.aegis.net/) test harness (an emerging contender for regulatory credentialing of interoperability requirements stated in the [Medicare Access and CHIP Reauthorization Act of 2015](https://en.wikipedia.org/wiki/Medicare_Access_and_CHIP_Reauthorization_Act_of_2015)). This includes the Meteor ecosystem in a small group of about two dozen EMR/EHR vendors who are working on interoperability, including Cerner, Epic, AllScripts, and McKesson.

<img src="/uploads/default/original/2X/d/d84708557b5187b1723ff629f9eb30f750f7bf34.png" width="690" height="273">

-----------------
**Reference Implementation(s)**
We've also now fully migrated to React, and merged most all of the reference implementations into the [Meteor on FHIR Interface Engine](https://github.com/clinical-meteor/meteor-on-fhir), including Checklists, Patient Directory, Medication Inventory, etc. Future work with Clinical Meteor should start with the FHIR Interface Engine, since it provides a platform for interoperability with the major EMR vendors like Cerner, Epic, and AllScripts.

<img src="/uploads/default/original/2X/8/8e30579c4f60d45a45119cc7fd42022f8b574ee1.png" width="690" height="388">


-----------------------
**Premium Module - Genomics**
We're excited to anounce to announce the Genomics module, which includes large file imports, alignment tools, sequence analysis, ideogram visualization, and other tools necessary for genomics data pipelines. Below is an example of an Autism Screening Panel that we've recently completed. Contact me at abigail@symptomatic.io for more information on licensing.

<img src="/uploads/default/original/2X/e/eef96528b6569c3b1797a4b72db986c9a30e53cf.png" width="690" height="388">


-----------------------
**Premium Module - Clinical Decision Support**
We also have a Clinical Decision Support module, which includes pick-lists, order sets, notification menus, alerts, sensitivity/specificity analysis, decision trees, and more for creating clinical workflow. Contact me at abigail@symptomatic.io for more information on licensing.

<img src="/uploads/default/original/2X/c/c3c4d33a131e301c505a0721fb7a8b77e67127a8.png" width="690" height="387">

-----------------------
**Augmented Reality Render Test**

We put together an [Augmented Reality Render Test](https://youtu.be/7ZPuw2g-ylc) to showcase some of the capabilities of React and Clinical Meteor and medical illustration all working together.

<img src="/uploads/default/original/2X/3/337c7b61e395ceca1e81cab66c8d71100eba1fbd.png" width="690" height="388">

-----------------------
**Software Development Kit**
Download the entire [Clinical Meteor Software Development Kit](https://github.com/clinical-meteor/software-development-kit), including examples, utilities, design documents, and other resources.

```bash
git clone --recursive http://github.com/clinical-meteor/software-development-kit ClinicalMeteor
```

**Packages Confirmed to Work Together**
Each release, we publish a list of packages that are known to work together. As we migrate to NPM, we now have two supported package lists that we are keeping under QA. Use these two files as a baseline for which packages to use.

[Atmosphere Package Reference](https://github.com/clinical-meteor/framework-doc-generator/blob/develop/clinical.meteor.rc17.json)
[NPM Package Reference](https://github.com/clinical-meteor/meteor-on-fhir/blob/development/webapp/package.json)

**Usage**
Although not necessary to use the individual packages or FHIR resources, you can synchronize an app to the baselined dependency versions by running your app with the --release flag.

```bash
meteor --release clinical:METEOR@1.4.2-rc17
```

**Fast Healthcare Interoperability Resources**
Meteor support for the HL7 FHIR spec can now be included in a project by adding the `clinical:hl7-fhir-resources` package.

```sh
meteor add clinical:hl7-fhir-resources
```
For individual FHIR resources, use the `search` command or Atmosphere.
```sh
meteor search clinical:hl7-resource
meteor add clinical:hl7-resource-patient // to add the Patient resource
```

**New Prototypes**
We are always happy to include full-stack node/meteor prototypes to the SDK; and this quarter we include a Nutrition tracking tool, a Decision Tree tool, and GraphQL support for FHIR.

[My Nutrition](https://github.com/djhi/my-nutrition/tree/350c6a256ccc6ff0d2b938475e3ecf8462e683e3)
[SilverDecisions](https://github.com/SilverDecisions/SilverDecisions/tree/9a967feabb2b63a882bd8e8081cae96d327a4d51)
[GraphQL FHIR](https://github.com/shalkam/gql-fhir/tree/9e8dbf00133ca114bbaf8a4e811eaa8b8932b70d)

**Pending On Roadmap**
- Ethereum Blockchain Audit Log
- Cerner FHIR Resources
- LOINC Web API
- Open mHealth Schemas
- Node/Python bindings

**Validation/Verification Tests**
490 validation tests on Meteor on FHIR Interface Engine
130 verification tests across 36 distro packages
118 verification tests across 40 FHIR packages
Loading

0 comments on commit bed2481

Please sign in to comment.