Guidelines for displaying FHIR data in HIU

Hi,
I am looking for some guidance regarding how to display FHIR data for HIU (mobile app to be more specific).

  • Do we have any sample implementation or utility to convert incoming FHIR data to user friendly format to display on UI ?

  • Wanted to confirm that display field for SNOMED CT is mandatory for ABDM FHIR profiles and should always be part of incoming FHIR data?

Thanks,
Ajeet.

2 Likes

@IntegrationSupport : Can you please help us with this ?

@ayadav Please refer to webinar 12
https://sandbox.abdm.gov.in/webinars

For SNOMED CT : Currently this is not a mandate, however it would be a mandate sooner.
Also, sharing NRCES link:
https://www.nrces.in/ndhm/fhir/r4/index.html

Hi @IntegrationSupport,

Thanks for sharing the resources.
As per the ABDM profiles definition, isn’t the display parameter already mandatory ?

Hai @ayadav have done displaying FHIR bundle in UI , Could you please help us if you done or if you any source of code to display the data ,could you please provide us

Hi @ramakrishna337,

We wrote a custom parser that takes input as what fields to display for a particular fhir resource and extracts those from fhir bundle in an easier to read json format.
Here is the source code in python.