-
Notifications
You must be signed in to change notification settings - Fork 4
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
Last updates before major release #181
Conversation
… range to string for study/dataset fields that need explanations
… Activity to enum_dataCategory; lowercase d in enum_dataCategory
…descriptions to say that additional explanation should go in Description
@lopierra how soon do you need this reviewed? |
Sometime next week, if possible? It would be good to have a major release of the LinkML model to coincide with our next release of the Data Hub |
@lopierra Study Expected Number of Participants: What prompted the change of studyExpectedNumberOfParticipants from an integer to a string? |
Yes, good point.. we should have both Global and External IDs everywhere. FOr studyExpectedNumberOfParticipants - I meant to change that back to integer but forgot I will make these changes now |
@madanucd Sorry, I misunderstood your comment initially.. I do think we should include both Global and External IDs since the Global ID is used by FHIR and the External ID is more recognizable for humans. I added participantGlobalId to Condition for consistency. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Hi @madanucd - I made the updates to Study/Dataset (and other components) that we've been discussing over the past few weeks - see commit messages. Let me know if you notice anything I missed.
Also, would you mind generating the schema and pydantic to make sure we don't have any errors in the YAMLs? I realized I haven't actually installed LinkML on my new laptop, but I don't want to hold up the release. Thank you!