HL7 / smart-web-messaging

SMART Web Messaging Specification Development
Apache License 2.0
36 stars 7 forks source link

Draft implementation? #3

Open pswarts opened 5 years ago

pswarts commented 5 years ago

Did someone already implemented a draft implementation of the smart-web-messaging methods?

dennispatterson commented 5 years ago

https://github.com/Vermonster/fhir-kit-smart-messenger is the only such project I'm aware of, but I don't know if @bkaney has any further plans for it

bkaney commented 5 years ago

https://github.com/Vermonster/fhir-kit-smart-messenger

I should have this as an NPM module and on a CDN before this weekend... Let me know what you think!

bkaney commented 5 years ago

Okay, I did some updates to that library just now. You can run a full example locally (see the README), and you can put a script tag in your HTML like so:

<script src="https://cdn.jsdelivr.net/gh/Vermonster/fhir-kit-smart-messenger@latest/dist/index.min.js"></script>

Good luck, feedback welcome!

jmandel commented 5 years ago

Ooh, cool! Tomorrow let's try swapping this into our demo PAMA app (FYI @barabo)

pswarts commented 5 years ago

Thankx. I will have a look soon