Stream: committers
Topic: jurisdiction declaration
AbdulMalik Shakir (Jun 03 2020 at 05:07):
What does the error "The resource must declare it's jurisdiction to match the package id" mean and how is it resolved?
Grahame Grieve (Jun 03 2020 at 11:42):
it means that the package id for the IG declares that it is a US IG, and so the resources that have a jurisdiction property must declare that they are for USA
Jose Costa Teixeira (Nov 22 2020 at 00:58):
I'm getting the same. My IG's jurisdiction is
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm" />
<code value="056" />
and my structureDefinition's jurisdiction
"jurisdiction": [
{
"coding": [
{
"code": "056",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
What am I missing?
Jose Costa Teixeira (Nov 22 2020 at 00:58):
The error I get is
The resource must declare its jurisdiction to match the package id (hl7.fhir.be.riziv, jurisdiction = urn:iso:std:iso:3166#BE) (for FSH: 'jurisdiction: urn:iso:std:iso:3166#BE "null"')
Grahame Grieve (Nov 22 2020 at 22:58):
well, it tells you what the jurisdiction needs to be?
Jose Costa Teixeira (Nov 23 2020 at 09:39):
Should I change all of the jurisdictions (in the IG and conformance resources) to this instead
"jurisdiction": [
{
"coding": [
{
"code": "BE",
"system": "urn:iso:std:iso:3166"
?
Grahame Grieve (Nov 23 2020 at 12:07):
yes that's what it's saying
Last updated: Apr 12 2022 at 19:14 UTC