Skip to content

Commit 9e5e4a4

Browse files
committed
Update ovary asct+b patch
1 parent 6fe112d commit 9e5e4a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/normalization/patches.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,15 +220,15 @@ export function getPatchesForAnatomicalStructure(context) {
220220
} else if (organName === 'ovary') {
221221
organSpecificPatches = [
222222
{
223-
id: 'FMA:7214',
223+
id: 'UBERON:0002119',
224224
conforms_to: 'AnatomicalStructure',
225225
ccf_pref_label: 'left ovary',
226226
ccf_asctb_type: 'AS',
227227
ccf_is_provisional: false,
228228
ccf_part_of: ['UBERON:0000992'],
229229
},
230230
{
231-
id: 'FMA:7213',
231+
id: 'UBERON:0002118',
232232
conforms_to: 'AnatomicalStructure',
233233
ccf_pref_label: 'right ovary',
234234
ccf_asctb_type: 'AS',

0 commit comments

Comments
 (0)