bonfhir / terminology-server

FHIR Terminology Server bootstrapping tools built on HAPI FHIR
0 stars 1 forks source link

Wrap bootstraping of code systems #11

Closed lp closed 6 months ago

lp commented 6 months ago

Why

To organize the code system auto-ingestion, the processes, the logs, the config parsing

What was done

lp commented 6 months ago

Thanks - let's get that merged 🚀

I must say though that I am not a fan of the current mix of shell and TS scripts - took me a while to understand what was going on, and I don't necessarily understand the reason this is like that. I strongly suggest we settle on a single tech choice, and IMHO this should be TypeScript. Also I feel like we are missing an abstraction level - we will want to do a bit more than just upload-definitions I believe. Let's discuss soon!

Yes, I totally agree with you, there is no definite reason for the implementation to be sitting between two chairs like it is now. Lets discuss the approach.