A study end point reflects an outcome measure of interest that is statistically analyzed to address a particular research question for the study. It typically specifies the type of assessments made; the timing of those assessments; the assessment tools used; and other details, as applicable, such as how multiple assessments within an individual are to be combined.
End points are typically associated with StudyObjectives. The property whether a study end point is primary or secondary is thus inherited from the StudyObjective that references it.
Element Name | StudyEndPoint |
---|---|
Parent Element(s) | StudyEndPoints |
Element XPath(s) | /ODM/Study/MetaDataVersion/Protocol/StudyEndPoints/StudyEndPoint |
Element Textual Value | None |
Attributes | OID, Name, Type, Level |
Child Elements | (Description? FormalExpression*) |
Usage/Business Rules |
Attribute | Schema Datatype or Enumeration | Usage | Definition | Business Rule(s) |
---|---|---|---|---|
OID | oid | Required | Unique identifier for the StudyEndPoint element |
|
Name | name | Required | Human readable identifier for the StudyEndPoint element. |
|
Type | (Simple | Humane | Surrogate | Composite) | Optional | The type of end point.
| |
Level | (Primary | Secondary | Exploratory) | Optional | Level for the Study Endpoint.
|
|
[1] US Department of Health and Human Services F . 2017. Center for Drug Evaluation and Research (CDER) and Center for Biologics Evaluation and Research (CBER): Multiple Endpoints for Clinical Trials: Guidance for Industry. (https://www.fda.gov/regulatory-information/search-fda-guidance-documents/multiple-endpoints-clinical-trials-guidance-industry)
[2] Biomarkers EndpointS and other tools (BEST) http://www.ncbi.nlm.nih.gov/books/NKB338448/
Example: StudyEndPoint
<StudyEndPoint OID="SEP.WEIGHT_LOSS" Name="Weight loss end point"> <Description> <TranslatedText xml:lang="en" Type="text/plain">Absolute change from baseline weight at 1 year</TranslatedText> <FormalExpression Context="ODMPath"> StudyEventData.where(StudyEventOID='SE.VISIT1').ItemGroupData.where(ItemGroupOID='IG.VITALS').ItemData.where(ItemOID='IT.WEIGHT).Value - StudyEventData.where(StudyEventOID='SE.VISIT_1_YEAR').ItemGroupData.where(ItemGroupOID='IG.VITALS').ItemData.where(ItemOID='IT.WEIGHT).Value</FormalExpression> </Description> </StudyEndPoint>