Skip to content

Commit

Permalink
Merge pull request #68 from RTIInternational/ConditionSeverity
Browse files Browse the repository at this point in the history
Initial commit of Condition Severity
  • Loading branch information
bfurner authored Jan 27, 2025
2 parents c54a482 + 2a5273b commit 16cdb28
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/bdchm/schema/bdchm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,9 @@ classes:
condition_status:
range: ConditionStatusEnum
description: A value indicating whether the medical condition described in this record is present, absent, or unknown for this individual patient.
condition_severity:
range: ConditionSeverityEnum
description: A subjective assessment of the severity of the condition
relationship_to_participant:
range: string
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')
Expand Down Expand Up @@ -3236,4 +3239,17 @@ enums:
description:
UTILITY_INSECURITY:
text: UTILITY_INSECURITY
description:
description:

ConditionSeverityEnum:
description: Social Determinants of Health domains as defined in the Gravity Project
permissible_values:
MILD:
text: UTILITY_INSECURITY
meaning: SNOMED:255604002
MODERATE:
text: UTILITY_INSECURITY
meaning: SNOMED:6736007
SEVERE:
text: UTILITY_INSECURITY
meaning: SNOMED:24484000

0 comments on commit 16cdb28

Please sign in to comment.