Element Name | StudyIndication |
---|---|
Parent Element(s) | StudyIndications |
Element XPath(s) | /ODM/Study/MetaDataVersion/Protocol/StudyIndications/StudyIndication |
Element Text Value | None |
Usage |
|
Cardinality | One or more |
Attributes | OID |
Child Elements | Description, Coding* |
Attribute | Schema Datatype or enumeration | Usage | Definition | Business Rules |
OID | oid | Required | Unique identifier for the StudyIndication element. | The OID attribute for the StudyIndication must be unique within the Study. |
The StudyIndication element allows to describe a study indication (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, for example 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>