FHIR Chat · Getting an error when accessing importing resource in SB · clinFHIR

Stream: clinFHIR

Topic: Getting an error when accessing importing resource in SB


view this post on Zulip Dimitar (Sep 28 2017 at 10:43):

Hello, I am getting the following error - {"msg":"No matching profile (http://hl7.org/fhir/StructureDefinition/Observation) found on http://sqlonfhir-stu3.azurewebsites.net/fhir/StructureDefinition (but not a server error - just not present)"} , when trying to access an imported resource in Scenario Builder, from the HealthConnex STU3 server. How can I resolve the following issue, so I can edit the resource?

view this post on Zulip David Hay (Sep 28 2017 at 17:36):

It's interesting. clinFHIR uses the 'query by url' to locate the SD's it needs. Using a REST client (POSTMan), the query "http://sqlonfhir-stu3.azurewebsites.net/fhir/StructureDefinition?url=http://hl7.org/fhir/StructureDefinition/Observation" returns an empty bundle (which is why you're getting the clinFHIR message), but the query "http://sqlonfhir-stu3.azurewebsites.net/fhir/StructureDefinition/Observation" actually does return the Observation StructureDefinition. This suggests an indexing or query issue in healthConnex - @Brian Postlethwaite ?

view this post on Zulip Brian Postlethwaite (Oct 02 2017 at 00:23):

I'll look into it, that server is going to be updated in the next few days with the full .net validator active.


Last updated: Apr 12 2022 at 19:14 UTC