Hit quite an annoying problem in valueset generation.
During generationm we pull value set definitions down for core datatypes from hl7.org. There's a lot of data here.
What happens after we hit these endpoints too quickly is the server starts feeding us captchas - I'm pretty sure it's a rate limit. Which means requests in the generator start failing.
It would be far more effective to download the whole base spec as a zip and extract the datasets we need. But that's a bunch of work, too.
Hit quite an annoying problem in valueset generation.
During generationm we pull value set definitions down for core datatypes from hl7.org. There's a lot of data here.
What happens after we hit these endpoints too quickly is the server starts feeding us captchas - I'm pretty sure it's a rate limit. Which means requests in the generator start failing.
It would be far more effective to download the whole base spec as a zip and extract the datasets we need. But that's a bunch of work, too.