FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.phr
Resource TypeValueSet
IdValueSet-observation-mobility-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/personal-health-record-format-ig/ValueSet-observation-mobility-codes.html
URLhttp://hl7.org/fhir/uv/phr/ValueSet/observation-mobility-codes
Version1.0.0-ballot2
Statusactive
Date2025-12-27T21:39:37+00:00
NameObservationMobility
TitleObservation Mobility Codes
Realmuv
Authorityhl7
DescriptionCodes representing mobility-related measurement items

Resources that use this resource

StructureDefinition
pghd-mobilityPGHD Mobility Profile

Resources that this resource uses

CodeSystem
observation-pghd-codesObservation PGHD Codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet observation-mobility-codes

  • Include these codes as defined in http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes version 📦1.0.0-ballot2
    CodeDisplayDefinition
    appleWalkingSteadinessApple walking steadinessA quantity sample type that measures the steadiness of the user's gait.
    appleWalkingSteadinessEventApple walking steadiness eventA category sample type that records an incident where the user showed a reduced score for their gait's steadiness.
    sixMinuteWalkTestDistanceSix minute walk test distanceA quantity sample type that stores the distance a user can walk during a six-minute walk test.
    walkingSpeedWalking speedA quantity sample type that measures the user's average speed when walking steadily over flat ground.
    walkingStepLengthWalking step lengthA quantity sample type that measures the average length of the user's step when walking steadily over flat ground.
    walkingAsymmetryPercentageWalking asymmetry percentageA 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.
    walkingDoubleSupportPercentageWalking double support percentageA 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.
    stairAscentSpeedStair ascent speedA quantity sample type measuring the user's speed while climbing a flight of stairs.
    stairDescentSpeedStair descent speedA quantity sample type measuring the user's speed while descending a flight of stairs.

Source1

{
  "resourceType": "ValueSet",
  "id": "observation-mobility-codes",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pe"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/phr/ValueSet/observation-mobility-codes",
  "version": "1.0.0-ballot2",
  "name": "ObservationMobility",
  "title": "Observation Mobility Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-12-27T21:39:37+00:00",
  "publisher": "HL7 International / Patient Empowerment",
  "contact": [
    {
      "name": "HL7 International / Patient Empowerment",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientempowerment"
        }
      ]
    }
  ],
  "description": "Codes representing mobility-related measurement items",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes",
        "concept": [
          {
            "code": "appleWalkingSteadiness"
          },
          {
            "code": "appleWalkingSteadinessEvent"
          },
          {
            "code": "sixMinuteWalkTestDistance"
          },
          {
            "code": "walkingSpeed"
          },
          {
            "code": "walkingStepLength"
          },
          {
            "code": "walkingAsymmetryPercentage"
          },
          {
            "code": "walkingDoubleSupportPercentage"
          },
          {
            "code": "stairAscentSpeed"
          },
          {
            "code": "stairDescentSpeed"
          }
        ]
      }
    ]
  }
}