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 6fe112d commit 9e5e4a4Copy full SHA for 9e5e4a4
src/normalization/patches.js
@@ -220,15 +220,15 @@ export function getPatchesForAnatomicalStructure(context) {
220
} else if (organName === 'ovary') {
221
organSpecificPatches = [
222
{
223
- id: 'FMA:7214',
+ id: 'UBERON:0002119',
224
conforms_to: 'AnatomicalStructure',
225
ccf_pref_label: 'left ovary',
226
ccf_asctb_type: 'AS',
227
ccf_is_provisional: false,
228
ccf_part_of: ['UBERON:0000992'],
229
},
230
231
- id: 'FMA:7213',
+ id: 'UBERON:0002118',
232
233
ccf_pref_label: 'right ovary',
234
0 commit comments