Stream: implementers
Topic: Past Medication Summary
rahul kumar (Mar 03 2018 at 12:38):
I have a field for past medications summary - where the patient could fill summary of one/more medications taken in the past.
If i were to use MedicationStatement, I believe in the medicationCodeableConcept i can put only one medication .
Lloyd McKenzie (Mar 03 2018 at 18:35):
If you're wanting to capture a list of past medications as a single text blob, I'd recommend using the List resource
Eric Haas (Mar 03 2018 at 18:38):
rahul is correct - each MedStatement represents a single med. So you would need to create a new MedStatement for med the patient lists.
Jose Costa Teixeira (Mar 03 2018 at 20:12):
Correct, one medStatement for each med, and one list to bundle them all.
rahul kumar (Mar 10 2018 at 07:13):
Making a list would not be possible for us - from the summary. Is there no place where we can put a summary of past medications ?
Lloyd McKenzie (Mar 10 2018 at 09:58):
You can stick them in List.text as narrative. But there's no way to convey discrete information about multiple medications except with a List resource pointing to multiple MedicationRequest or MedicationStatement resource instances.
Last updated: Apr 12 2022 at 19:14 UTC