Stream: implementers
Topic: Medication interactions with...
Jose Costa Teixeira (Apr 20 2018 at 12:03):
Medication is related with other "stuff":
- with other medications (interactions)
- with conditions
- indications
- contraindications
- with other products such as grapefruitjuice or liquorice
- with things like driving
- other things?
1. Do we want to treat these somewhat consistenly?
2. Doesn't the same or similar apply to other products?
John Moehrke (Apr 20 2018 at 12:24):
The general rule with REST is that those things that are generally created before are pointed to by those things that are generally created after. Thus one doesn't need to do an update to an existing resource for normal workflow creation of things that are known to be created later.
Other than this principle, what were you thinking of as "treat these somewhat consistently?"
Lloyd McKenzie (Apr 20 2018 at 13:06):
I links to other medications and products would typically be by code - so whether they have records or not doesn't really matter.
Jose Costa Teixeira (Apr 20 2018 at 13:11):
just realized, this should be in committers... sorry...
Question is more "is a indication and a contraindication something that we can expect to be consistent across resources"?
@Lloyd McKenzie , your answer triggers another question: "by code" is it: a reference to a resource? A codeableConcept?
Lloyd McKenzie (Apr 20 2018 at 13:13):
I think CodeableConcept is going to be more likely than Reference. Reference only works if the knowledge source knows the URL for the artifact on the server. CodeableConcept will work so long as there's an agreed terminology - which is much more likely.
Jose Costa Teixeira (Apr 20 2018 at 13:19):
ok. and we could expect behaviour that for all of the relations i mentioned, right?
- indications and contraindications , interaction with food, activities?
Lloyd McKenzie (Apr 20 2018 at 14:32):
I think so.
Last updated: Apr 12 2022 at 19:14 UTC