Summary
The evidence schema (columns, types, valid values, pillar assignments) is currently implicit in the code. It should be formally documented and machine-readable.
Tasks
Why
External tools and pharma partners need a clear contract for what evidence format R4SUB expects. This is a prerequisite for parser development and SCI validation work.
Summary
The evidence schema (columns, types, valid values, pillar assignments) is currently implicit in the code. It should be formally documented and machine-readable.
Tasks
vignette("evidence-schema")with the full specificationvalidate_evidence()function that checks a data frame against the schema and returns informative errorsWhy
External tools and pharma partners need a clear contract for what evidence format R4SUB expects. This is a prerequisite for parser development and SCI validation work.