We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076e521 commit 2158fdbCopy full SHA for 2158fdb
docs/explanations/curator_data_model.md
@@ -350,11 +350,11 @@ Data Model:
350
351
To demonstrate this, see the above example with the `Patient` and `Cancer` data types:
352
353
+- `Patient` is a data type, but `Cancer` is not, as defined by the `Parent` column.
354
- `Diagnosis` is an attribute of `Patient`.
355
- `Diagnosis` has `Valid Values` of `Healthy` and `Cancer`.
356
- `Cancer` is also a data type.
357
- `Cancer Type` and `Family History` are attributes of `Cancer` and are both required.
-- `Patient` is a data type, but `Cancer` is not, as defined by the `Parent` column.
358
359
As a result of the above data model, in the JSON Schema:
360
0 commit comments