Stream: shorthand
Topic: Trail Use and Draft Flags not working
Stuart Cox (Sep 17 2020 at 18:32):
I am attempting to use the TU and D (Trial Use and Draft) flags on fields and extensions within a profile. Hoping to have those indicated visually in the IG profile html pages after running the publisher. MS flags specified in the IG work fine and show up in the IG in red as I would expect, but the TU and D flags don't seem to do anything. Am I using them correctly? Or am I misunderstanding how these work.
On CommunicationRequest profile, for example:
-
medium 0..1 TU
or -
medium 0..1 D
Chris Moesel (Sep 17 2020 at 20:25):
Hi @Stuart Cox -- I'm not sure if/how the IG Publisher surfaces the trial-use or draft flags. @Grahame Grieve or @Lloyd McKenzie -- would you expect the standards status (via the structuredefinition-standards-status
extension) to get surfaced for elements in a profile?
In Stuart's example above, SUSHI ends up exporting a differential like this:
{
"id": "CommunicationRequest.medium",
"path": "CommunicationRequest.medium",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
}
],
"max": "1"
}
Stuart Cox (Sep 17 2020 at 21:30):
Thanks for your response @Chris Moesel . I am getting the extension now in the structure definition, so that part is working. But was hoping it would surface in the IG UI where developers can see it, similar to what occurs with the MS flag. The HL7 IG has those, but I suppose it is all about the JEKYLL template used to build the IG. I guess to get it working as I'm expecting, I need to figure out how to customize the template jekyll pages to display that??
Chris Moesel (Sep 17 2020 at 21:45):
I'm not sure, that's why I tagged @Grahame Grieve and @Lloyd McKenzie. What template are you using? Is it one of the HL7 templates or is it a non-HL7 template?
Lloyd McKenzie (Sep 17 2020 at 22:11):
It doesn't surface them to my knowledge (at least not with anything I've written). Fixing that is on the near-term (next couple of month) priority list.
Grahame Grieve (Sep 18 2020 at 02:02):
yes that's work in progress
Stuart Cox (Oct 28 2020 at 19:58):
Thank you, glad to know it's on the radar. @Grahame Grieve, any idea on the timing for that?
Grahame Grieve (Nov 12 2020 at 10:37):
not soon enough, given how many things people are asking for...
Last updated: Apr 12 2022 at 19:14 UTC