Skip to content

Commit

Permalink
update molConseq test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdolin committed Jun 14, 2024
1 parent 0eff356 commit 4ece890
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
17 changes: 4 additions & 13 deletions tests/expected_outputs/find_subject_molecular_consequences/1.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,20 +104,11 @@
}
]
}
},
}
],
"interpretation": [
{
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs",
"code": "functional-effect",
"display": "Functional Effect"
}
]
},
"valueCodeableConcept": {
"text": "MODERATE"
}
"text": "MODERATE"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,20 @@
]
},
"valueCodeableConcept": {
"text": "HIGH"
"coding": [
{
"system": "http://sequenceontology.org",
"code": "SO:0002054",
"display": "loss_of_function_variant"
}
]
}
}
],
"interpretation": [
{
"text": "HIGH"
}
]
}
},
Expand Down

0 comments on commit 4ece890

Please sign in to comment.