Stream: IG creation
Topic: IG Publisher codeSystem propertiese
John Moehrke (Jul 02 2020 at 19:47):
Is there a way to get the publisher to expose as columns properties other than the ones it does? I tried comment and that doesn't show up, I really want a local property to show up as a column.
Grahame Grieve (Jul 02 2020 at 20:04):
comments should be rendered. How are you including them?
John Moehrke (Jul 02 2020 at 20:06):
as a comment property
John Moehrke (Jul 02 2020 at 20:07):
let me try that again. might be good enough to use comment
John Moehrke (Jul 02 2020 at 20:12):
comment worked
John Moehrke (Jul 02 2020 at 20:13):
is there a way to define a local property that shows up? (the comment I have is the CDA template ID used with each FormatCode as a comment.
Grahame Grieve (Jul 02 2020 at 20:17):
properties will be rendered if (a) they are standard properties or (b) the definition of the property has a rendered value extension, or (c) the property has a URI, and it's listed in the codesystem-property in the IG resource (see https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters)
John Moehrke (Jul 02 2020 at 20:27):
thanks for the pointer. I couldn't tell how to define a codesystem concept property.
John Moehrke (Jul 02 2020 at 20:31):
so I see on that confluence page "rendered-value", but I am unable to find what that means or where it is or how to use it
Grahame Grieve (Jul 02 2020 at 20:32):
http://hl7.org/fhir/R4/extension-rendered-value.html
John Moehrke (Jul 02 2020 at 20:34):
thanks.. trying that
John Moehrke (Jul 02 2020 at 20:54):
I have failed to figure it out... guess I will just stick with comment
John Moehrke (Jul 02 2020 at 20:57):
http://build.fhir.org/ig/IHE/FormatCode/branches/master/formatcode.html
Grahame Grieve (Jul 02 2020 at 21:51):
you put the rendered value extension on the code element of the property definition in the CodeSystem. or you give it a URI and add the URI to the IG parameters.... did you try those things?
John Moehrke (Jul 03 2020 at 12:35):
im too stupid to understand. I have tried a bunch of things that I think are what you are saying, but always get the error that the rendered-value extension can't be used there. Do you have an example?
Grahame Grieve (Jul 03 2020 at 20:51):
yes you might get that error. but does the property render?
Last updated: Apr 12 2022 at 19:14 UTC