Skip to content

Commit

Permalink
wearables module with fitness data
Browse files Browse the repository at this point in the history
  • Loading branch information
awatson1978 committed Jul 11, 2023
1 parent 6f8b20c commit 87f4c93
Showing 1 changed file with 99 additions and 2 deletions.
101 changes: 99 additions & 2 deletions src/main/resources/modules/wearables.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,95 @@
"display": "Taking patient vitals signs education (procedure)"
}
],
"direct_transition": "ECG"
"direct_transition": "Cycling_Baseline_Distance"
},

"Cycling_Baseline_Distance": {
"type": "Observation",
"category": "exam",
"unit": "",
"codes": [
{
"system" : "http://loinc.org",
"code" : "93818-3",
"display" : "Cycling distance unspecified time"
}
],
"direct_transition": "Running_Baseline_StepCount"
},


"Running_Baseline_StepCount": {
"type": "Observation",
"category": "exam",
"unit": "",
"codes": [
{
"system" : "http://loinc.org",
"code" : "55423-8",
"display" : "Number of steps in unspecified time Pedometer"
}
],
"direct_transition": "Running_Baseline_Distance"
},
"Running_Baseline_Distance": {
"type": "Observation",
"category": "exam",
"unit": "",
"codes": [
{
"system" : "http://loinc.org",
"code" : "55430-3",
"display" : "Walking distance unspecified time Pedometer"
}
],
"direct_transition": "Running_Baseline_DoubleSupport_Percentage"
},

"Running_Baseline_DoubleSupport_Percentage": {
"type": "Observation",
"category": "exam",
"unit": "",
"codes": [
{
"system" : "http://loinc.org",
"code" : "93015-6",
"display" : "Gait and turn and tandem gait assessment"
}
],
"direct_transition": "Running_Baseline_WalkingSpeed"
},
"Running_Baseline_WalkingSpeed": {
"type": "Observation",
"category": "exam",
"unit": "",
"codes": [
{
"system" : "http://loinc.org",
"code" : "41957-2",
"display" : "Walking speed 24 hour mean Calculated"
}
],
"direct_transition": "FlightsClimbed_Baseline"
},

"ECG": {
"FlightsClimbed_Baseline": {
"type": "Observation",
"category": "exam",
"unit": "",
"codes": [
{
"system" : "http://loinc.org",
"code" : "100304-5",
"display" : "Flights climbed [#] Reporting Period"
}
],
"direct_transition": "ECG_Baseline"
},



"ECG_Baseline": {
"type": "Procedure",
"codes": [
{
Expand Down Expand Up @@ -263,6 +347,19 @@
"Clear_ECG_result": {
"type": "SetAttribute",
"attribute": "ecg_result",
"direct_transition": "SleepAnalysis"
},
"SleepAnalysis": {
"type": "Observation",
"category": "exam",
"unit": "",
"codes": [
{
"system" : "http://loinc.org",
"code" : "93832-4",
"display" : "Sleep duration."
}
],
"direct_transition": "Wellness_Baseline_Encounter_End"
}
},
Expand Down

0 comments on commit 87f4c93

Please sign in to comment.