Skip to content

Commit 4d0d505

Browse files
committed
fix: add UDI as TEI supported identifier
Signed-off-by: Pavel Shukhman <[email protected]>
1 parent f07e006 commit 4d0d505

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

discovery/readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,22 @@ Example:
195195
urn:tei:asin:cyclonedx.org:443:B07FZ8S74R
196196
```
197197

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+
```text
211+
urn:tei:udi:cyclonedx.org:443:00123456789012
212+
```
213+
198214
Note that if an identifier, like EAN, is used for multiple different product releases
199215
then this EAN code will not be unique for a given product. While this case is supported
200216
by TEA, the vendor is recommended to create a separate TEI for each unique product sold,

0 commit comments

Comments
 (0)