bluehalo / node-fhir-server-core

An Open Source secure REST implementation for the HL7 FHIR Specification. For API documentation, please see https://github.com/Asymmetrik/node-fhir-server-core/wiki.
https://asymmetrik.com/healthcare
MIT License
392 stars 120 forks source link

Asymmetrik to BlueHalo Naming Updates #351

Closed ashin-bluehalo closed 1 month ago

ashin-bluehalo commented 7 months ago

Changes to update all references from "Asymmetrik" to "BlueHalo"

These packages will now be under the BlueHalo organization on NPM, and the Asymmetrik packages will be deprecated.

https://www.npmjs.com/org/bluehalo

The changes in this PR include replacing Asymmetrik with BlueHalo in the docs, and updating the require statements with @bluehalo/... in the code

ex. require('@asymmetrik/node-fhir-server-core') => require('@bluehalo/node-fhir-server-core')