FHIR Chat · Scenario Builder: Following steps of the video demo · clinFHIR

Stream: clinFHIR

Topic: Scenario Builder: Following steps of the video demo


view this post on Zulip Lisa Nelson (Oct 25 2020 at 15:49):

@David Hay We are trying to replicate the steps you show in the ClinFHIR video currently promoted in the ClinFHIR tool. We are using Public HAPI R4 Server. At the step to add resource List, we can this error :
image.png
{"msg":"No matching profile with the canonical url: http://hl7.org/fhir/StructureDefinition/List found on http://hapi.fhir.org/baseR4/StructureDefinition (but not a server error - just not present)"}

I have recently directed several people to watch this video and try these steps. Can you please confirm that this exercise is reproducible by others? What would be causes these errors?

Thanks,

Lisa

view this post on Zulip David Hay (Oct 25 2020 at 17:32):

Hi Lisa - couple of things.

The cause of this error is that the StructureDefinition file for List (that defines the resource type) has been removed from the hapi4 server. I'm not exactly sure how - even the history of it is gone. If you change the conformance server to 'nzProjectR4' then it ought to work. (This is a HAPI server that I've set up)

This is by no means the first time that something like that has happened. Because the Scenario Builder gets the SD files from public servers, it's dependent on them, which is rather annoying! Because of this - and also the need to support profiles/IGs like USCore , I'm in the process of a complete re-write that doesn't have this dependency

Take a look at http://gb2.clinfhir.com/. It's still not complete - in particular FHIR instances are not saved to a server. The focus is more on 'graphs' of resources connected together to tell the clinical story - but it does support adding structured data to the instances using FSH & sushi to create the resource instances (thanks to the kind folk at mitre).

This does mean that users need to understand a subset of FSH to add structured data , but that's not too hard - and I'm working on a guide for this (http://gb2.clinfhir.com/mkdocs/site/FSH/ )

This approach will allow the tool to better support profiled FHIR, which has been a weak point in the past.

If you click the question mark at the upper right you'll get some help - check out the quick start in particular - but note that the help is definitely also a WIP !

Interested in any feedback you may have!


Last updated: Apr 12 2022 at 19:14 UTC