HealthIntersections / fhirserver

Reference Implementation Server for the FHIR Specification
Other
182 stars 56 forks source link

R4 Package Issue #102

Open scrosswyC4MI opened 5 years ago

scrosswyC4MI commented 5 years ago

I've had issues loading R4 into the Notepad++ plugin. Loading the default R4 package (e.g. from "Common" in the package manager) downloads v4.1.0, but that leaves R4 unselectable in the Plugin Settings. (I have a hunch the rest of the plugin is expecting v4.0.0 and that the package manager is downloading the R4 package from some URL that now points to the 4.1.0.

My workaround was to explicitly import the 4.0.0 NPM package (available from https://www.hl7.org/fhir/package.tgz as of 2019-07-13).

grahamegrieve commented 5 years ago

"it looks like the plug-in is grabbing the current build (4.1.0) when you select R4 in the package manager, which is causing the issue"