FHIR Chat · one more thing for your list · IG creation

Stream: IG creation

Topic: one more thing for your list


view this post on Zulip Eric Haas (Oct 16 2019 at 20:21):

markdown support for valueset.copyright. @Grahame Grieve

view this post on Zulip 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.

view this post on Zulip Eric Haas (Oct 17 2019 at 22:27):

here is my test ig output in STU3 land using the latest publisher:

pasted image

view this post on Zulip Grahame Grieve (Oct 17 2019 at 22:28):

which repo?

view this post on Zulip 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

view this post on Zulip Grahame Grieve (Oct 18 2019 at 02:38):

I don't see any copyright there?

view this post on Zulip Eric Haas (Oct 18 2019 at 02:55):

this bit here is all copyright element:
pasted image

view this post on Zulip Grahame Grieve (Oct 18 2019 at 03:19):

looks to me like you haven't committed that?

view this post on Zulip Eric Haas (Oct 19 2019 at 01:32):

it is in the branch : STU3-Branch so it won't show up in git pages....

view this post on Zulip Eric Haas (Oct 19 2019 at 01:33):

but I can add to the main branch as well.

view this post on Zulip Grahame Grieve (Oct 19 2019 at 23:25):

fixed next release

view this post on Zulip Eric Haas (Oct 20 2019 at 01:58):

ty

view this post on Zulip 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?

view this post on Zulip Eric Haas (Oct 31 2019 at 01:04):

e.g.

<copyright value="markdown link: [American Medical Association](https://www.ama-assn.org/)&#xA;&#xA;

use &amp;#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&#xA;&#xA;

## header2&#xA;

### header3&#xA;

### header4
&#xA;
*emphasis*
&#xA;
**bold**
&#xA;
unordered markdown list:&#xA;
- list 1&#xA;
- list 2&#xA;&#xA;

ordered markdown list:&#xA;
1. list1&#xA;
1. list2"/>

gives you this.... pasted image

view this post on Zulip Grahame Grieve (Oct 31 2019 at 11:08):

I'm not sure where we would document that

view this post on Zulip Brian Postlethwaite (Oct 31 2019 at 20:42):

In the markdown datatype notes?

view this post on Zulip 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