You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to some of the language on https://build.fhir.org/ig/HL7/davinci-dtr/OperationDefinition-questionnaire-package.html-
We were designing a provider side data model for DTR, and the example $questionnaire-package responses I’ve been looking at so far have been from 5 to 500kb, which is more than enough that I wouldn’t want to simply store everything.
To deal with that I’ve been trying to understand what message content is safely cacheable / reusable. The ones I’ve been considering so far are:
If I see Questionnaire URL + version + status=active, I think it’s safe to store that only once and reuse it in future exchanges, since services can’t change the content at that point. For example I store “MCG Knee Replacement v2” once instead of every time.
Same for Library URL + version + status. For example I store “FHIRHelpers v4” once instead of every time.
Are my assumptions correct there, and should we include guidance to this effect?
Are there other cacheable pieces?
The text was updated successfully, but these errors were encountered:
Related to some of the language on https://build.fhir.org/ig/HL7/davinci-dtr/OperationDefinition-questionnaire-package.html-
We were designing a provider side data model for DTR, and the example $questionnaire-package responses I’ve been looking at so far have been from 5 to 500kb, which is more than enough that I wouldn’t want to simply store everything.
To deal with that I’ve been trying to understand what message content is safely cacheable / reusable. The ones I’ve been considering so far are:
Are my assumptions correct there, and should we include guidance to this effect?
Are there other cacheable pieces?
The text was updated successfully, but these errors were encountered: