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

fixes reference to doseAndRate schema #236

Closed aaburgos4 closed 4 years ago

aaburgos4 commented 4 years ago

Previously, the dosage schema was defining doseAndRate as an Element, which would output an array with empty objects when returning Dose and Rate information because the element schema only accepts id and extension. The fix here swaps out the element schema for the correct dosagedoseandrate schema so that the data gets displayed.

zeevo commented 4 years ago

Thanks!

aaburgos4 commented 4 years ago

No problem! How often do releases get cut @zeevosec ?

zeevo commented 4 years ago

@aaburgos4 As often as we need. I'll do a release today for you. 👍

aaburgos4 commented 4 years ago

@zeevosec great, that's awesome! really appreciate it.

zeevo commented 4 years ago

@aaburgos4 2.0.10 published to NPM now with your change.