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
391 stars 120 forks source link

feat: simplify library API #256

Closed zeevo closed 7 months ago

zeevo commented 3 years ago

This simplifies node-fhir-server-core's API for developers. There was too much object unpacking and nested enumerations for a library.

zeevo commented 3 years ago

I want this change to also go in along with #249 in a major 3.0.0 release.