Stream: implementers
Topic: Patient Reported Outcomes Implementation of FHIR Profiles
Raghu R (Dec 22 2018 at 18:18):
I'm looking for advise as to how to go about implementing these four FHIR profiles mentioned at below URL.
http://build.fhir.org/ig/HL7/patient-reported-outcomes/profiles.html
I'm planning on implementing these profiles using "The official .NET API for HL7 FHIR", but I'm not sure what all changes are needed. I'm willing to contribute the code I develop to implement this back to the project.
I went through docs @ http://docs.simplifier.net/fhirnetapi, but didn't find any details about how could I implement/enhance the profiles. Really appreciate any guidance/advice you can provide. Looks like @Ewout Kramer, @Michel Rutten, @Marco Visser and @Brian Postlethwaite are very active on this project, hope you guys can provide some insight as to how to go about it.
After this, I plan on making changes in Pyro Server implementation to support these profiles.
Happy Holidays and Happy New Year 2019!
-Raghu
Brian Postlethwaite (Dec 22 2018 at 20:37):
This looks like it is a guide in progress that should be coming out on FHIR R4.
So it's likely not quite ready for you.
(internally it's reporting 3.5 which is the last snapshot of the fhir spec from last September) the alpha NuGet package for R4 should support that, but you're likely to struggle to find a server supporting that now.
Brian Postlethwaite (Dec 22 2018 at 20:41):
The R4 spec is final, but going through the internal processes for approval before release, and the matching fhir net api code is also ready (mostly) in github, just no NuGet deploy (that we will do once R4 is officially released.
Brian Postlethwaite (Dec 22 2018 at 20:42):
If you want to use it now, just grab the code from github (making sure you get the latest commit branch with R4 changes) and build your own copy.
Brian Postlethwaite (Dec 22 2018 at 20:45):
And while I'm here, it's also based on the SDC IG too, which is at 3.6 so that is yet to update itself to the official R4 build.
Brian Postlethwaite (Dec 22 2018 at 20:47):
As with any IG, the API is the same. If you want to implement code that adds the extra functionality extending the core models, let us know what you're proposing, and we'd be happy to help coordinate.
Brian Postlethwaite (Dec 22 2018 at 20:47):
Come join the #dotnet stream and join our regular live streamed stand-up meeting to discuss things.
Raghu R (Dec 22 2018 at 23:38):
Thank you @Brian Postlethwaite for the detailed message, appreciate it. I had checkout the develop-stu3 branch to look for answerOption field in Questionnaire profile. I will try to get the develop-R4 branch changes and play with it to see these profile information. I will join the #dotnet stream, thanks for the pointer.
Last updated: Apr 12 2022 at 19:14 UTC