Stream: Da Vinci Burden Reduction interoperability
Topic: Logica Sandbox Activities
Viet Nguyen (Oct 09 2020 at 21:59):
I've loaded the US Core Profiles into the sandbox
Sreekanth Puram (Oct 12 2020 at 19:03):
Did anyone invoke CDShooks from logica. It appears that Logica's CDS hook deviates from the standard.
Sreekanth Puram (Oct 12 2020 at 19:04):
As per the spec, it says that the "hookInstance " field should be a uuid string. However logica sends a normal random string. Did anyone face this problem earlier?
Sreekanth Puram (Oct 15 2020 at 19:32):
@Larry Decelles Can you check if CDSHooks spec allows it to accept "hookInstance" as any random string. As far as I understand, it should be UUID
Sreekanth Puram (Oct 15 2020 at 19:32):
We are kind of Struck here.
Larry Decelles (Oct 16 2020 at 12:26):
Sreekanth Puram said:
We are kind of Struck here.
@Sreekanth Puram per the CDS Hooks spec (https://cds-hooks.org/specification/current/) the hookinstance should be a string (UUID) and be globally unique. Are you seeing an error? e.g. "hookInstance" : "d1577c69-dfbe-44ad-ba6d-3e05e953b2ea",
Sreekanth Puram (Oct 16 2020 at 16:08):
Yes. I expected the same too. However Logica sends a normal random string which may probably be unique too. However it is not in the UUID format. If this is also an allowed value, we will go ahead and fix it from our side. somehow I remember seeing in your reference implementation that it should be a UUID.
Viet Nguyen (Oct 28 2020 at 22:43):
@Sreekanth Puram - Try this questionnaire - https://api.logicahealth.org/DaVinciBurdenReducti/open/Questionnaire/questionnaire-hypoxemia-v2
Sreekanth Puram (Oct 29 2020 at 15:09):
Viet Nguyen said:
Sreekanth Puram - Try this questionnaire - https://api.logicahealth.org/DaVinciBurdenReducti/open/Questionnaire/questionnaire-hypoxemia-v2
We are testing. It refers to the library from MCG FHIR server. However this library refers to another library which is a relative path instead of full absolute path. So we moved everything to Logica. There are a few issues.
Sreekanth Puram (Oct 29 2020 at 15:59):
We were able to bring up the questionnaire in our app but the pre population is not happening.
Sreekanth Puram (Oct 29 2020 at 16:00):
It is a problem with the library. Debugging on what is happening
Sreekanth Puram (Oct 30 2020 at 02:50):
@Viet Nguyen There are issues with the CQL. We are fixing them and will update with the required changes soon.
Sreekanth Puram (Oct 30 2020 at 13:29):
@Viet Nguyen @Sree We found the issue. Lots of dates in MCGHelpers library are hard coded. Should we fix them?
Last updated: Apr 12 2022 at 19:14 UTC