Skip to content

Commit 6ff8e4f

Browse files
authored
Merge pull request #147 from RTIInternational/auto-update-schema
Auto-update generated JSON schema
2 parents 4d3f9ab + a6de208 commit 6ff8e4f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

generated/bdchm.schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,16 @@
172172
"null"
173173
]
174174
},
175+
"associated_evidence": {
176+
"description": "Evidence supporting the assertion of the condition (e.g., an ImagingStudy, Procedure, Observation)",
177+
"items": {
178+
"type": "string"
179+
},
180+
"type": [
181+
"array",
182+
"null"
183+
]
184+
},
175185
"associated_participant": {
176186
"description": "A reference to the Participant that is associated with this record.",
177187
"type": [

generated/bdchm.schema.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,6 +1780,8 @@ export interface Condition extends Entity {
17801780
condition_severity?: string,
17811781
/** 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') */
17821782
relationship_to_participant?: string,
1783+
/** Evidence supporting the assertion of the condition (e.g., an ImagingStudy, Procedure, Observation) */
1784+
associated_evidence?: EntityId[],
17831785
}
17841786

17851787

0 commit comments

Comments
 (0)