Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributeUsageDescriptionAttribute order
fileOIDRequiredA unique identifier for this file.1
creationDateTimeRequiredTime of creation of the file containing the document.2
asOfDateTimeRequiredThe date/time at which the source database was queried in order to create this document.3
datasetJSONVersionRequiredVersion of Dataset-JSON standard4
originatorOptionalThe organization that generated the Dataset-JSON file.5
sourceSystemOptionalThe computer system or database management system that is the source of the information in this file.6
sourceSystemVersionOptionalThe version of the "SourceSystemsourceSystem" above.7
clinicalDataOptionalContains datasets for clinical data across multiple subjects.8
referenceDataOptionalContains datasets for non-subject data domains.9
Code Block
languagejs
{
    "fileOID": "www.sponsor.xyz.org.project123.final",
    "creationDateTime": "2023-03-22T11:53:27",
    "asOfDateTime": "2023-02-15T10:23:15",
    "datasetJSONVersion": "1.0.0",
    "originator": "Sponsor XYZ",
    "sourceSystem": "Software ABC",
    "sourceSystemVersion": "1.0.0",
    "clinicalData": { ... },
    "referenceData": { ... }
}

...

AttributeRequirementDescriptionAttribute order
studyOIDRequiredSee ODM definition for study OID (ODM/Study/@OID).1
metaDataVersionOIDRequiredSee ODM definition for metadata version OID (ODM/Study/MetaDataVersion/@OID).2
metaDataRefOptionalURL for a metadata file the describing the data.3
itemGroupDataRequiredObject containing dataset information4

...