StudyResult.sourceDataSet extends InformationEntity.derivedFrom...I have a question about that. #159
Labels
data modeling
Questions, proposals, considerations concerning the core data model.
help wanted
Extra attention is needed
question
Further information is requested
VA type definition
Base ticket for defining and scoping a VA type
@mbrush the
InformationEntity.derivedFrom
is an unordered array ofInformationEntity
s. However, theStudyResult.sourceDataset
appears to be designed to override the array nature of it's parentderivedFrom
property and make it aDataSet
(not an array of DataSets).I have referenced this here in the CohortAlleleFrequencyStudyResult schema (which is a direct copy of the
sourceDataSet
from theStudyResult
).While I get the idea of using
derivedFrom
as a representation of the dataset from which the StudyResult was attained, I think we need to weigh whetherRecordMetadata
typeI'm in favor of #2.
For now, I am going to make StudyResult.sourceDataset an array of DataSet types and assume folks will only put 1 entry in the array. But this is not a reasonable final solution IMO.
The text was updated successfully, but these errors were encountered: