Stream: implementers
Topic: Custom FHIR Server
Shyam Dhanotiya (Apr 07 2018 at 19:34):
I need to create custom FHIR server to support operations in my own database from business partner. Like we have database for patient and wants to create more patient records using some bridge to map with the FHIR to our entities.
Grahame Grieve (Apr 07 2018 at 20:42):
the most likely course is to use HAPI and write a custom adapter
Marten Smits (Apr 09 2018 at 09:19):
Or take a look at Vonk:
https://fire.ly/vonk/vonk-fhir-facade/
Bhushan Baviskar (Apr 13 2018 at 12:47):
Hi guys,
Is there any way to convert CCD document to FHIR resource? Do we have any library available for this or we have to write a custom module using HAPI or Bluebutton libraries to parse CCD file and create FHIR resource by mapping the fields?
Lloyd McKenzie (Apr 13 2018 at 14:31):
There's a stream devoted to this topic - #cda to fhir. There's also an active project to define formal transformations - and to document where the challenges are.
Bhushan Baviskar (Apr 17 2018 at 11:53):
Hey guys,
Do we have to learn FML or any other tool for that sake to convert our data into FHIR resource?
Can we just map the fields and return the JSON object as FHIR resource?
Lloyd McKenzie (Apr 17 2018 at 14:35):
Don't know what FML is... :)
You can absolutely map your fields and return JSON, though it's best if you return JSON or XML or possibly RDF depending on th Accept header of the system making the request. We provide reference implementations in a number of languages that can do the translation from JSON to the other syntaxes.
Grahame Grieve (Apr 17 2018 at 14:36):
FHIR Mapping language. No, you don't need to use that
Bhushan Baviskar (Apr 17 2018 at 18:10):
Thanks for the quick response @Lloyd McKenzie and @Grahame Grieve
As you mentioned about the reference implementations, can you share some link about those? Thanks in advance.
Bhushan Baviskar (Apr 18 2018 at 04:15):
Its strange that nobody is doing CCD to FHIR conversion. If someone has already done this, can you please share the details or pointers to the right direction?
I am trying to collect information since last month and trying to build custom FHIR server which will parse CCD files and convert them to the FHIR resources.
Is there any other community where I can ask this question? Appreaciate your help guys. Thanks.
Josh Mandel (Apr 18 2018 at 04:16):
Check out #cda to fhir for the relevant community discussion :-)
Josh Mandel (Apr 18 2018 at 04:17):
There's also some background at http://wiki.hl7.org/index.php?title=C-CDA_on_FHIR
Bhushan Baviskar (Apr 18 2018 at 04:19):
Thanks @Josh Mandel . Already posted there as well. Will follow up. Thanks.
Last updated: Apr 12 2022 at 19:14 UTC