Stream: implementers
Topic: Medication Dosage Timing
Gayanjith Premalal (Feb 21 2019 at 13:30):
Hi, when trying to map the medication dosages to FHIR Resource's Dosage structure, I came across an issue where the dosage is added with specific time instances such as 1 pill at 8:00, 2 pills at 14:00, 1 pill at 20:00 without using relative instances such as Morning, Afternoon and Night. What is the resource/attribute that these information should be mapped to?
Lloyd McKenzie (Feb 21 2019 at 15:05):
@Melva Peters
Jean Duteau (Feb 21 2019 at 16:28):
Timing allows you to specify a specific time of day (and day of week). So Dosage.timing.repeat.timeOfDay would be your data element.
Last updated: Apr 12 2022 at 19:14 UTC