Stream: clinFHIR
Topic: Getting an error when accessing importing resource in SB
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?
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 ?
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