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

: Habitat Environmental Conditions - Sol 125 - 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HabitatEnvironment-Sol125"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://mitre.org/fhir/space-health/StructureDefinition/habitat-environmental-observation"^^xsd:anyURI ;
fhir:l <https://mitre.org/fhir/space-health/StructureDefinition/habitat-environmental-observation>     ] )
  ] ; # 
  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 HabitatEnvironment-Sol125</b></p><a name=\"HabitatEnvironment-Sol125\"> </a><a name=\"hcHabitatEnvironment-Sol125\"> </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-habitat-environmental-observation.html\">Habitat Environmental Monitoring</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category environmental}\">environmental</span></p><p><b>code</b>: <span title=\"Codes:\">Habitat Atmospheric Conditions</span></p><p><b>subject</b>: <a href=\"Location-MarsHabitat-Jezero.html\">Location Mars Direct Habitat Unit - Jezero Site</a></p><p><b>effective</b>: 2041-03-15 14:30:00+0000</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Cabin Pressure</span></p><p><b>value</b>: 101.3 kPa<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekPa = 'kPa')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Oxygen Percentage</span></p><p><b>value</b>: 21 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Carbon Dioxide</span></p><p><b>value</b>: 0.04 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Temperature</span></p><p><b>value</b>: 22.5 Cel<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeCel = 'Cel')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Relative Humidity</span></p><p><b>value</b>: 45 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  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 "environmental" ]     ] )
  ] ) ; # 
  fhir:code [
fhir:text [ fhir:v "Habitat Atmospheric Conditions" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Location/MarsHabitat-Jezero ;
fhir:reference [ fhir:v "Location/MarsHabitat-Jezero" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2041-03-15T14:30:00Z"^^xsd:dateTime
  ] ; # 
  fhir:component ( [
fhir:code [
fhir:text [ fhir:v "Cabin Pressure" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 101.3 ] ;
fhir:unit [ fhir:v "kPa" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "kPa" ]     ]
  ] [
fhir:code [
fhir:text [ fhir:v "Oxygen Percentage" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "21"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "%" ]     ]
  ] [
fhir:code [
fhir:text [ fhir:v "Carbon Dioxide" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 0.04 ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "%" ]     ]
  ] [
fhir:code [
fhir:text [ fhir:v "Temperature" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 22.5 ] ;
fhir:unit [ fhir:v "Cel" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "Cel" ]     ]
  ] [
fhir:code [
fhir:text [ fhir:v "Relative Humidity" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "45"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "%" ]     ]
  ] ) . #