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 - TTL Representation

Active as of 2024-12-19

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-mobility-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir/pghd/ValueSet/observation-mobility-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.5.0"] ; # 
  fhir:name [ fhir:v "ObservationMobility"] ; # 
  fhir:title [ fhir:v "Observation Mobility Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-12-19T16:51:22+09:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Codes representing mobility-related measurement items  \n歩行に関連する測定項目を表すコード"] ; # 
  fhir:copyright [ fhir:v "Copyright 2024+"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://fhir/pghd/CodeSystem/observation-pghd-codes"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "appleWalkingSteadiness" ]       ] [
fhir:code [ fhir:v "appleWalkingSteadinessEvent" ]       ] [
fhir:code [ fhir:v "sixMinuteWalkTestDistance" ]       ] [
fhir:code [ fhir:v "walkingSpeed" ]       ] [
fhir:code [ fhir:v "walkingStepLength" ]       ] [
fhir:code [ fhir:v "walkingAsymmetryPercentage" ]       ] [
fhir:code [ fhir:v "walkingDoubleSupportPercentage" ]       ] [
fhir:code [ fhir:v "stairAscentSpeed" ]       ] [
fhir:code [ fhir:v "stairDescentSpeed" ]       ] )     ] )
  ] . #