Stream: implementers
Topic: CS only packages/IGs
Patrick Werner (Sep 13 2021 at 15:06):
I am currently trying to create fhir packages for (big) CodeSystems like ICD10, NCIT, etc..
These are converted directly from CLAML -> FHIR, some are authored in FSH. While sushi is quite fast at creating the CS json files, the IG publisher struggles and takes almost 3h on a 8core 16gig gitlab runner.
Most of the time is consumed by validation and narrative generation.
My preferred solution would be to be able to disable narrative generation and validation for the IG creation in the ig publisher, as far as is saw this is not possible at the moment.
2nd Option would be to just use sushi and package manually in a CI step. Which doesn't produce a IG html page where guidance for these CodeSystems should go.
Is there an easy solution which i am missing?
Jose Costa Teixeira (Sep 13 2021 at 15:17):
For narrative, I think I recall that if you add your own narrative, the publisher would skip its own narrative generation
Jose Costa Teixeira (Sep 13 2021 at 15:18):
So maybe if you add a narrative with status #empty that but would be skipped
Grahame Grieve (Sep 13 2021 at 20:05):
hmm. this would be something to take up on #IG creation
Last updated: Apr 12 2022 at 19:14 UTC