Stream: implementers
Topic: Exercise resource
Casey Thompson (Dec 18 2019 at 21:26):
Hi all,
If I wanted to note that a patient is doing regular exercise, noting both the type and frequency if possible, what FHIR resource should I use? Procedure? Observation?
Thanks in advance.
Casey
Michele Mottini (Dec 18 2019 at 22:17):
Observation
Michele Mottini (Dec 18 2019 at 22:19):
There might be appropriate LOINC codes already - see https://loinc.org/68516-4/ for example
Lloyd McKenzie (Dec 18 2019 at 22:40):
I'd actually argue for Procedure. It gives you the ability to capture type, frequency, duration, etc. in standard elements. With Observation, you'd have to find observation codes for each of those things and package them as components, which would mean less standardization around representation.
Eric Haas (Dec 19 2019 at 00:07):
My experience is the exercise monitors are using Observations not Procedures to record activity. See for example https://www.openmhealth.org/
Grahame Grieve (Dec 19 2019 at 00:08):
there's a difference between "record of an exercise I did" and "this is my exercise program"
Last updated: Apr 12 2022 at 19:14 UTC