-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add schemes for ACVM, APMA, and VMD.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# Well-known Medicine Registration Identifier Schemes | ||
|
||
| Short URI | Resolvable URI | Description | Example | Code list or format specification | | ||
| --- | --- | --- | --- | --- | | ||
| --- | --- | --- | --- | --- | | ||
| nz.govt.acvm | https://eatsafe.nzfsa.govt.nz/web/public/acvm-register | New Zealand Agricultural Compounds and Veterinary Medicines Register. Use the **Registration Number** from this register. | Z123456 | Character followed by numbers | | ||
| au.gov.apma | https://www.apvma.gov.au/ | Australian Pesticides and Veterinary Medicines Authority. Use the PubCRIS **product number** from this register. | 99999 | Numeric | | ||
| uk.gov.vmd | https://www.vmd.defra.gov.uk/productinformationdatabase/ | Veterinary Medicines Directorate product information database. Use the **VM Number** from this register. | 12345/54321 | number "/" number | |