Skip to content

Commit

Permalink
update recruitmentStatus in clinicaltrial to match new format
Browse files Browse the repository at this point in the history
  • Loading branch information
sshugsc committed Jan 24, 2024
1 parent 108505c commit 67a5a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/definitions/ontology.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ const models: PartialSchemaDefn = {
type: 'string',
description: 'The recruitment status of the trial',
choices: [
'active not recruiting',
'completed',
'enrolling by invitation',
'not yet recruiting',
'recruiting',
'enrolling by invitation',
'active not recruiting',
'suspended',
'terminated',
'completed',
'withdrawn',
'available',
'no longer available',
Expand Down

0 comments on commit 67a5a20

Please sign in to comment.