Skip to content

Commit

Permalink
Merge pull request #43 from RTIInternational/ObservationTiming
Browse files Browse the repository at this point in the history
Changes to Observation to capture age at observation and associated visit
  • Loading branch information
bfurner authored Jan 4, 2025
2 parents b1a0446 + 524d195 commit 04d00d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/bdchm/schema/bdchm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,11 @@ classes:
is_a: Entity
description: A data structure with key (observation_type) and value (value) attributes that represents a single observation, such as the hematocrit component of a complete blood count panel.
attributes:
age_at_observation:
range: integer
description: The Participant's age (expressed in days) when the Observation was made.
unit:
ucum_code: d
category:
description: The general category of observation described
values_from: crdch:enum_CRDCH_Observation_category
Expand Down Expand Up @@ -1350,6 +1355,9 @@ classes:
multivalued: false
range: Participant
required: false
associated_visit:
description: A reference to the Visit during which this Observation was recorded.
range: Visit
performed_by:
description: The organization or group that performed the observation activity.
multivalued: false
Expand Down

0 comments on commit 04d00d2

Please sign in to comment.