Skip to content

Commit

Permalink
dieases code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemma committed Jul 3, 2024
1 parent 2d0387f commit c1c0ae6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions frontend/src/config-examples-cancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"value": "Colon adenocarcinoma",
"ontology": "NCIT:C4349",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -18,7 +18,7 @@
"value": "Mucinous Adenocarcinoma of the Colon and Rectum",
"ontology": "NCIT:C7966",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -27,7 +27,7 @@
"value": "Rectal Adenocarcinoma",
"ontology": "NCIT:C9383",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
]
]
Expand Down
24 changes: 12 additions & 12 deletions frontend/src/config-examples-covid.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"value": "COVID-19",
"ontology": "MONDO:0100096",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -92,7 +92,7 @@
"value": "Immunocompromised",
"ontology": "NCIT:C14139",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -101,7 +101,7 @@
"value": "Asthma",
"ontology": "NCIT:C28397",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -110,7 +110,7 @@
"value": "Chronic Obstructive Pulmonary Disease",
"ontology": "NCIT:C3199",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -119,7 +119,7 @@
"value": "Chronic Kidney Disease",
"ontology": "NCIT:C80078",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -128,7 +128,7 @@
"value": "Hypertension",
"ontology": "NCIT:C3117",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -137,7 +137,7 @@
"value": "Organ Transplantation",
"ontology": "NCIT:C15289",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -146,7 +146,7 @@
"value": "Congestive Heart Failure",
"ontology": "NCIT:C3080",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -155,7 +155,7 @@
"value": "Myocardial Infarction",
"ontology": "NCIT:C27996",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -164,7 +164,7 @@
"value": "Stroke",
"ontology": "NCIT:C3390",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -173,7 +173,7 @@
"value": "Deep Vein Thrombosis",
"ontology": "NCIT:C49343",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
],
[
Expand All @@ -182,7 +182,7 @@
"value": "Reinfarction During Hospitalization",
"ontology": "NCIT:C80480",
"type": "ontology",
"schemaField": "diseases"
"schemaField": "diseases.diseaseCode"
}
]
]
Expand Down

0 comments on commit c1c0ae6

Please sign in to comment.