Jason Kulatunga

Results 262 comments of Jason Kulatunga
trafficstars

Here's the list of FHIR resource types in USCDI core - http://hl7.org/fhir/us/core/2021Jan/profiles-and-extensions.html Fasten-sources also has a list of Resource Types that we use for searching - https://github.com/fastenhealth/fasten-sources/blob/main/clients/internal/base/base_client.go#L71-L97 However, you'll notice...

Yeah I had to do some pretty awful screenscraping because the old Athena customer list (csv) only had the endpoint information. Looks like you have a full FHIR bundle with...

looks like its still missing logos, aliases and branding info (websites). Any chance that'll be added soon @athena-hendrix ?

related #https://github.com/fastenhealth/fasten-onprem/issues/418

VA Health has now been added to Fasten Desktop! closing this issue

agreed. We have a tool that allows patients to customize and provide additional data about healthsystems - https://toolbox.fastenhealth.com/catalog/editor However as you've noticed, we don't display all that metadata in the...

This is now being actively worked on. It's not perfect, but so far we have location information for 90% of brands. We still only have websites for 50% of brands...

I'd like to thank @jgiannuzzi for his hard work, and confirm that his branch works as a drop-in replacement for mattn/go-sqlite3 when used with Gorm. @gainskills and @ellermister's [DSN string](https://github.com/mattn/go-sqlite3/pull/1109#issuecomment-1643754671)...

honestly, I don't even know any more. The `http.CloseNotifier` interface is still an issue, but I'm not quite sure why those syso changes were required. It must be related to...

Done! ✅ - [x] removed the syso changes - [x] Changelog entry > Do you have a publicly sharable example of the gin integration you are doing? Would love to...