Stream: implementers
Topic: Date Reminders
Krishna Moorthi (May 31 2019 at 14:27):
Hello Everyone,
we're currently working on FHIR profiles for a Diabetes data model.We have been using several profiles such as observation,device, devicecomponent etc. But we have some device reminders sample data which we need to define a profile/extension. I am not sure which resource is most suitable for date reminders such DrVisit (date and time), LabTest (date and time)..
Task or Communication resource?
Does anyone came across similar use cases?
Thanks
Lloyd McKenzie (May 31 2019 at 15:01):
This sounds like Appointment, though if you're just sending a reminder about an existing Appointment, Communication or Task could both work. Task is essentially a "to-do" list entry. Communication is sort of like an email/text message.
Krishna Moorthi (May 31 2019 at 15:21):
@Lloyd - Based on your comments, I would go for a task resource since those reminders are to-do list with respect to our data model. thank you
Last updated: Apr 12 2022 at 19:14 UTC