FHIR Chat · I need help with how to capture the date when the data we... · implementers

Stream: implementers

Topic: I need help with how to capture the date when the data we...


view this post on Zulip Email Gateway (May 19 2021 at 19:14):

From: Olga Vovk <ovovk@samvit-solutions.com>
Dear all,
I need a help with how to capture:

1. The date when the data were last amended on the case report form (CRF).
2. The person who made the above amendments.
Here we are talking about answers for the questionnaire, not modifying the questionnaire itself.

I looked at both the QuestionnaireResponse.author and QuestionnaireResponse.authored elements and they look like a good ones, however, I still have questions.
These 2 elements have cardinalities 0..1, though there could be the use case when the questionnaire was 1) first completed and 2) then later amended.
And I need to be able to capture both 1) and 2).

Please advise,
Thank you!

Olga Vovk
<:3)))~~~~

view this post on Zulip Lloyd McKenzie (May 19 2021 at 19:39):

Historical changes to any resource are usually captured through Provenance and possibly history. The reality is that a CRF might be amended numerous times. There's be a Provenance for each time the resource was stored with a date and a record of who made the change (and possibly why). If the repository supports history, you'd also be able to see the specific version produced from that change.


Last updated: Apr 12 2022 at 19:14 UTC