FHIR Chat · Using ConceptMap for statistical reporting · terminology

Stream: terminology

Topic: Using ConceptMap for statistical reporting


view this post on Zulip Cooper Thompson (Jul 08 2019 at 14:48):

We're looking at using ConceptMap to exchange mappings between systems. As part of this, we'd like to be able communicate 1) how often that mapping was used and 2) how recently the mapping was used. Currently we're considering extensions on ConceptMap, but I'm curious if folks have ideas on either a better way to communicate this via FHIR, and if not, should I submit this as a GF ticket. Calculated data like this sort of feels like an operation, however it would be much simpler to just use an extension, so I'm interested in thoughts on the question of "purity" vs. "practicality".

view this post on Zulip Rob Hausam (Jul 08 2019 at 15:18):

Extensions seem like probably the way to go for this. But usage statistics could potentially be applied quite broadly, so it might be good if there was a more general solution (than for ConceptMap alone).

view this post on Zulip Michael Lawley (Jul 08 2019 at 23:04):

Can you explain more about what you mean by 1 & 2 - specifically: a) are you looking for dynamic statistics aggregated by a specific terminology server, and b) by "mapping" do you mean a specific source-target pair within a ConceptMap, or at the ConceptMap level?

view this post on Zulip Cooper Thompson (Jul 09 2019 at 16:25):

In our system, we have an internal representation of a mapping table. We also have some information about when that mapping table is used. For example, if we are sending an HL7v2 ORU message, and we use our mapping table to map a procedure to a LOINC code, we could track that. So internally, we have information about how often we map each procedure. This can be used to help prioritize mapping. We are now looking at using ConceptMap to communicate the mapping table to other parties, and want to include the frequency information so they can prioritize which procedures (for example) to map first.


Last updated: Apr 12 2022 at 19:14 UTC