Stream: implementers
Topic: Relational database to FHIR
Lindsay Woodcock (Oct 26 2021 at 20:25):
Hello –
I am relatively new here and to FHIR (as well as coding and SQL). I am tasked with developing the functionality within an existing MS SQL server relational database to allow for the exchange of healthcare data with EHRs. I work with a team of developers, who are contracted to make updates to the database, including modifications to the source code, queries, etc. My role here is to manage the project and my expertise is with the data, including where it theoretically needs to map to in an EHR. I have attended the HL7 FHIR Bootcamp and FHIR for Healthcare Analysts courses. I have a good understanding on how to create resources, the CRUD operations, understand Postman examples, etc and know that I will need to map my database elements to FHIR resources and integrate a FHIR server. While I feel comfortable writing a JSON example of the resources, this is using one patient’s example data and this doesn't seem like it would be 'enough' for the developer to take & implement functionality for the whole database (or is it?).
Do you have any guidance on what discrete information developers typically request to produce this functionality (the data mapping from element to FHIR & FHIR Paths? Specific search request queries?)?
Are there any tutorials that help understand this process from a developer’s perspective that might help in my communication of what’s needed?
I apologize if this question is broad, please bare with this newbie!
Lloyd McKenzie (Oct 26 2021 at 20:33):
There's a whole stream (#storage for FHIR) devoted to various trade-offs to storage approaches for FHIR resources. Suggest you do some exploring there. Short answer: there isn't one answer. It depends what you need to do with the data. How will it be retrieved? How will it be manipulated? How will it be indexed?
Lindsay Woodcock (Oct 27 2021 at 12:58):
Thank you, Lloyd! This alone is very helpful - especially knowing what questions I need to explore. Have a great day!
Last updated: Apr 12 2022 at 19:14 UTC