Integrating DTA metadata into DDS: Scope, touchpoints, and E2E automation #140
chowsanthony
started this conversation in
General
Replies: 1 comment
|
A visual representation about the DTA model created by @rchaitanyapradeep is attached, here: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Core: What metadata must exist to support technology-independent automation from source tranmitted data to SDTM and define.xml?
Objective
Explore how DTA metadata and DDS should work together to support an automated data flow from study metadata to SDTM deliverables while maintaining clear separation of concerns between standards and implementation technologies.
Key questions
1. What metadata should flow from DTA into DDS?
Should:
2. What is the minimum metadata needed to support SDTM generation?
Given that:
Can we identify the minimum set of metadata required to support:
3. Where should transformation metadata live?
Given an automated data flow supports:
flowchart LR A[Raw Data] --> B[DTA Metadata] B --> C[Transformation Specification] C --> D[SDTM] D --> E[Define.xml]Where should transformation rules be represented?
4. What should DDS represent beyond data?
A question raised during the meeting was whether DDS should also capture (or, recapture) business and operational context associated with data transfer agreements, not only the technical data structure. Examples:
Should DDS support these concepts, or should they remain external references?
All reactions