The ParameterValue contains the value of the study parameter as text content.
Element Name | ParameterValue |
---|---|
Parent Elements | StudyParameter |
Element XPath(s) | /ODM/Study/MetaDataVersion/Protocol/StudySummary/StudyParameter/ParameterValue. |
Element Textual Value | None |
Attributes | Value |
Child Elements | (Coding*) |
Usage/Business Rules |
Attribute | Schema Datatype or Enumeration | Usage | Definition | Business Rule(s) |
---|---|---|---|---|
Value | text | Required | Value for parent StudyParameter/@Term. |
|
Example
ParameterValue with Coding
<Protocol> <StudySummary> <StudyParameter OID="PAR.INDIC" ShortName="INDIC" Term="Trial Indication"> <ParameterValue Value="Headache"> <Coding Code="D006261" System="https://id.nlm.nih.gov/mesh" SystemName="MESH" SystemVersion="July 2015 International Version"/> <!-- Remark that SNOMED-CT makes a distinction between Migraine (disorder) and Headache (Finding> --> <Coding Code="37796009" System="http://snomed.info/sct" SystemName="SNOMED-CT" SystemVersion="2019.10.03"/> </ParameterValue> </StudyParameter> </StudySummary> <StudyEventRef ...>...</StudyEventRef> ... </Protocol>