Stream: cimpl
Topic: Logical Models
Kurt Allen (Jul 19 2019 at 17:56):
Hello @Chris Moesel and @Mark Kramer
I am having an issue with getting logical models to be included in the output IG. I am getting model doc's, so my config is being read, but I set includeLogicalModels to true and no logical models tab in the output IG.
Any ideas?
I attached my config.json file.
Thanks (again) in advance,
Kurt A.
P.S. The code is committed in both the master and development branches
Kurt Allen (Jul 19 2019 at 18:08):
Peeking into the code, I see
if (target !== 'FHIR_STU_3') {
config.implementationGuide.includeLogicalModels = false;
with a note that logical models are only supported for DSTU3. Is that correct?
Chris Moesel (Jul 19 2019 at 18:56):
Yes, sorry! I guess we should probably output a warning (or maybe an error) if you try to export logical models and it's not supported. BTW -- supporting logical models in R4 (and DSTU2) is something we want to do, but has been beat out so far by higher priority issues.
Kurt Allen (Jul 19 2019 at 19:13):
Thanks. I will try and port everything to DSTU3 then.
Best,...
Chris Moesel (Jul 19 2019 at 23:40):
Oh shoot. Are the logical models that important for you?
Kurt Allen (Jul 20 2019 at 02:52):
I got it all ported to DSTU3, so no worries (took about 3 hours, so no big deal.
The logical models are much easier to understand and explain to people than the full profiles, so they are IMHO kinda important.
I would like/hope to see logical models available for R4 in the not too distant future, but that is not necessary for the Sept ballot.
Thanks!
Last updated: Apr 12 2022 at 19:14 UTC