Ward Weistra
Feb 19, 2026, 03:43 PM
In my testing it seems that the Java stack (represented by IG Publisher) and the .NET stack (represented by Simplifier) indeed behave differently. Taking PS-CA Pan-Canadian Patient Summaries - SIMPLIFIER.NET and running it through both tools: IG Publisher gets the short from the parent Immunization resource : { "id" : "Immunization.site" , "path" : "Immunization.site" , "short" : "Body site vaccine was administered" , [ ... ] }, Where Simplifier (Download > Download snapshot as JSON ) gets it from the DataType profile : { "id" : "Immunization.site" , "path" : "Immunization.site" , "short" : "Concept - reference to a terminology or just text" , [ ... ] },