Stream: committers
Topic: creating logical models
Eric Haas (Aug 23 2016 at 20:18):
for logical models - can I put anything as type and if just create the spreadsheet will the artifacts publish or do I need to add to fhir.ini
Grahame Grieve (Aug 23 2016 at 21:00):
don't out them in fhir.ini
Eric Haas (Aug 24 2016 at 01:52):
There is a section[logical]
for logical models in fhir.ini that instructs the build to publish the artifacts. And I answered my other question anything as type works fine.
Eric Haas (Aug 24 2016 at 19:29):
I'm trying to build a logical model using the spreadsheet and the build and defining my own type. Is that possible? I tried extending the ElementDefinition.type ValueSet but still getting a "bad type" error.
Grahame Grieve (Aug 24 2016 at 20:37):
hm. that might be a problem.
Grahame Grieve (Aug 24 2016 at 20:37):
I'll investigate at some stage. you can't extend the type value set
Eric Haas (Aug 24 2016 at 22:36):
OK thanks. I'll work around it for now
Eric Haas (Aug 25 2016 at 14:33):
I'm using the build - will the IG publisher work too?
Grahame Grieve (Aug 25 2016 at 21:17):
yes IG Publisher will work too
Eric Haas (Aug 25 2016 at 21:19):
When I use type Element in a logical model it gets kicked out by the build as a bad context error. I'm assuming that is a spreadsheet/build thing. (or more likely user error).
Eric Haas (Aug 25 2016 at 21:19):
BackboneElement is the default
Grahame Grieve (Aug 25 2016 at 21:19):
don't know. Look at Lloyd's logical models
Eric Haas (Aug 25 2016 at 21:20):
He doesn't use that type so I will assume that for now
Last updated: Apr 12 2022 at 19:14 UTC