Stream: implementers
Topic: Substance Use
Aleksandra Pavlyshina (Nov 10 2016 at 11:12):
Hello, I'm looking for advice from experts on what is the best way to represent substance use in FHIR. Is MedicationStatement
the proper choice to represent this?
If 'yes', then what is the way to distinguish recreational vs prescribed?
Is MedicationStatement.category
the proper way to do it?
Say using such codes as Prescription drug (product) SCTID: 73639000
and Non-prescription drug (product) SCTID: 80288002
.
The 'Substance Use' section is for any drug the patient may have taken or is currently using for recreational use. This could be alcohol, tobacco, cannabis, heroin, cocaine, meth, etc.
It is used just for knowledge. It's good to know if a patient is currently consuming psychedelic mushrooms and also taking antidepressants. This could cause “serotonin syndrome” and cause major depression for the patient. We also want to be able to help them discontinue use of harmful recreational drugs if the patient is wishing to do so. Also we should keep recreational vs prescribed separate.
Melva Peters (Nov 10 2016 at 14:25):
The MedicationStatement is intended to be used to represent what a patient (or a care giver or a provider) tells you the patient is taking or was taking or will take. It can be used for prescribed drugs, over the counter drugs and other substances the patient declares. The value set for category doesn't include recreational but does include patientspecified which is intended to support medications/substances the patient tells you about. It also supports inpatient, outpatient and community - which are intended to reflect the orders for medications that are administered or consumed in different settings.
Currently the codes that we provide as an example for medication are:
-Include codes from http://snomed.info/sct where concept is-a 410942007 (Drug or medicament (substance))
-Include codes from http://snomed.info/sct where concept is-a 373873005 (Pharmaceutical / biologic product (product))
-Include codes from http://snomed.info/sct where concept is-a 106181007 (Immunologic substance).
I believe the 2 codes you listed are children of 373873005 (Pharmaceutical / biologic product (product)).
Which resource did you find the substance use section information in? That resource may specify other ways to represent this type of substance use when it is included as part of other information.
Aleksandra Pavlyshina (Nov 10 2016 at 15:55):
Hi @Melva Peters, thank you for your response. The information about 'Substance Use' is not from any FHIR resource, it's just an explanation what we need to record in our application. This is the section that we have in our care management application. I need to find a proper FHIR resource to store this information. I'm thinking of MedicationStatement resource, and want to verify this solution with FHIR experts.
Michelle (Moseman) Miller (Nov 10 2016 at 18:23):
@Aleksandra Pavlyshina That sounds like Social History, which can be captured using Observation (or QuestionnaireResponse)
Robert McClure (Nov 10 2016 at 19:20):
@Michelle (Moseman) Miller Putting this a substance into social history would mean it's not considered a medication. I'd like to see a strong use case for why that is a better solution then putting it into someplace that understands this is a substance. I'd really NOT be in support of recording a substance concept as a social history. If you want something in social history, use a finding that indicates "use of a substance." I see that SCT does not have "Marijuana user" but perhaps it should. You could put that into the social history.
Lloyd McKenzie (Nov 10 2016 at 20:16):
MedicationStatement has a "reasonForUse" code. Presume that could be used to capture "recreation" if that were desired. Agree with Melva that you'd want it in the same place regardless of reason - whether you're taking Marijuana for nausea, ptsd or pleasure, the ramifications in terms of adverse reactions and other considerations would be the same.
Aleksandra Pavlyshina (Nov 10 2016 at 21:00):
In our application, we have the following fields on the Substance Use form to capture:
- Substance Type
- Substance Amount
- Route
- Start Date
- Stop Date
- Is the patient actively using? Yes/No
- Does the patient desire to quit? Yes/No
- Does the patient perceive any negative health effects? Yes/No
- Perceived health effects? (free text)
Michelle (Moseman) Miller (Nov 10 2016 at 21:09):
I'm not saying it couldn't also be MedicationStatement, but I am saying that Social History forms with Q&A like what is listed above (e.g. desire to quit) could be considered QuestionnaireResponses and/or Observations. The scope and usage section for Observation includes "Social history like tobacco use" -- which is consistent with the US-based Argonaut implementation guide as well.
http://build.fhir.org/observation.html#scope
http://build.fhir.org/questionnaireresponse.html#scope
http://hl7.org/fhir/us/daf/2016Sep/daf-core-smokingstatus.html
René Spronk (Dec 09 2016 at 15:20):
The http://hl7.org/fhir/us/daf/2016Sep/daf-core-smokingstatus.html is social history, captured as an Observation, whether the patient currently smokes/has-ever-smoked etc. (just a simple status). To me the details of what they smoked/how much/frequency (cigs a day, year packs) would be a MedicationStatement, referenced from the social history Observation via Observation.related.target and where Observation.related.type is 'derived-from'.
We have a use case to capture both Smoking Status as well as the details of the tobacco use. Do you see an issue with the above use of FHIR resources for this purpose?
René Spronk (Dec 09 2016 at 15:31):
mmm - with the foot note that currently (STU 3) a reference to a MedicationStatement is not allowed from an Observation.
Lloyd McKenzie (Dec 09 2016 at 21:17):
I think most implementers and clinicians would find it surprising to see smoking captured as a MedicationStatement given historical precedent. Things like packs/day, total packs, etc. have always been represented as Observations in any system I've seen. I certainly understand why you might go that way from a pure modeling perspective, but I wouldn't condone it as terribly useful if you're wanting to interoperate with other systems.
Brian Postlethwaite (Dec 10 2016 at 06:10):
In a related context, where would the Nocotine patches be recorded?
René Spronk (Dec 10 2016 at 09:44):
@Lloyd McKenzie Opinions expressed earlier in this chat seem to be different from what you're stating here. The resource itself states that one of its purposes is "the recording of non-prescription and/or recreational drugs ". Nicotine (whether cigarettes, Patches or chewing gum) fits that definition. A clinician may regard the use of Nicotine Patches as a drug / medication and not the recreational use of Cigarettes; just as they may regard the recreational use of Marijuana as not being a medication, whereas if one takes Marijuana to deal with the symptoms of an illness it suddenly becomes a medication. That distinction doesn't make a lot of sense to me.
It'll be up to the implementation guides to decide what to use - the fact that historically (which means: HL7v3/CDA) this is reported using an observation doesn't mean we have to keep doing it that way.
René Spronk (Dec 10 2016 at 11:08):
(but I fully realise I'm not a pharmacy domain pundit, hence my question)
Lloyd McKenzie (Dec 10 2016 at 15:22):
The main difference is that whether a patient is taking/may take recreational drugs can have the same impact on drug-drug interactions as prescribed meds, while smoking hasn't (to my knowledge) been captured that way. As well, many recreational drugs can be prescribed in some situations. Fully agree that from a modeling perspective, there's no reason for smoking tobacco vs. marijuana to be modeled differently. However, historical representation within systems *is* a good reason to keep doing it that way if there's no reason beyond modeling consistency to drive change. (Modeling consistency may make modelers happy but implementation consistency tends to make implementers happiest and FHIR is generally focused on the latter.)
René Spronk (Dec 10 2016 at 16:06):
k, I see that. But if only from a standpoint to prevent adverse reactions, and certainly of one uses clinical support systems when prescribing, one would hope that those that create profiles for Tobacco Use would use MedicationStatement. I'll certainly argue in favor of it when we're going to define a Dutch FHIR profile to capture information about Tobacco use. The logical model used (a Dutch Clinical Building Block, CBB) maps neatly to it, whereas mapping it to Observation is a bit of a kludge. Either could be used if push came to shove..
Melva Peters (Dec 10 2016 at 23:28):
You could record nicotine patch use as a medicationStatement if told to you by a patient or relatedPerson or it could be as a MedicationRequest if being ordered by a prescriber.
Lloyd McKenzie (Dec 11 2016 at 15:58):
@René Spronk I would ask the main EHR implementers what they'd prefer to use rather than being driven by modeling. You certainly wouldn't want to be in a situation where a modeling decision caused things to be different in the Netherlands than it is everywhere else. That'd cause you problems using SMART on FHIR and with lots of other exchanges.
Michelle (Moseman) Miller (Dec 12 2016 at 14:18):
From the Cerner perspective, we are capturing Social History Q&A as Observations, but that doesn't prevent a user from also documenting substance use as a MedicationStatement as well (albeit less common).
During the Nov 10 HL7 Pharmacy conference call, we logged GF#12340 to clarify the MedicationStatement guidance around substance use.
Last updated: Apr 12 2022 at 19:14 UTC