The planned period of subjects' participation in the trial is divided into sequential epochs. Each epoch is a period of time that serves a purpose in the trial as a whole. Epochs cannot overlap. The sequence of the epoch in the study is provided by the SequenceNumber attribute, the first epoch in the study being assigned the sequence number 1. Sequence numbers are subsequent.
/ODM/Study/MetaDataVersion/Protocol/StudyStructure/Epoch OID, NameElement Name Epoch Parent Elements StudyStructure Element XPath(s) Element Textual Value None Attributes Child Elements (Description?) Usage/Business Rules
Attribute Schema Datatype or Enumeration Usage Definition Business Rule(s) OID oid Required Unique identifier for the Epoch. Name name Required Human readable name of the study epoch. SequenceNumber positiveInteger Required Order of the Epoch
Example: Epoch
A study protocol's schedule of activities organizes activities within study epochs. This example shows a follow-up epoch with a planned duration of 3 weeks.
<Epoch OID="EPOCH.FLUP" Name="Follow-up Epoch" SequenceNumber="3"> <Description> <TranslatedText xml:lang="en "Type="text/plain">Follow-up Epoch</TranslatedText> </Description> </Epoch>