go to post Evgeny Shvarov · Aug 26, 2020 Hi Jose! Thank you much for the feedback! What I also like about your app that you used ZPM and managed to use the DeepSeeWeb community project to visualize FHIR data. Nicely done!
go to post Evgeny Shvarov · Aug 22, 2020 Hi Anssi! Interesting case! It'd be great to publish the example of code in Github and Open Exchange!
go to post Evgeny Shvarov · Aug 18, 2020 Thank you, Tim! We are actively improving Open Exchange, and your feedback is very important!
go to post Evgeny Shvarov · Aug 13, 2020 Another idea for the contest: use your iPhone's health app data to transform into FHIR data and submit to the FHIR server. See the details
go to post Evgeny Shvarov · Aug 13, 2020 Here is the new topic for the FHIR contest: CDA to FHIR data transformation iPhone can export health data to CDA, see the details. Transform this data into FHIR format using IRIS for Health and submit to the FHIR server. Here is an example of how you can transform CDA to FHIR data using IRIS for HEalth. Tagging @Guillaume Rongier for more details. The main announcement is updated too.
go to post Evgeny Shvarov · Aug 13, 2020 Yuri! What a beautiful idea! Thank you! If these boxes could be clickable and point to documentation/tag would be a nice features table!
go to post Evgeny Shvarov · Aug 13, 2020 Thanks, Robert! Will add a few corrections: COS stands for Caché ObjectScript. Now the name of language is InterSystems ObjectScript, so Obs is OK There is no BASIC anymore in IRIS (I think). Globals! This is a must.
go to post Evgeny Shvarov · Aug 7, 2020 Developers! You are welcome to use iris-fhir-template to build your InterSystems IRIS for Health solutions for the contest. The template uses the preview release 2020.3 of InterSystems IRIS for Health
go to post Evgeny Shvarov · Aug 5, 2020 A very helpful repository to generate synthetic FHIR compatible data shared by @Phillip Booth E.g. to generate data for 5 patients in an /output subfolder of a current folder call: docker run --rm -v $PWD/output:/output --name synthea-docker intersystemsdc/irisdemo-base-synthea:version-1.3.4 -p 5 Which you can load then into IRIS for Health with: zw ##class(HS.FHIRServer.Tools.DataLoader).SubmitResourceFiles("path/output", "FHIRNamespace", "/restapi/endpoint/fhir/r4")
go to post Evgeny Shvarov · Aug 5, 2020 Hi All! Update the article to introduce iris.script approach - dockerfile is smaller, objectscirpt is clearer.
go to post Evgeny Shvarov · Aug 5, 2020 You probably right for a majority of tasks. But how do you manage with AI tasks which NEED to manage thousands of features of entities? And features are properties/fields from data storage perspective. Anyway, I'm really curious how do you deal with AI/ML tasks in IRIS or Caché.
go to post Evgeny Shvarov · Aug 3, 2020 Could you provide an example? and what do you mean by origin?
go to post Evgeny Shvarov · Aug 3, 2020 The question is how csvgen could be upgraded to consume csv files with 1000+ cols.
go to post Evgeny Shvarov · Aug 3, 2020 Hi Lucas! With zpm "install objectscript-errors-analytics" you can also see examine these errors in the IRIS Analytics dashboard. Check for more.
go to post Evgeny Shvarov · Aug 2, 2020 Our community works) And collaboration ;) And the curiosity too ) And this was a perfect case to test the new ZPM feature ;)
go to post Evgeny Shvarov · Aug 2, 2020 Bravo, Robert!!! A lot of developers who never saw globals now can see it and I see how they are saying you "Thank you!"