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

: Artemis III Translunar Radiation Exposure - 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 "Artemis-III-Translunar-Radiation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://mitre.org/fhir/space-health/StructureDefinition/artemis-radiation-exposure"^^xsd:anyURI ;
fhir:l <https://mitre.org/fhir/space-health/StructureDefinition/artemis-radiation-exposure>     ] )
  ] ; # 
  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 Artemis-III-Translunar-Radiation</b></p><a name=\"Artemis-III-Translunar-Radiation\"> </a><a name=\"hcArtemis-III-Translunar-Radiation\"> </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-artemis-radiation-exposure.html\">Artemis Radiation Exposure</a></p></div><p><b>Mission Context</b>: <a href=\"Encounter-Artemis-III-Mission.html\">Encounter: status = in-progress; class = ambulatory (ActCode#AMB); period = 2027-09-01 00:00:00+0000 --&gt; (ongoing)</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-type-cs cumulative-dose}\">Cumulative radiation dose</span></p><p><b>subject</b>: <a href=\"Patient/AstronautExample\">Patient/AstronautExample</a></p><p><b>effective</b>: 2027-09-01 10:00:00+0000 --&gt; 2027-09-05 10:00:00+0000</p><p><b>value</b>: 3.2 mSv<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemSv = 'mSv')</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-source-cs gcr}\">Galactic cosmic rays</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-source-cs gcr}\">gcr</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/shielding-condition-cs nominal-shielding}\">nominal-shielding</span></p><p><b>value</b>: Orion crew module nominal aluminum shielding (~10 g/cm²)</p></blockquote></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/Artemis-III-Mission ;
fhir:reference [ fhir:v "Encounter/Artemis-III-Mission" ]     ]
  ] ) ; # 
  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 "laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-type-cs"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-type-cs>       ] ;
fhir:code [ fhir:v "cumulative-dose" ] ;
fhir:display [ fhir:v "Cumulative radiation dose" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/AstronautExample ;
fhir:reference [ fhir:v "Patient/AstronautExample" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2027-09-01T10:00:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2027-09-05T10:00:00Z"^^xsd:dateTime ]
  ] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 3.2 ] ;
fhir:unit [ fhir:v "mSv" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>     ] ;
fhir:code [ fhir:v "mSv" ]
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-source-cs"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-source-cs>         ] ;
fhir:code [ fhir:v "gcr" ] ;
fhir:display [ fhir:v "Galactic cosmic rays" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-source-cs"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-source-cs>         ] ;
fhir:code [ fhir:v "gcr" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/shielding-condition-cs"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/shielding-condition-cs>         ] ;
fhir:code [ fhir:v "nominal-shielding" ]       ] )     ] ;
fhir:value [
a fhir:String ;
fhir:v "Orion crew module nominal aluminum shielding (~10 g/cm²)"     ]
  ] ) . #