Nictiz / Nictiz-R4-zib2020

NL package of FHIR R4 conformance resources for zib (Zorginformatiebouwstenen, Clinical Information Models) release 2020.
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Modelling zibs that are part of a CarePlan #385

Open pieter-edelman-nictiz opened 1 year ago

pieter-edelman-nictiz commented 1 year ago

Zibs NursingIntervention, HelpFromOthers and CareAgreement correlate with the FHIR-resource CarePlan, but the mapping is not direct; rather, these zibs seem to be about CarePlan.activity rather than an entire CarePlan. In other words, when talking about a CarePlan, one expects is to be made up from these zibs rather than representing these zibs directly. This issue is somewhat compounded by the observation that NursingIntervention and HelpFromOthers severely overlap (see https://bits.nictiz.nl/browse/ZIB-2027)

Up until we now, we kind of ignored this issue and made profiles where one could only instantiate a CarePlan with a single .activity. However, this might run counter to how FHIR is used in practice and is also not really in line with the intention of FHIR. Modelling these zibs as an .activity leads to several questions however:

pieter-edelman-nictiz commented 1 year ago

In R5, the .activity is mostly emptied out except for a reference field to other Request resources. This field is already present in R4 (.activity.reference). Maybe it would be better to make profiles on ServiceRequest or something like that?

pieter-edelman-nictiz commented 1 year ago

Some notes:

pieter-edelman-nictiz commented 1 year ago

Zib HelpFromOthers might even be an Observation, combined with a CareTeam. From ZIB-2033 it can be gathered that the intent is to provide a statement about the help a patient currently receives for certain situations. So it's neither about actionable activities nor about the team, just the notion that help is available for some activities.