0.5.12 - ci-build

SpaceflightHealthSimulationsReferenceDocumentation - Local Development build (v0.5.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ISS Crew Debrief - Post-Anomaly - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ISS-CrewDebrief-PostAnomaly"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/aerospace/StructureDefinition/psychological-countermeasure-activity"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/aerospace/StructureDefinition/psychological-countermeasure-activity>     ] )
  ] ; # 
  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: Procedure ISS-CrewDebrief-PostAnomaly</b></p><a name=\"ISS-CrewDebrief-PostAnomaly\"> </a><a name=\"hcISS-CrewDebrief-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-psychological-countermeasure-activity.html\">Psychological Countermeasure Activity</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>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/psychological-countermeasure-cs crew-debrief}\">Crew debrief</span></p><p><b>subject</b>: <a href=\"Patient/AstronautExample\">Patient/AstronautExample</a></p><p><b>performed</b>: 2025-06-20 18:00:00+0000 --&gt; 2025-06-20 19:30:00+0000</p><blockquote><p><b>performer</b></p><p><b>actor</b>: Commander Johnson, ISS Expedition 75</p></blockquote><blockquote><p><b>performer</b></p><p><b>actor</b>: Dr. Martinez, Flight Surgeon</p></blockquote><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/aerospace-behavioral-state-cs anxiety-level}\">Anxiety level</span>, <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/isolation-syndrome-factor-cs interpersonal-friction}\">Interpersonal friction</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 fhir:Encounter/ISS-Exp75-InFlight ;
fhir:reference [ fhir:v "Encounter/ISS-Exp75-InFlight" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/psychological-countermeasure-cs"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/psychological-countermeasure-cs>       ] ;
fhir:code [ fhir:v "crew-debrief" ] ;
fhir:display [ fhir:v "Crew debrief" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/AstronautExample ;
fhir:reference [ fhir:v "Patient/AstronautExample" ]
  ] ; # 
  fhir:performed [
a fhir:Period ;
fhir:start [ fhir:v "2025-06-20T18:00:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-06-20T19:30:00Z"^^xsd:dateTime ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:display [ fhir:v "Commander Johnson, ISS Expedition 75" ]     ]
  ] [
fhir:actor [
fhir:display [ fhir:v "Dr. Martinez, Flight Surgeon" ]     ]
  ] ) ; # 
  fhir:reasonCode ( [
    ( 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 "anxiety-level" ] ;
fhir:display [ fhir:v "Anxiety level" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/isolation-syndrome-factor-cs"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/isolation-syndrome-factor-cs>       ] ;
fhir:code [ fhir:v "interpersonal-friction" ] ;
fhir:display [ fhir:v "Interpersonal friction" ]     ] )
  ] ) . #