Stream: IG creation
Topic: one more thing for your list
Eric Haas (Oct 16 2019 at 20:21):
markdown support for valueset.copyright. @Grahame Grieve
Grahame Grieve (Oct 17 2019 at 21:39):
I believe that this is done now - did it recently. Please tell me where you think it's not done.
Eric Haas (Oct 17 2019 at 22:27):
here is my test ig output in STU3 land using the latest publisher:
Grahame Grieve (Oct 17 2019 at 22:28):
which repo?
Eric Haas (Oct 17 2019 at 22:30):
here: https://github.com/Healthedata1/IG-Template2/tree/STU3-Branch
note output is in docs
folder
source file is https://github.com/Healthedata1/IG-Template2/blob/STU3-Branch/source/resources/ValueSet-blah-codes.xml
Grahame Grieve (Oct 18 2019 at 02:38):
I don't see any copyright there?
Eric Haas (Oct 18 2019 at 02:55):
this bit here is all copyright element:
pasted image
Grahame Grieve (Oct 18 2019 at 03:19):
looks to me like you haven't committed that?
Eric Haas (Oct 19 2019 at 01:32):
it is in the branch : STU3-Branch so it won't show up in git pages....
Eric Haas (Oct 19 2019 at 01:33):
but I can add to the main branch as well.
Grahame Grieve (Oct 19 2019 at 23:25):
fixed next release
Eric Haas (Oct 20 2019 at 01:58):
ty
Eric Haas (Oct 31 2019 at 01:01):
I notice that the only way the markdown parser recognizes line breaks inside the attribute value is by using


should we document this somewhere?
Eric Haas (Oct 31 2019 at 01:04):
e.g.
<copyright value="markdown link: [American Medical Association](https://www.ama-assn.org/)

 use &#xA; to create a new line for markdown.. markdown new paragraph: All rights reserved. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement

 ## header2
 ### header3
 ### header4 
 *emphasis* 
 **bold** 
 unordered markdown list:
 - list 1
 - list 2

 ordered markdown list:
 1. list1
 1. list2"/>
gives you this.... pasted image
Grahame Grieve (Oct 31 2019 at 11:08):
I'm not sure where we would document that
Brian Postlethwaite (Oct 31 2019 at 20:42):
In the markdown datatype notes?
Brian Postlethwaite (Oct 31 2019 at 20:48):
There is a bug I found the other day where if you have jekyl markdown in a string it isn't delimited.
This will come up in the SDC IG for the fhirpath tokens.
http://sqlonfhir-r4.azurewebsites.net/fhir/Questionnaire/gp-assessment-report/_history/6?_format=html
Last updated: Apr 12 2022 at 19:14 UTC