Element Name | StudyIndication |
---|---|
Parent Element(s) | StudyIndications |
Element XPath(s) | /ODM/Study/MetaDataVersion/Protocol/StudyIndications/StudyIndication |
Element Text Value | None |
Attributes | OID |
Child Elements | (Description, Coding*) |
Usage/Business Rules |
Attribute | Schema Datatype or enumeration | Usage | Definition | Business Rule(s) |
OID | oid | Required | Unique identifier for the StudyIndication element. | The OID attribute for the StudyIndication must be unique within the study. |
This element describes a study indication (e.g., condition, disease) for the clinical study. The human-readable description is provided in the Description element. The Coding element can be used to provide a machine-readable code for the indication (e.g., SNOMED-CT code 26929004 for "Alzheimer's disease").
Example
StudyIndication
<StudyIndication> <Description> <TranslatedText xml:lang="en" Type="text/plain">Alzheimer's disease</TranslatzedText> </Description> <Coding Code="26929004" System="http://snomed.info/sct" SystemName="SNOMED-CT" SystemVersion="2019.10.03"/> </StudyIndication>