FHIR Chat · fhir client · implementers

Stream: implementers

Topic: fhir client


view this post on Zulip Brian Kaney (Apr 28 2018 at 21:03):

ANN: Here's a production-ready, node-first JS client built for ES7+ and TDD w/ mocha: https://www.npmjs.com/package/fhir-kit-client

view this post on Zulip Brian Kaney (Apr 28 2018 at 21:03):

I'll be using it in my talk at FHIR dev days in Boston

view this post on Zulip Grahame Grieve (Apr 29 2018 at 07:15):

@Chris Grenz

view this post on Zulip David Hay (May 02 2018 at 23:51):

nice!

view this post on Zulip Yunwei Wang (May 03 2018 at 01:40):

@Brian Kaney Is there a SMART launch example? The example folder is empty.

view this post on Zulip Brian Kaney (May 03 2018 at 02:22):

@Brian Kaney Is there a SMART launch example? The example folder is empty.

They are here: https://github.com/Vermonster/fhir-kit-client/tree/master/examples

We should have a CDS Hooks example shortly

view this post on Zulip Brian Kaney (May 23 2018 at 17:53):

FYI, we have examples now for CDS Hooks following the 1.0 documentation -- https://github.com/Vermonster/fhir-kit-client/tree/master/examples

view this post on Zulip Brian Kaney (May 23 2018 at 18:03):

If you like ReactJS, we have created a craft plugin that works with the Create React ecosystem. It is beta, and we are planning to add some features, but it should get you up and running with a react app with sever-side support (BFF) to create your React-based FHIR/SMART app. https://github.com/Vermonster/fhir-kit-create-react

view this post on Zulip Brian Kaney (Jun 16 2018 at 01:57):

Announcing FHIR Kit Models, a Node.js library to create instances of FHIR resources -- https://www.npmjs.com/package/fhir-kit-models and https://github.com/Vermonster/fhir-kit-models

view this post on Zulip Abbie Watson (Jun 18 2018 at 13:51):

There are some real good things going on in this library. I think we’re scheduled to speak at the same time, but I’d like to connect later in the day and discuss pulling fhir-kit-client into Meteor on FHIR.

view this post on Zulip Brian Kaney (Jun 18 2018 at 17:48):

Hi @Abigail Watson if you are in town (Boston) today/this evening, we are having a FHIR Meetup where we will be talking about this library and related. https://www.meetup.com/Boston-FHIR/events/250842491/ -- stop by if you can!

view this post on Zulip David Hay (Jun 18 2018 at 17:52):

Hi Brian - would this library run in the browser also?

view this post on Zulip Abbie Watson (Jun 18 2018 at 17:52):

I’m on a train heading your way, but will probably be arriving between 8pm and 10pm. :/

view this post on Zulip Brian Kaney (Jun 18 2018 at 18:04):

Hi Brian - would this library run in the browser also?

Sure, you can test it out here https://npm.runkit.com/fhir-kit-client -- to make it in your application, you'd need to get webpack involved to transpile it to browsers with all the polyfill magic stuff. Maybe we could hack on an example webpack config tonight if people want (we usually do confidential apps, so we use this library is used on the server).

view this post on Zulip David Hay (Jun 18 2018 at 18:10):

Thanks Brian - I'de definitely '+1' helpers on getting a webpack config as I'm not familiar with that...

view this post on Zulip Brian Kaney (Sep 05 2018 at 14:34):

ANN: We published an update to fhir-kit-client (0.4.3). It now works for public apps (e.g. added the polyfills so you can run directly in your browser without as much trouble). Enjoy! https://www.npmjs.com/package/fhir-kit-client

view this post on Zulip Brian Kaney (Jan 16 2019 at 22:31):

We are up to 1.1.0 with our node library, now with R4 support! https://www.npmjs.com/package/fhir-kit-client

view this post on Zulip Salman Paracha (Jan 20 2019 at 05:09):

Hello. I am looking for FHIR client library that can be used to connect to a FHIR server that use OAuth2 only. Preferably python or Node,JS. I need to process some raw fitness data, generate FHIR resources and feed into protected FHIR server. Thanks for your help

view this post on Zulip John Silva (Jan 20 2019 at 13:21):

@Salman Paracha - there were some folks discussing this last week on this thread; not sure if the clients included Outh2 or not. Here's that thread: https://chat.fhir.org/#narrow/stream/179166-implementers/topic/Proof.20of.20Concept (I do remember mention of a Node.js package in the mix)

view this post on Zulip Brian Kaney (Feb 08 2019 at 15:37):

ANN: We released version 1.2.0 of the node FKC (FHIR Kit Client) library today. Added keepalive (3x improvement in speed) and a nicer API to support multiple parameters (e.g. multiple _include). Enjoy! https://www.npmjs.com/package/fhir-kit-client

view this post on Zulip Brian Kaney (Feb 08 2019 at 15:38):

Hello. I am looking for FHIR client library that can be used to connect to a FHIR server that use OAuth2 only. Preferably python or Node,JS. I need to process some raw fitness data, generate FHIR resources and feed into protected FHIR server. Thanks for your help

@Salman Paracha -- lots of examples here in node: https://github.com/Vermonster/fhir-kit-client/tree/master/examples

view this post on Zulip Grahame Grieve (Feb 08 2019 at 15:53):

thanks. @Brian Kaney did you see this: https://chat.fhir.org/#narrow/stream/179169-javascript/topic/Version.20Independent.20FHIR.20Client ?

view this post on Zulip Brian Kaney (Feb 08 2019 at 15:56):

thanks. @Brian Kaney did you see this: https://chat.fhir.org/#narrow/stream/179169-javascript/topic/Version.20Independent.20FHIR.20Client ?

Well FKC could be a nice starting point! Let me know if you want to use it or enhance. I'll be at HIMSS next week if you or anyone else would like to chat synchronously.


Last updated: Apr 12 2022 at 19:14 UTC