We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07e006 commit 4d0d505Copy full SHA for 4d0d505
discovery/readme.md
@@ -195,6 +195,22 @@ Example:
195
urn:tei:asin:cyclonedx.org:443:B07FZ8S74R
196
```
197
198
+
199
+#### UDI
200
201
+Where the `unique-identifier` is a [UDI](https://www.gs1.org/industries/healthcare/udi).
202
203
+Syntax:
204
205
+```text
206
+urn:tei:udi:<domain-name>:<domain-port>:<udi-identifier>
207
+````
208
209
+Example:
210
211
+urn:tei:udi:cyclonedx.org:443:00123456789012
212
+```
213
214
Note that if an identifier, like EAN, is used for multiple different product releases
215
then this EAN code will not be unique for a given product. While this case is supported
216
by TEA, the vendor is recommended to create a separate TEI for each unique product sold,
0 commit comments