You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Hardhats
Everyone may already know this, but I thought it was great and I would like to see other healthcare services like this made available to the public.
The CMS has a couple of simple easy to use APIs that can look up the NPI numbers and provider information for synchronization with local provider information.
On doing HTTP requests from GT.M/YottaDB and Cache, I recommend using
libcurl. None of the systems deals well with TLS SNI extensions. I
didn't report the bug to Intersystems; I did for YottaDB:
https://gitlab.com/YottaDB/DB/YDB/-/issues/373. Intersystems Cache
does not do TLS session resumption either, so you are spending 200ms
re-negotiating the connection every time.