Data normalization #9
Replies: 2 comments
-
"Group ID", "Member ID" and "Relationship to Policy Holder" are most important to us at the moment. Currently we have to create custom parsers for every payer we'd like to pull this data from. I think a caching + mapping layer works, but may potentially be a little brittle, no? Just thinking that it may be beneficial for payers to adhere to some type of naming convention - you could potentially push the responsibility of mapping |
Beta Was this translation helpful? Give feedback.
-
Great to see that this is on your mind! In terms of use cases: Something that is important to us at the moment is the Explanation of Benefits fields. |
Beta Was this translation helpful? Give feedback.
-
Navigating the healthcare landscape often means dealing with data that's inconsistent, fragmented, or in disparate formats. Even though the APIs Flexpa uses are all required to be FHIR, the implementations of the various payers differ in terms of where specific data elements are encoded, whether optional data is included, and what code systems are used.
In 2023 Q4, we are migrating to a new architecture that caches data such that we can more comprehensively understand how each payer structures their FHIR payloads, including field population, code systems in use, and other needs. Our aim is to eat the pain for customers so that you can look in one place consistently for fields with consistent code systems.
We are hoping to learn which fields are most important to normalize for customers. We are also interested in whether this should be included/wrapped into the base Flexpa API or a separate API (separating receiving the raw data from normalized data).
Beta Was this translation helpful? Give feedback.
All reactions