Skip to content

Commit

Permalink
Add URI prefixes to BAO and CVX (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt authored Sep 23, 2023
1 parent c8e2be3 commit 1b23b27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -5137,7 +5137,8 @@
],
"synonyms": [
"BAO"
]
],
"uri_format": "http://www.bioassayontology.org/bao#BAO_$1"
},
"bartoc": {
"contact": {
Expand Down Expand Up @@ -20539,7 +20540,8 @@
"hl7": "2.16.840.1.113883.6.59"
},
"name": "Vaccine administered code set",
"pattern": "^\\d+$"
"pattern": "^\\d+$",
"uri_format": "https://biopragmatics.github.io/providers/cvx/$1"
},
"d1id": {
"biocontext": {
Expand Down

0 comments on commit 1b23b27

Please sign in to comment.