We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strength
Currently, strength is represented as:
{ "code": "e000009", "label": "preclinical evidence", "system": "https://go.osu.edu/evidence-codes", }
But should be changed to:
{ "primaryCode": "e000009", "label": "preclinical evidence", "mappings": [ { "coding": { "id": "vicc:e000009", "system": "https://go.osu.edu/evidence-codes", "code": "e000009", }, "relation": "exactMatch", }, { "coding": { "id": "civic.evidence_level:D", "system": "https://civic.readthedocs.io/en/latest/model/evidence/level.html", "code": "D", }, "relation": "exactMatch", }, { "coding": { "id": "moa.assertion_level:preclinical_evidence", "system": "https://moalmanac.org/about", "code": "Preclinical evidence", }, "relation": "exactMatch", }, ], }
The text was updated successfully, but these errors were encountered:
revert strength (save for #419)
14a8cf5
korikuzma
Successfully merging a pull request may close this issue.
Currently,
strength
is represented as:But should be changed to:
The text was updated successfully, but these errors were encountered: