Stream: Medication
Topic: MedicationStatement - representing treatment intent
May Terry (Feb 19 2020 at 20:11):
Hoping to get some immediate feedback from the Pharmacy WG community... we have a need in oncology to identify a "treatment intent" to identify whether a given medication is "curative" or "palliative". We have created a profile called CancerRelatedMedicationStatement (http://build.fhir.org/ig/HL7/fhir-mCODE-ig/branches/master/StructureDefinition-mcode-cancer-related-medication-statement.html) where we created this as an extension. It was suggested by one of our ballot commenters that we re-purpose MedicationStatement.category instead of creating an extension. We however feel that it's not the same semantically with the medication statement category more in line with the setting (inpatient, outpatient, community, etc.). Moreover would like to keep that as well as our need for a "treatment intent". However, because the cardinality of category 0..1, we can only choose either-or.
Question: Is it appropriate in this case for us to keep our extension for treatment intent as we have done in our mCODE FHIR IG?
cc: @Mark Kramer , @Caroline Potteiger
Jean Duteau (Feb 19 2020 at 20:27):
I would agree that this seems perfect for the category data element. We have changed category to be 0..* in R5. Unfortunately, in R4, it is only 0..1, so if you wanted treatment-intent-category and setting-category, you'll need to use an extension.
May Terry (Feb 20 2020 at 04:43):
Thanks @Jean Duteau - we'll definitely note a change when R5 is out. For now, we'll keep the extension.
Last updated: Apr 12 2022 at 19:14 UTC