Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a user, I want to store other external Study ID numbers in the CTML #140

Open
jagnathan opened this issue Mar 27, 2024 · 0 comments
Open

Comments

@jagnathan
Copy link
Contributor

As a user, I want to store other Study ID numbers in the CTML.
In clinicaltrials.gov website, it states the following:
Identifiers or ID numbers other than the NCT number that are assigned to a clinical study by the study's sponsor, funders, or others. These numbers may include unique identifiers from other trial registries and National Institutes of Health grant numbers.
Example:
CAPTUR trial has a unique NCT Trial ID.
It also has the following Study IDs.
PM1
ESR-17-12831 ( Other Identifier ) (OTHER: AstraZeneca)
CA209-9DL ( Other Identifier ) (OTHER: Bristol-Myers Squibb)
ML39800 ( Other Identifier ) (OTHER: Hoffmann-La Roche)
WI233446 ( Other Identifier ) (OTHER: Pfizer)
Similarly, UHN will have CAPCR number, REB number, etc. corresponding to other systems of UHN.
We can have a list of Identifiers which are stored as a key-value pair. There wont be any constraint on this as both the key and value will be stored as a set of key-value pairs in the CTML.
This is metadata information and will not be used in the matching criteria.
ExternalIDs:
    - ID:
        key:AstraZeneca
        Value:ESR-17-12831
    - ID:
        key:Bristol-Myers Squibb
        Value:CA209-9DL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant