FHIR Chat · FHIR Implementation Enquiries · implementers

Stream: implementers

Topic: FHIR Implementation Enquiries


view this post on Zulip Osama (Feb 14 2020 at 14:55):

Hello,

We are a startup that works on a cloud-based benchmarking solution for healthcare. However, we are new to HL7, and recently we have received a request for integration with an external system based on HL7 (FHIR) by subscribing to Patient Administration events broadcasted by this external system.

So we need your advice and recommendations regarding the following enquiries:

• What is the recommended approach to follow to build an integrated FHIR interface (software component) that handles these messages and processes them (for logging, updating patient demographic information in SQL server database, add diagnosis…etc.).
• Are there any recommended open-source projects that we can start from to build this component using DOTNET technology?
• What are the best resources that will facilitate the understanding of the technical requirements to build this component?
• Assuming we have 2 software developers, how much time is it estimated to have this component ready with the minimum acceptable specifications?

Thanks in advance

view this post on Zulip Lloyd McKenzie (Feb 14 2020 at 15:37):

FHIR doesn't standardize patient administration 'events', so you may need to drill into exactly what the external system is producing to know how to work with it. Ideally they should have an implementation guide. At minimum they should have a CapabilityStatement. The .NET reference implementation (which includes open source parsers, serializers and a bunch of other stuff can be found on the http://hl7.org/fhir/downloads.html page. In terms of estimating, that depends on the developers, what you're integrating with from the external system and the architecture of your own system. FHIR is 'relatively' easy to work with, but estimates are always contextual.

view this post on Zulip John Moehrke (Feb 14 2020 at 15:44):

IHE has an implementation guide for Patient Identity Management Service (PIMR) that likely fits your use-case. It is based on FHIR Patient resource, and includes a feed message that can be subscribed to. https://wiki.ihe.net/index.php/Patient_Master_Identity_Registry_(PMIR)


Last updated: Apr 12 2022 at 19:14 UTC