FHIR Chat · US Core CarePlan vs Resource · Care Plan/Care Coordination

Stream: Care Plan/Care Coordination

Topic: US Core CarePlan vs Resource


view this post on Zulip Joe Jordan (Jun 01 2020 at 16:07):

Looking to solve a bit of a mystery regarding the CarePlan resource. I'm implementing US Core compatibility, however I noticed that there is a 'text' element in US Core that is not defined anywhere in the actual R4 CarePlan resource. There are a few elements that could be a viable substitute, but I'm wondering why the CarePlan US Core profile uses a field that is not present in the resource? I have not found this issue in other resources I have worked with thus far. Thanks

view this post on Zulip Igor Sirkovich (Jun 02 2020 at 00:09):

@Joe Jordan "Resource.text" element is inherited by (almost) all FHIR resources from the Domain Resource. See http://hl7.org/fhir/R4/domainresource.html. Even when "Resource.text" is not explicitly stated in a profile, it's normally a good practice to populate it with the text summary of the resource for human interpretation.

view this post on Zulip Joe Jordan (Jun 02 2020 at 13:16):

Thanks @Igor Sirkovich I didn't catch the type on the actual resource itself.

view this post on Zulip Gay Dolin (Jun 12 2020 at 17:52):

@Joe Jordan and @Igor Sirkovich However, this is limiting factor in the use of US Core Care Plan - especially wrt to retrieving. Care Plan (where they DO exist properly in systems) are generally represented with discrete data elements and do not typically have a "a narrative summary of the patient assessment and plan of treatment". The other limiting factor is the requirement that it be an "Assess-Plan" type of plan - (a category code of “assess-plan”) which is not clear what that is and is likely to be problematic in querying. @Dave Carlson has found this to be true in FHIR Connectathons. In our Multiple Chronic Condition Care Plan Project (https://confluence.hl7.org/display/PC/Multiple+Chronic+Conditions+%28MCC%29+eCare+Plan) we will be using the base resource.

view this post on Zulip Igor Sirkovich (Jun 12 2020 at 20:26):

@Gay Dolin , text can be (and often is) generated from the discrete elements. US Core defines that "Each CarePlan must have: a narrative summary of the patient assessment and plan of treatment". I assume there was a reason for defining this as mandatory (e.g. a need to communicate a Care Plan to/from an app that doesn't support / understand discrete elements).

view this post on Zulip Gay Dolin (Jun 12 2020 at 21:07):

Correct: " I assume there was a reason o defining this as mandatory (e.g. a need to communicate a Care Plan to/from an app that doesn't support / understand discrete elements)." However, it will also encourage persistence of this continued practice. Generated text is OK - but often doesn't add much. Note that we will be re-using everything else US Core, The US Realm Steering Committee and FMG are aware of this concern and plan.

view this post on Zulip Joe Jordan (Jun 16 2020 at 21:21):

@Gay Dolin are you aware of any plans to alter the CarePlan US Core profile, specifically in reference to the narrative text field? I'm implementing some functionality around the resource now and would like to stay ahead of the curve if possible. I'd rather not implement the narrative field if there are plans to remove it in the future.

view this post on Zulip Gay Dolin (Jun 16 2020 at 23:04):

@Joe Jordan I am confident it will be discussed the next time US Core is updated. I am unsure of the schedule for updating US Core. @Brett Marquard @Eric Haas ??


Last updated: Apr 12 2022 at 19:14 UTC