@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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/Observation/ISS-EVS-MinPerWeek-2025W23> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ISS-EVS-MinPerWeek-2025W23"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://mitre.org/fhir/space-health/StructureDefinition/space-evs-minutes-per-week"^^xsd:anyURI ;
       fhir:l <https://mitre.org/fhir/space-health/StructureDefinition/space-evs-minutes-per-week>
     ] )
  ] ; # 
  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: Observation ISS-EVS-MinPerWeek-2025W23</b></p><a name=\"ISS-EVS-MinPerWeek-2025W23\"> </a><a name=\"hcISS-EVS-MinPerWeek-2025W23\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-space-evs-minutes-per-week.html\">Space Exercise Vital Sign Minutes Per Week</a></p></div><p><b>Mission Context</b>: <a href=\"Encounter-ISS-Exp75-InFlight.html\">Encounter: status = in-progress; class = ambulatory (ActCode#AMB); period = 2025-03-01 00:00:00+0000 --&gt; (ongoing)</a></p><p><b>Derived From Activity Group</b>: <a href=\"Observation-ISS-T2-Run-Group-001.html\">Observation Physical activity panel</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category activity}\">Activity</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82290-8}\">Frequency of moderate to vigorous aerobic physical activity</span></p><p><b>subject</b>: <a href=\"Patient/AstronautExample\">Patient/AstronautExample</a></p><p><b>effective</b>: 2025-06-02 00:00:00+0000 --&gt; 2025-06-09 00:00:00+0000</p><p><b>value</b>: 420 min/wk<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemin/wk = 'min/wk')</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/uv/aerospace/StructureDefinition/mission-context"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/aerospace/StructureDefinition/mission-context>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <https://mitre.org/fhir/space-health/Encounter/ISS-Exp75-InFlight> ;
       fhir:reference [ fhir:v "Encounter/ISS-Exp75-InFlight" ]
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/uv/aerospace/StructureDefinition/derived-from-group"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/aerospace/StructureDefinition/derived-from-group>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <https://mitre.org/fhir/space-health/Observation/ISS-T2-Run-Group-001> ;
       fhir:reference [ fhir:v "Observation/ISS-T2-Run-Group-001" ]
     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>
       ] ;
       fhir:code [ fhir:v "activity" ] ;
       fhir:display [ fhir:v "Activity" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:82290-8 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "82290-8" ] ;
       fhir:display [ fhir:v "Frequency of moderate to vigorous aerobic physical activity" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://mitre.org/fhir/space-health/Patient/AstronautExample> ;
     fhir:reference [ fhir:v "Patient/AstronautExample" ]
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2025-06-02T00:00:00Z"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2025-06-09T00:00:00Z"^^xsd:dateTime ]
  ] ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v "420"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "min/wk" ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "min/wk" ]
  ] . # 

# -------------------------------------------------------------------------------------

