Skip to content

Commit 4d3f9ab

Browse files
authored
Merge pull request #146 from RTIInternational/issue145
This commit adds an attribute, associated_evidence, to the Condition entity
2 parents 3ad12f1 + 231a84c commit 4d3f9ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bdchm/schema/bdchm.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,10 @@ classes:
456456
relationship_to_participant:
457457
range: FamilyRelationshipEnum
458458
description: A value indicating the relationship between the Participant to which the Condition is attributed and the individual who had the reported Condition. If the Condition is affecting the participant themselves, then 'Self' is the appropriate relationship. If the Condition is affecting a family member (e.g. a parent of the Participant) then an appropriate relationship should be provided (e.g. 'Parent')
459+
associated_evidence:
460+
range: Entity
461+
description: Evidence supporting the assertion of the condition (e.g., an ImagingStudy, Procedure, Observation)
462+
multivalued: true
459463
slots:
460464
- identity
461465
- associated_visit

0 commit comments

Comments
 (0)