Coding
object in mappings is not being represented correctly
#394
Labels
Coding
object in mappings is not being represented correctly
#394
Describe the bug
I had met with Alex to review CIViC assertion representation using the latest GKS ballot releases. During this review, he noted we should be representing
Coding
objects inmappings
differently than what is stated by the descriptions.Steps to reproduce
Go to https://normalize.cancervariants.org/gene/normalize?q=BRAF and look at mappings
Expected behavior
code
must use syntax defined by the system (e.g.HGNC:5
)system
must useiriReference
, not a free-text labelhttps://www.genenames.org/data/gene-symbol-report/#!/hgnc_id/
id
can be the concept_id (CURIE)Current behavior
code
is always using concept ID (CURIE)system
sometimes uses free-text labelid
fieldAcceptance Criteria
Given I'm querying the /normalize endpoint,
When I'm accessing mappings,
Then code be the code syntax defined by the system, system should use iriReference, and id will be the concept_id
Possible reason(s)
No response
Suggested fix
No response
Branch, commit, and/or version
v0.6.0
Screenshots
No response
Environment details
NA
Additional details
No response
Contribution
Yes, I can create a PR for this fix.
The text was updated successfully, but these errors were encountered: