StanfordSpezi / SpeziKt

Kotlin & Android Version of the Stanford Spezi Framework
http://spezi.health/SpeziKt/
MIT License
7 stars 1 forks source link

Create mapper from FHIR Observations to Health Connect Records #52

Open vishnuravi opened 2 weeks ago

vishnuravi commented 2 weeks ago

Problem

Currently, a mapper has been created in the healthconnectonfhir module that converts Health Connect Records into FHIR Observations. However, no mapper exists to convert FHIR Observations back into Health Connect Records.

Solution

As discussed in our team meeting today, we will create a mapper that takes FHIR Observations and maps them to Health Connect Records by mapping the LOINC code of the Observation to the corresponding Record subclass.

Additional context

No response

Code of Conduct