FHIR Chat · build errors --jurisdiction · trifolia-on-fhir

Stream: trifolia-on-fhir

Topic: build errors --jurisdiction


view this post on Zulip Robert Dieterle (Jul 21 2020 at 19:54):

@Sean McIlvenna @Grahame Grieve I am creating a FHIR IG on Trifilia. When I build it with 0.97 of the publisher I do not get Jurisdiction errors. Any of the more recent versions of the publish have judication errors for both the IG and all of the resources (profiles). What do I need to do to make this stop with a current version of the publisher? Package ID is hl7.fhir.us.dme-orders and IG is post-acute-orders4 (btw I am trying to explore/resolve errors with a limited version of the IG post-acute-orders-and-referrals.

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:33):

In ToF, for the ImplementationGuide, you can go to Browse/Edit > Edit Implementation Guide > Other (tab) and there is an option for "Jursidiction(s)" just below the "package-list.json" section.

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:34):

However, in this particular case, I believe you are getting that error because you need to specify the HL7 working group of your IG.

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:35):

When you have a package id that starts with "hl7." you are required to specify the WG that is responsible for your IG

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:35):

Just below and to the left of the "package id" field is the "Working Group" field

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:35):

image.png

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:37):

oh but wait.. no, the "working group" is probably not your issue the more I think about it

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:37):

hmmm, I'm not sure why the IG publisher would be giving you grief about the jursidiction

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:37):

But, I know ToF allows you to edit Jursidiction in the "Other" tab of ImplementationGuide and Profile resources

view this post on Zulip Grahame Grieve (Jul 21 2020 at 21:39):

well, I don't know what the actual error is, but the IG publisher now requires that realm specific IGs specify the realm in the jurisdiction, so that you can find realm specific IGs on registry.fhir.org

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:40):

Ahh! didn't realize that.

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:41):

So, @Grahame Grieve , should a jurisdiction code just be (for example) "us"

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:41):

or "US"

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:42):

or "eu"?

view this post on Zulip Sean McIlvenna (Jul 21 2020 at 21:42):

tried to look at the expansion of the suggested valueset for Jursidiction, but it says
Unable to provide support for code system urn:iso:std:iso:3166:-2

view this post on Zulip Robert Dieterle (Jul 21 2020 at 21:44):

I believe that 3166:-2 is USA but 3166:-1 is US -- neither seem to work as the code for jurisdiction in a resource structure definition

view this post on Zulip Grahame Grieve (Jul 21 2020 at 21:48):

US

view this post on Zulip Grahame Grieve (Jul 21 2020 at 21:50):

{
  "coding" : [{
   "system" : "urn:iso:std:iso:3166",
   "code" : "US"
  }]
}

view this post on Zulip Sean McIlvenna (Jul 22 2020 at 16:44):

@Grahame Grieve where did you get that "coding" from? Can you point me to whatever expansion of that valueset you're looking at?

view this post on Zulip Igor Sirkovich (Jul 25 2020 at 23:12):

The expansion on https://hl7.org/fhir/valueset-jurisdiction.html doesn't seem to work, but I believe this code is available at the expansion of https://hl7.org/fhir/valueset-iso3166-1-2.html


Last updated: Apr 12 2022 at 19:14 UTC