FHIR Chat · Profile reference could not be resolved error · australia

Stream: australia

Topic: Profile reference could not be resolved error


view this post on Zulip Shovan Roy (Jan 23 2020 at 21:14):

Hi All,

I'm getting "Unable to resolve resource" for some profiles even though the links are resolveable. I tried mentioning them as special url in the ig.json but didn't help. Any suggestion to resolve them?

http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status
http://terminology.hl7.org/CodeSystrestrem/v3-ActReason
https://healthterminologies.gov.au/fhir/ValueSet/route-of-administration-1
https://healthterminologies.gov.au/fhir/ValueSet/medication-reason-not-taken-1
https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-2
http://hl7.org/fhir/us/core/ValueSet/us-core-observation-ccdasmokingstatus
https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-2

view this post on Zulip Grahame Grieve (Jan 26 2020 at 20:27):

are they in any package you depend on ?

view this post on Zulip Shovan Roy (Jan 27 2020 at 08:48):

@Grahame Grieve majority of them are from AU base profile and declared as a package dependency in my IG. Some of them are defined in AU base profile and I saw the same error in AU base profile as well. links like 'https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-2' are referred from my profile(custom valuesets)

view this post on Zulip Grahame Grieve (Jan 29 2020 at 04:10):

I don't see any of these in au-base:

view this post on Zulip Grahame Grieve (Jan 29 2020 at 04:10):

this value set http://hl7.org/fhir/us/core/ValueSet/us-core-observation-ccdasmokingstatus is in us-core which is not in your dependencies

view this post on Zulip Grahame Grieve (Jan 29 2020 at 04:12):

http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status is not defined in your base version which is 3.0.2

view this post on Zulip Shovan Roy (Jan 29 2020 at 04:12):

@Grahame Grieve I found these issues http://hl7.org.au/fhir/base/aubase1.1/qa.html in here. Probably we are looking at two different places

view this post on Zulip Grahame Grieve (Jan 29 2020 at 04:12):

I grabbed a vopy of current and built it myself. those are errors you get, but I don't see why you think you shouln't

view this post on Zulip Shovan Roy (Jan 29 2020 at 04:17):

I'm trying to find out if there is any way to resolve these. like https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-2 is there in the custom valueset that we have creatd

view this post on Zulip Grahame Grieve (Jan 29 2020 at 04:18):

but where did you define it?

view this post on Zulip Shovan Roy (Jan 29 2020 at 04:22):

we haven't defined it. This is available on the url provided. I was wondering if we to add it as a resource in our IG.xml or it will be fetched automatically by any mechanism

view this post on Zulip Grahame Grieve (Jan 29 2020 at 05:03):

the only mechanisms for fetching it are:

  • it's in a dependency package
  • it's on the terminology server that the IG publisher uses

view this post on Zulip Shovan Roy (Jan 29 2020 at 05:31):

I'll add them locally to resolve the IG publication errors. they will be loaded into On-To in production use. thanks for the clarification @Grahame Grieve


Last updated: Apr 12 2022 at 19:14 UTC