Stream: implementers
Topic: Snapshort Profiles and properties
Chris Munro (Mar 21 2017 at 15:20):
I am wondering how does Simplifier know to grey out the extra elements added as part of the snapshot element, e.g. here:
https://simplifier.net/FinnishPHR/fiphr-bloodglucose
THe hoursAfterMeal is not greyed out, as it was added but the other properties appear greyed out - is there a rule based on the XML? Or is there a method in e.g. the C# API to get on the elements that are then later greyed out?
Marten Smits (Mar 21 2017 at 16:45):
Hi @Chris Munro . Simplifier greys out elements that are only present in the snapshot component of the StructureDefinition and not in the Differential. This is not standard function in the C# library, but code written for rendering puposes only.
Chris Munro (Mar 22 2017 at 09:17):
Thank you @Marten Smits
Last updated: Apr 12 2022 at 19:14 UTC