Stream: cda to fhir
Topic: CCDA Health Concerns to FHIR
Michael Allange (Aug 28 2018 at 16:26):
Hi All,
We are trying to read the Health Concern section of a CCDA and map that section to a FHIR Condition resource. In the CCDA Health Concern section there are entries for each concern/condition, but these refer to one or more related conditions, problems, or medications. What is the proper way to define a Condtion resource with all of it's related entries?
Many Thanks,
Michael
Lloyd McKenzie (Aug 28 2018 at 16:45):
In FHIR, the notion of Concern is expressed by including an entry in the practitioner's (or patient's) problem List. Multiple representations of the same problem are tied together using the Linkage resource. Supporting information is linked using appropriate relationships. As well, EpisodeOfCare can be used to tie together resources related to a particular condition (e.g. everything associated with a pregnancy, everything associated with a patient's hypertension, etc.)
Lloyd McKenzie (Aug 28 2018 at 16:46):
@Michelle (Moseman) Miller, anything futher to add? We might want to add something to the spec that answers this question as it's a common one.
Michelle (Moseman) Miller (Aug 28 2018 at 17:05):
"Concern" can be an overloaded term in the US, especially. On one hand, Lloyd is correct that we've said the Linkage resource should be used to represent the aggregated concern, which links all other events together. On the other hand, the US Core IG's Condition profile, http://hl7.org/fhir/us/core/StructureDefinition-us-core-condition.html, mentions using the Condition resource to represent concerns, but in this context it's more about representing "what" the concern event was (sometimes expressed by a patient - and may or may not appear on the provider's problem list). In any case, I agree that we should add guidance to the specification, but it will require some thoughtful language to differentiate between Condition vs Linkage.
Michael Allange (Aug 28 2018 at 17:16):
Thanks very much. US core is what we are using and we have been confused. We see examples that use the Condition narrative text itself and not the linkage.
Lloyd McKenzie (Aug 28 2018 at 17:28):
I've added GF#17736
Lisa Nelson (Mar 07 2020 at 13:14):
@Matt Lord , @Jean Duteau
Does the use of US CORE profile for Condition.category resolve any of the mapping gaps we had between C-CDA Problem Concern entry and FHIR?
Or, do mappings between C-CDA problem concern entry template and FHIR US Core Condition profile still exist?
Last updated: Apr 12 2022 at 19:14 UTC