Stream: IG creation
Topic: jurisdiction unmatch
Cheng Liu (Apr 29 2020 at 16:39):
@Lloyd McKenzie We got a new warning from yesterday's publish: The resource should declare it's jurisdiction to match the package id (hl7.fhir.us.sdohcc, jurisdiction = urn:iso:std:iso:3166:-2#US)
Trifolia doesn't have the feature to update jurisdiction yet. Can we add this to ignore list?
Grahame Grieve (Apr 29 2020 at 19:19):
you can st the IG resource it self to update all the jurisdictions
Cheng Liu (Apr 29 2020 at 20:08):
@Grahame Grieve Is there any sample we can take a look for the jurisdiction?
Jose Costa Teixeira (Apr 29 2020 at 20:12):
@Cheng Liu at the end of your implementationguide, before the </definition> tag, add this
<parameter>
<code value="apply-jurisdiction"/>
<value value="true"/>
</parameter>
Jose Costa Teixeira (Apr 29 2020 at 20:13):
this normally should add the ig's jurisdiction to all the resources
Jose Costa Teixeira (Apr 29 2020 at 20:13):
Is that what you are looking for?
Cheng Liu (Apr 30 2020 at 17:25):
Thanks a lot. I think this is what I'm looking for
Last updated: Apr 12 2022 at 19:14 UTC