FHIR Chat · QA report generation · tooling

Stream: tooling

Topic: QA report generation


view this post on Zulip Vadim Peretokin (Dec 21 2021 at 10:37):

Where's the source code for qa report generation? Looking to fix this -

The resource should declare its jurisdiction to match the package id (hl7.fhir.uv.ichom.breastcancer, jurisdiction = http://unstats.un.org/unsd/methods/m49/m49.htm#001: World) (for FSH: 'jurisdiction: http://unstats.un.org/unsd/methods/m49/m49.htm#001 "World"')

fsh uses =, not : as the assignment operator

view this post on Zulip Chris Moesel (Dec 21 2021 at 14:27):

Hi @Vadim Peretokin. I think maybe it is confusing the way it is written. But I expect what it really means is

for sushi-config.yaml: 'jurisdiction: http://unstats.un.org/unsd/methods/m49/m49.htm#001 "World"'

You're right that if you're specifying jurisdiction in a FSH definition, it would use = (and usually ^jurisdiction). But since jurisdiction is usually IG-wide, it makes more sense to do it in sushi-config.yaml, which is YAML, so it uses :.

view this post on Zulip Vadim Peretokin (Dec 21 2021 at 17:01):

Thanks for the correction, Chris! The proposed text would indeed be better.

view this post on Zulip Grahame Grieve (Dec 21 2021 at 19:36):

line 4220 in /org.hl7.fhir.publisher/org.hl7.fhir.publisher.core/src/main/java/org/hl7/fhir/igtools/publisher/Publisher.java

view this post on Zulip Vadim Peretokin (Dec 22 2021 at 11:09):

I was looking in https://github.com/HL7/kindling (description: "FHIR Publisher") but that line is actually in https://github.com/HL7/fhir-ig-publisher, which is the source of truth?

view this post on Zulip Vadim Peretokin (Dec 22 2021 at 11:09):

PR submitted meanwhile - https://github.com/HL7/fhir-ig-publisher/pull/363

view this post on Zulip Grahame Grieve (Dec 22 2021 at 11:49):

it's not kindling for that code


Last updated: Apr 12 2022 at 19:14 UTC