@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-CognitiveReadiness-PostAnomaly> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ISS-CognitiveReadiness-PostAnomaly"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/aerospace/StructureDefinition/behavioral-health-state"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/aerospace/StructureDefinition/behavioral-health-state>
     ] )
  ] ; # 
  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: Observation ISS-CognitiveReadiness-PostAnomaly</b></p><a name=\"ISS-CognitiveReadiness-PostAnomaly\"> </a><a name=\"hcISS-CognitiveReadiness-PostAnomaly\"> </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-behavioral-health-state.html\">Behavioral Health State</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 55467-8}\">Psychological assessment</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/aerospace-behavioral-state-cs cognitive-readiness}\">Cognitive readiness</span></p><p><b>subject</b>: <a href=\"Patient/AstronautExample\">Patient/AstronautExample</a></p><p><b>effective</b>: 2025-06-20 15:30:00+0000</p><p><b>value</b>: 7.5 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       a loinc:55467-8 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "55467-8" ] ;
       fhir:display [ fhir:v "Psychological assessment" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/aerospace-behavioral-state-cs"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/aerospace-behavioral-state-cs>
       ] ;
       fhir:code [ fhir:v "cognitive-readiness" ] ;
       fhir:display [ fhir:v "Cognitive readiness" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://mitre.org/fhir/space-health/Patient/AstronautExample> ;
     fhir:reference [ fhir:v "Patient/AstronautExample" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2025-06-20T15:30:00Z"^^xsd:dateTime
  ] ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v 7.5 ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "{score}" ]
  ] . # 

# -------------------------------------------------------------------------------------

