Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: Observation Mobility Codes - JSON Representation

Active as of 2024-12-19

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "observation-mobility-codes",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-observation-pghd-codes.html\"><code>http://fhir/pghd/CodeSystem/observation-pghd-codes</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-appleWalkingSteadiness\">appleWalkingSteadiness</a></td><td style=\"color: #cccccc\">Apple walking steadiness</td><td>A quantity sample type that measures the steadiness of the user's gait.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-appleWalkingSteadinessEvent\">appleWalkingSteadinessEvent</a></td><td style=\"color: #cccccc\">Apple walking steadiness event</td><td>A category sample type that records an incident where the user showed a reduced score for their gait's steadiness.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-sixMinuteWalkTestDistance\">sixMinuteWalkTestDistance</a></td><td style=\"color: #cccccc\">Six minute walk test distance</td><td>A quantity sample type that stores the distance a user can walk during a six-minute walk test.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-walkingSpeed\">walkingSpeed</a></td><td style=\"color: #cccccc\">Walking speed</td><td>A quantity sample type that measures the user's average speed when walking steadily over flat ground.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-walkingStepLength\">walkingStepLength</a></td><td style=\"color: #cccccc\">Walking step length</td><td>A quantity sample type that measures the average length of the user's step when walking steadily over flat ground.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-walkingAsymmetryPercentage\">walkingAsymmetryPercentage</a></td><td style=\"color: #cccccc\">Walking asymmetry percentage</td><td>A quantity sample type that measures the percentage of steps in which one foot moves at a different speed than the other when walking on flat ground.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-walkingDoubleSupportPercentage\">walkingDoubleSupportPercentage</a></td><td style=\"color: #cccccc\">Walking double support percentage</td><td>A quantity sample type that measures the percentage of time when both of the user's feet touch the ground while walking steadily over flat ground.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-stairAscentSpeed\">stairAscentSpeed</a></td><td style=\"color: #cccccc\">Stair ascent speed</td><td>A quantity sample type measuring the user's speed while climbing a flight of stairs.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-stairDescentSpeed\">stairDescentSpeed</a></td><td style=\"color: #cccccc\">Stair descent speed</td><td>A quantity sample type measuring the user's speed while descending a flight of stairs.</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir/pghd/ValueSet/observation-mobility-codes",
  "version" : "0.5.0",
  "name" : "ObservationMobility",
  "title" : "Observation Mobility Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-12-19T16:51:22+09:00",
  "description" : "Codes representing mobility-related measurement items  \n歩行に関連する測定項目を表すコード",
  "copyright" : "Copyright 2024+",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir/pghd/CodeSystem/observation-pghd-codes",
        "concept" : [
          {
            "code" : "appleWalkingSteadiness"
          },
          {
            "code" : "appleWalkingSteadinessEvent"
          },
          {
            "code" : "sixMinuteWalkTestDistance"
          },
          {
            "code" : "walkingSpeed"
          },
          {
            "code" : "walkingStepLength"
          },
          {
            "code" : "walkingAsymmetryPercentage"
          },
          {
            "code" : "walkingDoubleSupportPercentage"
          },
          {
            "code" : "stairAscentSpeed"
          },
          {
            "code" : "stairDescentSpeed"
          }
        ]
      }
    ]
  }
}