FHIR Chat · storing medication and interpretation text fields · implementers

Stream: implementers

Topic: storing medication and interpretation text fields


view this post on Zulip Lauri Karppinen (Dec 18 2018 at 08:28):

I have been implementing FHIR import/export for our spirometry software. I have bundle of resources (Patient, Device, Binary and bunch of Observations). At the moment I'm figuring out where to store few text fields from our software. There is a medication text field containing notes about medication. I know there is for example MedicationStatement but I'm not sure is it a best way to do it. Would it be smart to make whole new resource for just one text field? For interpretation there is a interpretation key. That I have already used in different observation for success of breath. But for that I'm not sure if it's the right fit for text field. There is interpretation codes but I didn't find any suitable for just a text of interpretation. I have a observation which gathers up whole study and I would like to place this information to that. Comment key of this resource is already in use. If someone has some kind of opinion about this, help would be very much appriciated! I have been trying to study lot of using extensions but haven't find any suitable extension for this kind of use.

Edit: I found some extension in use which looks similar to what I was looking for: https://simplifier.net/structured/extension-careconnect-gpc-medicationquantitytext-1
I haven't really used extensions in my implementation. Can I just take the url and use it in my implementation?

Edit2: Would it be legal to use interpretation key with no code? Text field is all I need for this resource and there is not really any code for that.

"interpretation": { "text": "text field of the Interpretation" }

view this post on Zulip Melva Peters (Dec 18 2018 at 16:36):

Can you give an example of the type of medication information you need to store? Is it patient's use of medication. For example, taking ASA 80mg daily. If so, a medicationStatement is appropriate for that. If it is something else, an example would be useful.


Last updated: Apr 12 2022 at 19:14 UTC