Stream: hapi
Topic: Load a branch of CS
Lin Zhang (Mar 26 2021 at 00:54):
How (is it possible) to load a branch of a CodeSystem by adding root concepts to the CS and adding their descendants along the hierarchies? I'm trying to upload/update a CS in this way. But HTTP code 400 (Bad request...) would be always returned from the JPA server when the size of loaded CS (i.e., a national edition of ICD-10, including more than 45k of concepts) part increase to a thredhold, such as nearly 20k and with about 40k properties. Certainly, this method works for smaller CSs (e.g., thousands of concepts). What do you think?
Lin Zhang (Mar 26 2021 at 01:03):
If no, that might be why using the CLI loader to load larger terminologies.
Lin Zhang (Mar 28 2021 at 01:24):
In other words, it would be flexible and efficient to fetch, modify and update a concept and its descendants via the RESTful client.
Last updated: Apr 12 2022 at 19:14 UTC