Stream: clinFHIR
Topic: Task.note
Virginia Lorenzi (Dec 22 2020 at 07:55):
FSH editor rendered as if it was a string and not an annotation. Put note = "blah blah" instead of note.text = "Blah Blah"
David Hay (Dec 24 2020 at 01:59):
I'd like to try out the support mechanism. Can you save your project to the Library, then tell me what the name of your project was? That way I can download it and see what's happening (I've been doing a lot of updates recently so may have fixed it, but being able to view your project should make debugging straightforward)...
I'm going to make the sharing of projects in this way a bit easier - but will be good to try it out!
Virginia Lorenzi (Dec 26 2020 at 17:52):
Basic Patient Request for Correction - Requested
David Hay (Dec 26 2020 at 21:27):
Should all be working now @Virginia Lorenzi . I was able to download your project, add a note, and then update the library. If you download it again, then you should see my note in the FSH for the task. (I'm working on collaboration - see docs though very much a WIP right now... (comments welcome as always).
Some other things in the update:
- You need to log in to be able to save a project to the library
- The FSH editor now 'understands' backbone elements - you select the BBE then get a list of all the elements in the BBE - you no longer select the child elements. I haven't checked for nested BBE like in carePlan yet - I suspect it will need tweaking to get the paths right
- You can create a reference in the FSH editor now - in fact you can even create a resource instance from the editor (doesn't work in BBE yet)
- You can manually enter a system/code if there is no binding...
And remember that the FSH is the source of truth for structured data - when the editor goes a bit wonky you can always update the text directly...
Last updated: Apr 12 2022 at 19:14 UTC