synthetichealth / synthea

Synthetic Patient Population Simulator

Home Page:https://synthetichealth.github.io/synthea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doc change: Series UID and Instance UID in imaging studies are not proper UUID

thondeboer opened this issue · comments

What happened?

Just a Doc Change on hte CSV page in the wiki. In imaging studies, the CSV export page lists Series UID and Instance UID as UUID format, but they are not in official UUID format. Format for Series and Instance UID is something like:
1.2.840.99999999.1.26930466.662735060367

which is not a properly formatted UUID, which is more something like:

3e67a206-82c1-04f3-ab5c-08aaf72757e9

Setting Series and Instance UID as UUID in Postgres results in an loading error

Environment

- OS: Linux beast 5.19.0-50-generic #50-Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 10 18:24:29 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
- Java:openjdk version "11.0.20" 2023-07-18

Relevant log output

No response

I was actualy able to change the wiki, so I went ahead and made the change myself. Wiki is world editable, neat!

I changed the wiki page on the CSV output to indicate Series UID and Instance UID are just String fields, and not UUID