PulseTile / PulseTile-AngularJS

Leading edge modular UI framework for healthcare. Based on AngularJS. See documentation at http://docs.pulsetile.com/ See plugins at https://github.com/PulseTile-Plugins ##
http://www.pulsetile.com
Apache License 2.0
20 stars 22 forks source link

Integration of CDAC terminology server #59

Open dileep-ehr opened 7 years ago

dileep-ehr commented 7 years ago

We are planning to integrate the Opensource CDAC SNOMED CT server (https://cdac.in/index.aspx?id=hi_hs_medinfo_csno_overview) into PulseTile UI. The plan is to use the suggest/search and explore APIs provided by CSNOServ to populate the concepts from the UI screens. See this document for more details of the APIs.

The proposal is to run the CSNOServ as a separate service exposing REST APIs and do lookups directly form the UI. If any of you can think of a better mode of integration, please let us know.

tony-shannon commented 7 years ago

thanks @dileep-ehr

Can I get a view from @robtweed @chevalleyc @jaykola on this please?

thanks T

tony-shannon commented 7 years ago

@freshehr can I get view too!

tony-shannon commented 7 years ago

BTW @dileep-ehr any thoughts on vendor neutral approaches e.g. Have you looked at FHIR Terminology services interface on top of that solution? https://www.hl7.org/fhir/terminology-service.html

Not my area of expertise but am aware of it..

dileep-ehr commented 7 years ago

@ruparao can you also join in the discussions

dileep-ehr commented 7 years ago

@tony-shannon FHIR terminology service interface could be the long term solution, but will involve more effort to get a working solution in place. Once we have a working and deploy-able solution, we can consider extending the CDAC server with the FHIR terminology interface.