Stream: Clinicians on FHIR
Topic: Notes on designing tracks
David Hay (Jan 16 2019 at 18:00):
Some general notes on designing a track
- For clinical use, a track will generally be a 'resource graph' type. When you set it up, remember to set the servers (they default to sensible R3 ones though)
- the 'description' tab is where a more detailed description of the track goes - the name should be short)
- the 'scenarios' tab is a read-only view of the scenario descriptions)
- the other tabs can generally be ignored
- try not to have 2 people editing a single track at the same time (including adding scenarios). Results will be unpredictable
- You can use a track (type=resource graph) in a few distinct ways (or patterns):
- As a collection of largely unrelated 'static' scenarios that explore different aspects of something. Each scenario can talk about steps - but it's text only (this can be confusing and I may remove it)
- Where the scenarios represent the evolution of something over time. eg the first scenario represents an initial careplan. Then it is altered - which is the second scenario, and so on. Or - a changing medication list. When actually building the graphs, the import function is very helpful, as you can use the 'previous' scenario as the basis for the next one, changing as necessary.
- A 'workflow' - where a single 'thing' is happening that's being tracked, but the resources are different in each 'step' (step=scenario). eg representing a series of consultations about something.
The clinical assessment track looks like the third way (an initial assessment and a follow up visit) - and I created it that way. It might be possible to divide the initial assessment further - eg:
1. notes at first visit
2. then add the plan
3. then the follow up visit
Not so sure about the paediatric track. It could be the first pattern - unrelated use cases. Or - it could be 2 tracks - each dealing with a single patient. So - looking at the first child:
- scenario 1 is the findings at presentation
- scenario 2 is the plan (including admission
- scenario 3 might be the referrals
and so forth. Might pay to think about what the 'focus' of each scenario/step might be...
Last updated: Apr 12 2022 at 19:14 UTC