JavaScript SDK for openEHR

While working on a TaskPlanning implementation I realized that I’ve created a JavaScript library for openEHR as a side effect.

I used my Dart SDK and compiled it to JavaScript:

  1. openEHR specifications
  2. generate Dart SDK
  3. use Dart compiler to compile it to JavaScript SDK

Would this be useful for frontend developers?

2 Likes

I would think so!

How about we create a JS repo in the Github openEHR area for you to post this code? Dart and TypeScript would be two other variants that could be useful.

1 Like