FHIR Chat · FHIR Resource Mapping · implementers

Stream: implementers

Topic: FHIR Resource Mapping


view this post on Zulip Ravishankar P (May 05 2021 at 12:25):

Hi, i'm new to FHIR framework, i'm trying to do below task, somebody please help me out

Step 1 - fetching patient information from third party API (not in FHIR Format).

Step 2 - I need convert above data into PatientResource , i need to use FHIR resource mapping

Somebody please help me out

view this post on Zulip Michele Mottini (May 05 2021 at 12:30):

You have to write your own code to generate the Patient resource from the data you have. There are FHIR libraries for all major programming languages that help with that though: you create some kind of Patient object in the language and the library takes care of convert that to FHIR XML or JSON

view this post on Zulip Ravishankar P (May 05 2021 at 12:35):

I'm planning to implement in java. can i get some reference or example ??

view this post on Zulip Michele Mottini (May 05 2021 at 12:59):

The Java library is called HAPI: https://hapifhir.io/hapi-fhir/docs/. See also the #hapi stream here


Last updated: Apr 12 2022 at 19:14 UTC