@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/CodeSystem/space-psychological-effects-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "space-psychological-effects-cs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem space-psychological-effects-cs</b></p><a name=\"space-psychological-effects-cs\"> </a><a name=\"hcspace-psychological-effects-cs\"> </a><p>This case-sensitive code system <code>https://mitre.org/fhir/space-health/CodeSystem/space-psychological-effects-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">confinement-anxiety<a name=\"space-psychological-effects-cs-confinement-anxiety\"> </a></td><td>Confinement Anxiety</td><td>Anxiety specifically related to the confined conditions of spacecraft</td></tr><tr><td style=\"white-space:nowrap\">chronic-mission-stress<a name=\"space-psychological-effects-cs-chronic-mission-stress\"> </a></td><td>Chronic Mission Stress</td><td>Prolonged stress experienced during extended space missions</td></tr><tr><td style=\"white-space:nowrap\">earth-out-of-view-phenomenon<a name=\"space-psychological-effects-cs-earth-out-of-view-phenomenon\"> </a></td><td>Earth-Out-of-View Phenomenon</td><td>Psychological effects of not being able to see Earth during deep space missions</td></tr><tr><td style=\"white-space:nowrap\">crew-cohesion-issues<a name=\"space-psychological-effects-cs-crew-cohesion-issues\"> </a></td><td>Crew Cohesion Issues</td><td>Problems with interpersonal relationships and group dynamics during spaceflight</td></tr><tr><td style=\"white-space:nowrap\">mission-fatigue<a name=\"space-psychological-effects-cs-mission-fatigue\"> </a></td><td>Mission Fatigue</td><td>Cumulative fatigue, both physical and mental, experienced during long-duration missions</td></tr><tr><td style=\"white-space:nowrap\">space-asthenia<a name=\"space-psychological-effects-cs-space-asthenia\"> </a></td><td>Space Asthenia</td><td>A condition characterized by weakness, fatigue, and emotional lability during long-duration spaceflight</td></tr><tr><td style=\"white-space:nowrap\">behavioral-health<a name=\"space-psychological-effects-cs-behavioral-health\"> </a></td><td>Space Behavioral Health</td><td>Overall mental and behavioral well-being during spaceflight</td></tr><tr><td style=\"white-space:nowrap\">communication-delay-stress<a name=\"space-psychological-effects-cs-communication-delay-stress\"> </a></td><td>Communication Delay Stress</td><td>Psychological effects of delayed communications with Earth during deep space missions</td></tr><tr><td style=\"white-space:nowrap\">third-quarter-phenomenon<a name=\"space-psychological-effects-cs-third-quarter-phenomenon\"> </a></td><td>Third-Quarter Phenomenon</td><td>A period of decreased motivation and morale that often occurs after the midpoint of a mission</td></tr><tr><td style=\"white-space:nowrap\">salutogenesis<a name=\"space-psychological-effects-cs-salutogenesis\"> </a></td><td>Salutogenesis in Space</td><td>Positive psychological effects and personal growth experienced during spaceflight</td></tr><tr><td style=\"white-space:nowrap\">space-euphoria<a name=\"space-psychological-effects-cs-space-euphoria\"> </a></td><td>Space Euphoria</td><td>Intense feelings of bliss and connectedness reported by some astronauts, particularly during spacewalks</td></tr><tr><td style=\"white-space:nowrap\">overview-effect<a name=\"space-psychological-effects-cs-overview-effect\"> </a></td><td>Overview Effect</td><td>Profound cognitive shift in awareness reported by astronauts while viewing Earth from space</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://mitre.org/fhir/space-health/CodeSystem/space-psychological-effects-cs"^^xsd:anyURI ;
     fhir:l <https://mitre.org/fhir/space-health/CodeSystem/space-psychological-effects-cs>
  ] ; # 
  fhir:version [ fhir:v "0.5.12"] ; # 
  fhir:name [ fhir:v "SpacePsychologicalEffectsCodeSystem"] ; # 
  fhir:title [ fhir:v "Space Psychological Effects"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  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 "CodeSystem for space psychological effects not found in SNOMED CT"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "12"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "confinement-anxiety" ] ;
     fhir:display [ fhir:v "Confinement Anxiety" ] ;
     fhir:definition [ fhir:v "Anxiety specifically related to the confined conditions of spacecraft" ]
  ] [
     fhir:code [ fhir:v "chronic-mission-stress" ] ;
     fhir:display [ fhir:v "Chronic Mission Stress" ] ;
     fhir:definition [ fhir:v "Prolonged stress experienced during extended space missions" ]
  ] [
     fhir:code [ fhir:v "earth-out-of-view-phenomenon" ] ;
     fhir:display [ fhir:v "Earth-Out-of-View Phenomenon" ] ;
     fhir:definition [ fhir:v "Psychological effects of not being able to see Earth during deep space missions" ]
  ] [
     fhir:code [ fhir:v "crew-cohesion-issues" ] ;
     fhir:display [ fhir:v "Crew Cohesion Issues" ] ;
     fhir:definition [ fhir:v "Problems with interpersonal relationships and group dynamics during spaceflight" ]
  ] [
     fhir:code [ fhir:v "mission-fatigue" ] ;
     fhir:display [ fhir:v "Mission Fatigue" ] ;
     fhir:definition [ fhir:v "Cumulative fatigue, both physical and mental, experienced during long-duration missions" ]
  ] [
     fhir:code [ fhir:v "space-asthenia" ] ;
     fhir:display [ fhir:v "Space Asthenia" ] ;
     fhir:definition [ fhir:v "A condition characterized by weakness, fatigue, and emotional lability during long-duration spaceflight" ]
  ] [
     fhir:code [ fhir:v "behavioral-health" ] ;
     fhir:display [ fhir:v "Space Behavioral Health" ] ;
     fhir:definition [ fhir:v "Overall mental and behavioral well-being during spaceflight" ]
  ] [
     fhir:code [ fhir:v "communication-delay-stress" ] ;
     fhir:display [ fhir:v "Communication Delay Stress" ] ;
     fhir:definition [ fhir:v "Psychological effects of delayed communications with Earth during deep space missions" ]
  ] [
     fhir:code [ fhir:v "third-quarter-phenomenon" ] ;
     fhir:display [ fhir:v "Third-Quarter Phenomenon" ] ;
     fhir:definition [ fhir:v "A period of decreased motivation and morale that often occurs after the midpoint of a mission" ]
  ] [
     fhir:code [ fhir:v "salutogenesis" ] ;
     fhir:display [ fhir:v "Salutogenesis in Space" ] ;
     fhir:definition [ fhir:v "Positive psychological effects and personal growth experienced during spaceflight" ]
  ] [
     fhir:code [ fhir:v "space-euphoria" ] ;
     fhir:display [ fhir:v "Space Euphoria" ] ;
     fhir:definition [ fhir:v "Intense feelings of bliss and connectedness reported by some astronauts, particularly during spacewalks" ]
  ] [
     fhir:code [ fhir:v "overview-effect" ] ;
     fhir:display [ fhir:v "Overview Effect" ] ;
     fhir:definition [ fhir:v "Profound cognitive shift in awareness reported by astronauts while viewing Earth from space" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

