FHIR Chat · Resource mutation · terminology

Stream: terminology

Topic: Resource mutation


view this post on Zulip Chris Grenz (Sep 09 2017 at 19:04):

Based on a discussion during the Connectathon, I'll start a thread here for discussion. Topic is: What use cases exist for a FHIR server applying terminology based mutations to resources?

Examples:

  • Client requests the FHIR server apply mappings from a proprietary code system to LOINC when returning lab Observations. Assume deterministic concept mappings exist between the proprietary system and LOINC. The server returns Observations with an additional code.coding for the LOINC equivalent concept.
  • Client provides a ValueSet of SNOMED-CT concepts and asks that all Observations include codings from this set in the code.coding list so that a client could easily group observations for aggregation/trending. For example, the set may include a number of Body Structures, and observations coded with more granular concepts would retain those original codes AND including the more general codes from the set as appropriate.

view this post on Zulip Grahame Grieve (Sep 09 2017 at 19:06):

lots of use cases like that

view this post on Zulip Chris Grenz (Sep 09 2017 at 19:07):

Sure. No operations as of yet. Step 1 in creating them is collecting use cases, yes?

view this post on Zulip Grahame Grieve (Sep 09 2017 at 19:12):

sure

view this post on Zulip Chris Grenz (Sep 09 2017 at 19:18):

Sounds like you have some in mind? ;)

view this post on Zulip Grahame Grieve (Sep 09 2017 at 19:24):

well, there's a profusion of stuff here - isomorphic transforms, filling out translations, reducing semantic granurality, fixing broken references, retagging security labels, improving html

view this post on Zulip Eric Haas (Sep 11 2017 at 19:13):

this is kind of ties into the conversation of how to group for the lastN operation for Obs


Last updated: Apr 12 2022 at 19:14 UTC