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").

Element Name

StudyIndication

Parent Element(s)StudyIndications
Element XPath(s)/ODM/Study/MetaDataVersion/Protocol/StudyIndications/StudyIndication
Element Text ValueNone
AttributesOID
Child Elements(Description, Coding*)
Usage/Business Rules


AttributeSchema Datatype or enumerationUsageDefinitionBusiness Rule(s)
OIDoidRequiredUnique identifier for the StudyIndication element.The OID attribute for the  StudyIndication must be unique within the study.

Example: StudyIndication

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>

  • No labels