Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Body

Jira
showSummaryfalse
serverIssue Tracker (JIRA)
serverId85506ce4-3cb3-3d91-85ee-f633aaaf4a45
keyODM2DEV-56
:


Attributes: 

NameDataTypeNotes
Valuetext

Value  for parent StudyParameter/@Term.

When there is a Coding child element, the Values will reflect the requirements of the referenced coding system.

...

Code Block
<Protocol>
<StudyParameters>
    <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" Description="Headache"/>
            <!-- 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" Description="Migraine (disorder)"/>
        </ParameterValue>
    </StudyParameter>
</StudyParameters>
<StudyEventRef ...>...</StudyEventRef>
...
</Protocol>

Pagenav2