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
@cconrad8 and I had a REDCap-related discussion which led to nice feature that should probably be made possible. This only applies to the clinical template, not the assay data templates.
How do I use NF's clinical data model as a questionnaire in my REDCap database? (DCA is not for collecting clinical data at the clinical trial site or point-of-care!)
To help with these, we should have a way to export the clinical component in REDCap .csv format. This serialization follows a specific structure (just as schematic .csv follows a certain structure). The investigator gets a .csv in the REDCap format with which they are familiar [^2]. If they want, they can also plan their clinical study to use the recommended questionnaire by loading in the recommended schema. Note: we need a REDCap instance to test out the loading.
Benefits:
That way, when clinical data is contributed back to NF, there is no translation needed because the recommended schema was used from the start.
The original paper made the clinical data collection recommendations but did not conveniently provide it as a reusable REDCap schema to make implementation easier for others (at least, it wasn't mentioned in the paper). By doing so and perhaps providing even more serializations that interoperate with clinical data collection tools later on, this can encourage penetration of schema in new projects.
Footnotes
Hopefully choosing this was a good choice.
We don't want to give them YAML or JSON-LD -- YAML is readable but for developers; JSON-LD is for software.
The text was updated successfully, but these errors were encountered:
@cconrad8 and I had a REDCap-related discussion which led to nice feature that should probably be made possible. This only applies to the clinical template, not the assay data templates.
User stories:
To help with these, we should have a way to export the clinical component in REDCap
.csv
format. This serialization follows a specific structure (just as schematic .csv follows a certain structure). The investigator gets a.csv
in the REDCap format with which they are familiar [^2]. If they want, they can also plan their clinical study to use the recommended questionnaire by loading in the recommended schema. Note: we need a REDCap instance to test out the loading.Benefits:
Footnotes
The text was updated successfully, but these errors were encountered: