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
When astronaut Scott Kelly returned to Earth after his historic 340-day mission aboard the International Space Station, one of the first questions researchers wanted to answer was: how much radiation had his body absorbed during his time in space? This seemingly simple question reveals the complex challenge at the heart of space medicine—tracking and managing radiation exposure in an environment where cosmic rays constantly bombard the human body with ionizing radiation levels hundreds of times higher than what we experience on Earth's surface.
Radiation exposure tracking is a critical component of aerospace medicine, as astronauts face significantly higher levels of ionizing radiation compared to Earth-based populations. Unlike terrestrial medical settings where radiation exposure is primarily from diagnostic procedures, space radiation exposure comes from galactic cosmic rays (GCR), solar particle events (SPE), and trapped radiation in the Van Allen belts.
This implementation guide provides comprehensive FHIR profiles for radiation dosimetry tracking throughout an astronaut's career, from pre-flight baseline measurements through long-duration missions to post-flight monitoring.
The radiation tracking system is built on several core FHIR profiles that work together to provide comprehensive dose monitoring:
| Profile | Purpose | Key Features |
|---|---|---|
SpaceRadiationExposure |
Individual dose measurements | Real-time and accumulated doses with mission context |
RadiationDetector |
Detection equipment | Device specifications and calibration data |
SpaceRadiationSummary |
Comprehensive reports | Mission and career dose summaries |
CumulativeRadiationDose |
Long-term tracking | Career, mission, and time-period accumulations |
The radiation exposure data model captures multiple dimensions of dose information:
The implementation uses specialized code systems for space radiation medicine:
SpaceRadiationTypeCS: Types of space radiation (GCR, SPE, trapped, secondary)RadiationCountermeasuresCS: Protective measures and interventionsRadiationDetectorTypeCS: Detection equipment types and technologiesAerospaceCodeSystemEnhanced: Comprehensive aerospace medicine terminologyImagine leaving Earth's protective magnetic field and atmosphere behind—suddenly, you're exposed to a constant barrage of high-energy particles that have traveled across the galaxy for millions of years. This is the reality for astronauts venturing beyond low Earth orbit, where the very fabric of space itself becomes a health hazard. Unlike the predictable radiation exposures in hospitals or nuclear facilities, space radiation is dynamic, unpredictable, and fundamentally different from anything humans encounter on Earth.
Space radiation presents unique challenges that differ fundamentally from terrestrial radiation exposure:
gcr-dose from the enhanced aerospace code systemspe-dose for tracking solar event exposurestrapped-dose for Van Allen belt radiationPicture an astronaut's spacesuit as a sophisticated medical monitoring station—embedded within the fabric and equipment are multiple radiation detectors, each serving as a sentinel against an invisible threat. From passive dosimeters that silently accumulate dose information to active monitors that provide real-time alerts, these devices form a comprehensive network of protection. Mission Control watches these readings as closely as they monitor life support systems, because in space, radiation exposure management is literally a matter of life and death—both immediate survival and long-term health.
All space travelers wear multiple types of radiation detectors documented using the RadiationDetector profile:
Passive Dosimeters:
tld in the detector type systemosldActive Dosimeters:
epdtepcArea Monitoring:
area-monitor{
"resourceType": "Device",
"meta": {
"profile": ["http://hl7.org/fhir/uv/aerospace/StructureDefinition/radiation-detector"]
},
"type": {
"coding": [{
"system": "http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-detector-type-cs",
"code": "epd",
"display": "Electronic Personal Dosimeter"
}]
},
"property": [
{
"type": {
"coding": [{
"system": "http://hl7.org/fhir/uv/aerospace/CodeSystem/aerospace-code-system-enhanced",
"code": "sensitivity"
}]
},
"valueQuantity": {
"value": 1.0,
"unit": "μSv",
"system": "http://unitsofmeasure.org",
"code": "uSv"
}
}
]
}
NASA maintains career dose limits based on the principle of limiting excess cancer mortality risk, tracked using the CumulativeRadiationDose profile:
career-dosemonthly-doseannual-doseBehind every radiation measurement lies a complex story of risk management, career planning, and medical decision-making that spans decades. When NASA physicians review an astronaut's radiation exposure data, they're not just looking at numbers—they're piecing together a comprehensive narrative that includes mission contexts, equipment performance, environmental conditions, and individual health factors. This data becomes part of a lifelong medical record that influences everything from future mission assignments to retirement planning and long-term health surveillance.
The radiation exposure tracking profiles extend the base FHIR resources to accommodate space-specific requirements:
Core FHIR Resources:
SpaceRadiationExposure profileSpaceRadiationSummary profileRadiationDetector profileSpace-Specific Extensions:
MissionContext: Links radiation exposure to specific missionsRadiationType: Distinguishes between GCR, SPE, and trapped radiationShieldingMass: Accounts for spacecraft or habitat shielding effectivenessRadiationCountermeasures: Documents protective actions taken{
"resourceType": "Observation",
"meta": {
"profile": ["http://hl7.org/fhir/uv/aerospace/StructureDefinition/space-radiation-exposure"]
},
"status": "final",
"category": [{
"coding": [{
"system": "http://loinc.org",
"code": "73569-6",
"display": "Radiation dose and image quality indicators"
}]
}],
"code": {
"coding": [{
"system": "http://loinc.org",
"code": "73536-5",
"display": "Radiation dose total"
}]
},
"subject": {"reference": "Patient/astronaut-example"},
"effectiveDateTime": "2025-06-01T12:00:00Z",
"valueQuantity": {
"value": 0.5,
"unit": "mSv",
"system": "http://unitsofmeasure.org",
"code": "mSv"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/aerospace/StructureDefinition/radiation-type",
"valueCodeableConcept": {
"coding": [{
"system": "http://hl7.org/fhir/uv/aerospace/CodeSystem/space-radiation-type-cs",
"code": "gcr",
"display": "Galactic Cosmic Radiation"
}]
}
}
],
"component": [
{
"code": {
"coding": [{
"system": "http://hl7.org/fhir/uv/aerospace/CodeSystem/aerospace-code-system-enhanced",
"code": "bone-marrow-dose"
}]
},
"valueQuantity": {
"value": 0.52,
"unit": "mSv",
"system": "http://unitsofmeasure.org",
"code": "mSv"
}
},
{
"code": {
"coding": [{
"system": "http://loinc.org",
"code": "77638-4",
"display": "Irradiation dose rate"
}]
},
"valueQuantity": {
"value": 20.8,
"unit": "μSv/h",
"system": "http://unitsofmeasure.org",
"code": "uSv/h"
}
}
]
}
Consider the dramatic moment during Apollo 16 when a massive solar particle event erupted from the Sun, sending dangerous radiation racing toward the Moon. Had astronauts been conducting a lunar EVA at that moment, they could have received lethal doses within hours. This near-miss illustrates why radiation tracking isn't just about record-keeping—it's about enabling split-second decisions that can save lives. Modern space missions use sophisticated radiation monitoring systems to provide early warning, guide operational decisions, and ensure that every astronaut returns home safely within acceptable health risk parameters.
Establish baseline radiation exposure from terrestrial sources using the SpaceRadiationExposure profile with baseline mission context. This includes:
Use predictive models and historical data captured in SpaceRadiationSummary reports to plan missions within dose limits using the As Low As Reasonably Achievable (ALARA) principle:
Track cumulative dose during missions using CumulativeRadiationDose profiles and trigger alerts when approaching limits or during radiation storms:
Comprehensive dose reconstruction and health risk assessment for long-term medical surveillance using SpaceRadiationSummary reports:
Longitudinal tracking of cumulative exposure using CumulativeRadiationDose profiles to inform future mission assignments and medical monitoring:
Aggregate data for research on space radiation health effects and countermeasure effectiveness:
Every radiation measurement tells a story, but the most important stories are often in the details that traditional dosimetry might miss. When astronaut Karen Nyberg developed vision problems after her ISS mission, researchers wondered whether localized radiation exposure to her eyes might have contributed. This led to enhanced organ-specific dose tracking protocols that don't just measure total body dose, but carefully monitor radiation exposure to critical organs like the eye lens, bone marrow, and central nervous system. These detailed measurements help space medicine practitioners understand not just how much radiation astronauts receive, but where it goes and what it might do.
The SpaceRadiationExposure profile includes components for organ-specific dose measurements using codes from the OrganDoseCodesVSComplete value set:
The profiles capture sophisticated dosimetry data:
Each radiation measurement includes contextual information:
Space radiation tracking doesn't exist in isolation—it's woven into the fabric of every space mission, from pre-launch planning to post-flight medical surveillance. When Mission Control makes the decision to delay an EVA due to solar activity, that decision flows from real-time radiation monitoring systems integrated with spacecraft environmental controls, flight rules databases, and crew health management systems. This interconnected approach ensures that radiation protection isn't an afterthought, but a fundamental consideration in every operational decision, creating a seamless safety net that spans Earth-based mission control, spacecraft systems, and long-term medical care.
This radiation tracking system integrates with multiple aerospace medicine systems:
Real-time environmental radiation data from spacecraft ECLSS feeds into the radiation tracking system through standardized interfaces, providing:
Operational decision support during radiation events through integration with:
Long-term health surveillance through data sharing with epidemiological studies:
Research and risk assessment through integration with NASA's research programs:
The true power of standardized radiation tracking becomes apparent when you see it in action across diverse scenarios—from routine ISS operations where radiation exposure is carefully monitored and managed within established limits, to emergency situations where real-time dose tracking enables critical decisions about crew safety. These implementation examples showcase how abstract data models translate into practical tools that protect astronaut health, whether documenting a routine measurement from an electronic personal dosimeter or generating comprehensive career dose summaries that guide mission planning and medical surveillance for decades to come.
See the SpaceRadiationExposure example for a complete real-time dose measurement during an ISS expedition, including:
The CumulativeRadiationDose example demonstrates long-term dose tracking with:
The RadiationDetector example shows comprehensive device documentation including:
The SpaceRadiationSummary example provides a complete mission dose assessment with:
Behind every radiation measurement and dose limit lies decades of scientific research, international collaboration, and hard-learned lessons from both space exploration and terrestrial radiation medicine. When NASA sets career dose limits for astronauts, those numbers represent the collective wisdom of radiation biologists, space medicine physicians, and international standards organizations working together to balance exploration goals with crew safety. These standards aren't just bureaucratic requirements—they're lifelines that ensure today's space explorers can pursue their missions while preserving their health for life after spaceflight.
The implementation aligns with established radiation protection standards:
As humanity prepares for missions to Mars and beyond, radiation protection faces unprecedented challenges that will reshape how we think about space medicine. A round-trip Mars mission could expose astronauts to radiation doses approaching current career limits, while deep space exploration will venture into radiation environments we've never directly experienced. The radiation tracking systems we develop today must evolve to support missions measured not in months but in years, where autonomous medical decision-making and advanced countermeasures will be essential for crew survival. These future considerations aren't just technical challenges—they represent the evolution of space medicine from Earth-supported operations to truly autonomous healthcare in the cosmos.
As commercial spaceflight expands and missions extend to Mars and beyond, the radiation tracking system must evolve to accommodate:
Multi-year missions requiring enhanced dose management:
Integration with private sector space operations:
Enhanced GCR exposure and communication delays:
Surface radiation environments on Moon and Mars:
Next-generation radiation monitoring and protection:
This comprehensive approach to radiation exposure tracking ensures that space medicine practitioners have the detailed dosimetry data needed to protect astronaut health while enabling the scientific exploration of space.