@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://mitre.org/fhir/space-health/ValueSet/nasa-exercise-equipment-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nasa-exercise-equipment-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet nasa-exercise-equipment-vs</b></p><a name=\"nasa-exercise-equipment-vs\"> </a><a name=\"hcnasa-exercise-equipment-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-nasa-medical-hardware-cs.html\"><code>https://mitre.org/fhir/space-health/CodeSystem/nasa-medical-hardware-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.5.12</span><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-nasa-medical-hardware-cs.html#nasa-medical-hardware-cs-t2-treadmill\">t2-treadmill</a></td><td style=\"color: #cccccc\">T2 Treadmill</td><td>ISS T2 treadmill for aerobic exercise countermeasures.</td></tr><tr><td><a href=\"CodeSystem-nasa-medical-hardware-cs.html#nasa-medical-hardware-cs-ared\">ared</a></td><td style=\"color: #cccccc\">Advanced Resistive Exercise Device</td><td>ISS resistive exercise device for strength training.</td></tr><tr><td><a href=\"CodeSystem-nasa-medical-hardware-cs.html#nasa-medical-hardware-cs-cevis\">cevis</a></td><td style=\"color: #cccccc\">Cycle Ergometer with Vibration Isolation</td><td>ISS cycle ergometer for cardiovascular exercise.</td></tr><tr><td><a href=\"CodeSystem-nasa-medical-hardware-cs.html#nasa-medical-hardware-cs-quinton-treadmill\">quinton-treadmill</a></td><td style=\"color: #cccccc\">Quinton 1860 Treadmill</td><td>Treadmill used for exercise stress testing on ground.</td></tr><tr><td><a href=\"CodeSystem-nasa-medical-hardware-cs.html#nasa-medical-hardware-cs-cybex-leg-press\">cybex-leg-press</a></td><td style=\"color: #cccccc\">Cybex Leg Press</td><td>Leg press machine for lower body strength assessment.</td></tr><tr><td><a href=\"CodeSystem-nasa-medical-hardware-cs.html#nasa-medical-hardware-cs-hand-grip-dynamometer\">hand-grip-dynamometer</a></td><td style=\"color: #cccccc\">Hand Grip Dynamometer</td><td>Device for measuring hand grip strength.</td></tr><tr><td><a href=\"CodeSystem-nasa-medical-hardware-cs.html#nasa-medical-hardware-cs-sit-reach-bench\">sit-reach-bench</a></td><td style=\"color: #cccccc\">Sit and Reach Bench</td><td>Equipment for flexibility assessment.</td></tr><tr><td><a href=\"CodeSystem-nasa-medical-hardware-cs.html#nasa-medical-hardware-cs-smith-bench\">smith-bench</a></td><td style=\"color: #cccccc\">Smith Bench</td><td>Bench press with guided barbell for strength testing.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://mitre.org/fhir/space-health/ValueSet/nasa-exercise-equipment-vs"^^xsd:anyURI ;
     fhir:l <https://mitre.org/fhir/space-health/ValueSet/nasa-exercise-equipment-vs>
  ] ; # 
  fhir:version [ fhir:v "0.5.12"] ; # 
  fhir:name [ fhir:v "NASAExerciseEquipmentVS"] ; # 
  fhir:title [ fhir:v "NASA Exercise Equipment"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-25T00:24:16-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MITRE"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "MITRE" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.mitre.org/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Value set for exercise and fitness assessment hardware."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://mitre.org/fhir/space-health/CodeSystem/nasa-medical-hardware-cs"^^xsd:anyURI ;
         fhir:l <https://mitre.org/fhir/space-health/CodeSystem/nasa-medical-hardware-cs>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "t2-treadmill" ]
       ] [
         fhir:code [ fhir:v "ared" ]
       ] [
         fhir:code [ fhir:v "cevis" ]
       ] [
         fhir:code [ fhir:v "quinton-treadmill" ]
       ] [
         fhir:code [ fhir:v "cybex-leg-press" ]
       ] [
         fhir:code [ fhir:v "hand-grip-dynamometer" ]
       ] [
         fhir:code [ fhir:v "sit-reach-bench" ]
       ] [
         fhir:code [ fhir:v "smith-bench" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

