[ ] OmopConceptSetVersionItem has 10,001; it should have closer to 150,000
[ ] We also need concept set members. (Have to figure out how to get that from the API)
Additional info
(1) and/or (2) may be the result of this (from the enclave API docs):
This endpoint returns a maximum of 10,000 objects. After 10,000 objects have been returned and if more objects are available, attempting to load another page will result in an ObjectsExceededLimit error being returned.
Each page may be smaller or larger than the requested page size. However, it is guaranteed that if there are more results available, at least one result will be present in the response, up to 10,000 results.
Subtasks
Additional info
(1) and/or (2) may be the result of this (from the enclave API docs):