Stream: implementers
Topic: FHIR on PHP
Saravanan Rathinakumar (Feb 21 2017 at 05:36):
Any one using PHP for FHIR implementation. I am having confusion over Core PHP with OOP vs PHP MVC Framework (Preferably Laravel ). Any suggestions. Thank you.
Igor Sirkovich (Feb 21 2017 at 18:42):
@Saravanan Rathinakumar, you can have a look at a Laravel implementation at https://github.com/LibreHealthIO/ehr-fhir-api and a general PHP one at https://github.com/dcarbone/php-fhir, though I have no idea how much progress they have made so far.
Nate Walker (Mar 13 2017 at 00:22):
@Saravanan Rathinakumar - Did you get anywhere with this? Has anyone else done it yet?
Saravanan Rathinakumar (Mar 14 2017 at 10:43):
@Nate Walker No. I moved on with HAPI FHIR
Mahmoud Alakraa (Mar 16 2017 at 09:53):
@Saravanan Rathinakumar we use PHP dcarbone with YII framework, it works perfectly
Irfan Majeed (Apr 10 2019 at 06:59):
is anyone implemented FHIR restful api in laravel?
Matthew Koch (Jun 11 2019 at 23:05):
We did this. Did you have any specific questions?
Mark Igata (Aug 18 2020 at 16:03):
Please has anyone tried fhir with CodeIgniter framework? any resources I can view may be of help.
Mark Igata (Aug 18 2020 at 16:30):
I have an existing Hospital Management System I built on CodeIgniter, Can I implement FHIR on it?
Tim Berezny (Aug 18 2020 at 17:01):
You can add FHIR to pretty much anything. There's a number of ways to do it, but one common way is to add a FHIR server in front of your APIs: https://hapifhir.io/
Sobhie Saad (Aug 18 2020 at 22:05):
Hi there, can we use dcarbone for parsing fhir object? I'm passing the data through an API to the PHPFhirResponse but it returns object of xmlns, I need to reach the patient node without converting it with json_encode is that possible?
Eric (Aug 24 2020 at 13:25):
Hi, I am a newbie to FHIR, and wondering if anyone could guide me on a basic architecture setup using PHP. I have an SQL server where our patient data is stored and I need to build a FHIR API. I downloaded the drcarbone/php-fhir but how can I set it up against a SQL server? Will I need something like LARAVEL? or a server to get the data from SQL and then map it? Would appreciate some guidance on this
max dave (Sep 09 2021 at 10:06):
how to install on local - https://github.com/dcarbone/php-fhir
provide me guideline step by step please
Vijay Aggarwal (Nov 08 2021 at 19:18):
Hello, Any FHIR PHP to generate the resources, where I can provide my DB details and write our SELECT statements to build the data? It seems like https://github.com/dcarbone/php-fhir is for parsing the resources received from another server, but I'm looking something to generate the resources. Thanks
Vijay Aggarwal (Nov 08 2021 at 19:55):
@Eric Hi Eric, were you able to find answer to your question about php to generate FHIR resources using your SQL Server? I'm newbie to FHIR and trying to find out how to go about writing using php to generate resources using my DB and my SELECT statements. Any help is appreciated. Thanks
Jayant Singh (Mar 02 2022 at 05:14):
Matthew Koch said:
We did this. Did you have any specific questions?
Do they have different way to install it on laravel, or we can install in as any other package/library?
Last updated: Apr 12 2022 at 19:14 UTC