FHIR Chat · PHP · implementers

Stream: implementers

Topic: PHP


view this post on Zulip Calum Iken (Mar 03 2020 at 16:35):

Any documentations about implementing FHIR using PHP?
My client wants an application that queries patient data from the API and categorizes the JSON objects into a HTML table.

I've looked around the documentation a bit but I got extremely confused. Especially at the part for the OAuth token which I also don't understand how to retrieve.

Thanks.

view this post on Zulip Abel Stolz (Mar 04 2020 at 06:55):

I don't know about the FHIR/PHP part, but I greatly enjoyed this tutorial for learning the AOuth mechanism (also in PHP): https://www.oauth.com/

view this post on Zulip Alok Tiwari (Mar 04 2020 at 11:03):

I just want to ask to all members . I am new in FHIR so just want to know is it possible to use FHIR For PHP Application? If yes then how?

Thanks

view this post on Zulip Abel Stolz (Mar 04 2020 at 11:06):

@Alok Tiwari FHIR is xml or json, which are popular formats for data. So in general: Yes, sure it's possible to use FHIR in php. Wether there are php libraries for FHIR, i don't know.
Please try to be a bit more precise in your question. I can't understand very well what your question is...

view this post on Zulip David Pyke (Mar 04 2020 at 13:37):

https://confluence.hl7.org/display/FHIR/FHIR+Rules+for+Asking+Questions


Last updated: Apr 12 2022 at 19:14 UTC