I regularly work with Fast Healthcare Interoperability Resources (FHIR). I also do a lot with JavaScript/Node.JS/NPM. About a year ago, I found that there weren't any openly available
When attempting to install node version 8.9.4 with NVM for windows, I received an error when it attempted to install npm, indicating that a file name was too long. There are
If your using FHIR resources to represent your healthcare models, you may run into some issues when building a Node.JS application to work with your FHIR models.
FHIR does a pretty good
Node.JS is really cool. I like how easy it is to setup an application and get a website running. Its multi-platform support is great, and I hear that it scales pretty good,
Recently I worked on a project that was developed entirely using Node.JS. There was a need to integrate the application with an XDS registry/repository, which exposed its functionality via SOAP services.