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
| Active as of 2026-03-25 |
{
"resourceType" : "CodeSystem",
"id" : "mars-devices-certified-cs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem mars-devices-certified-cs</b></p><a name=\"mars-devices-certified-cs\"> </a><a name=\"hcmars-devices-certified-cs\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>deviceType</td><td>deviceType</td><td>http://hl7.org/fhir/uv/aerospace/CodeSystem/mars-devices-certified-cs#deviceType</td><td>code</td><td>Device category</td></tr><tr><td>manufacturer</td><td>manufacturer</td><td>http://hl7.org/fhir/uv/aerospace/CodeSystem/mars-devices-certified-cs#manufacturer</td><td>string</td><td>Device manufacturer</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/aerospace/CodeSystem/mars-devices-certified-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>deviceType</b></td><td><b>manufacturer</b></td></tr><tr><td style=\"white-space:nowrap\">orion<a name=\"mars-devices-certified-cs-orion\"> </a></td><td>Orion MPCV Spacecraft</td><td>Orion Multi-Purpose Crew Vehicle for deep space transit (Artemis program), capable of Earth-Mars trajectory</td><td>spacecraft</td><td>Lockheed Martin / NASA</td></tr><tr><td style=\"white-space:nowrap\">crewDragon<a name=\"mars-devices-certified-cs-crewDragon\"> </a></td><td>SpaceX Crew Dragon</td><td>Operational crew vehicle to LEO, could support Earth orbit rendezvous for Mars missions</td><td>spacecraft</td><td>SpaceX</td></tr><tr><td style=\"white-space:nowrap\">issECLSS<a name=\"mars-devices-certified-cs-issECLSS\"> </a></td><td>ISS Environmental Control & Life Support System</td><td>Closed-loop life support (O2 generation, CO2 removal, water recycle) from ISS as baseline for Mars habitat</td><td>life-support</td><td>NASA / International Partners</td></tr><tr><td style=\"white-space:nowrap\">emuSuit<a name=\"mars-devices-certified-cs-emuSuit\"> </a></td><td>EMU Space Suit (ISS)</td><td>Extravehicular Mobility Unit, 4.3 psi suit for zero-G EVAs (heritage technology)</td><td>suit</td><td>ILC Dover / NASA</td></tr><tr><td style=\"white-space:nowrap\">advancedMedicalLocker<a name=\"mars-devices-certified-cs-advancedMedicalLocker\"> </a></td><td>Advanced Medical Locker (ISS)</td><td>ISS Health Maintenance System including medical kit, defibrillator, ultrasound</td><td>medical-equipment</td><td>NASA</td></tr><tr><td style=\"white-space:nowrap\">bioMonitor<a name=\"mars-devices-certified-cs-bioMonitor\"> </a></td><td>Bio-Monitor Wearable System</td><td>CSA/NASA health monitor shirt for continuous vital sign telemetry, currently used on ISS</td><td>medical-equipment</td><td>Canadian Space Agency / NASA</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/mars-devices-certified-cs",
"version" : "0.5.12",
"name" : "MarsCertifiedDevicesCS",
"title" : "Mars Mission Devices - Certified",
"status" : "active",
"experimental" : false,
"date" : "2026-03-25T00:24:16-05:00",
"publisher" : "MITRE",
"contact" : [
{
"name" : "MITRE",
"telecom" : [
{
"system" : "url",
"value" : "https://www.mitre.org/"
}
]
}
],
"description" : "Flight-qualified hardware and systems operational or used in Mars mission planning (ISS heritage, Orion, etc.)",
"caseSensitive" : true,
"content" : "complete",
"count" : 6,
"property" : [
{
"code" : "deviceType",
"uri" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/mars-devices-certified-cs#deviceType",
"description" : "Device category",
"type" : "code"
},
{
"code" : "manufacturer",
"uri" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/mars-devices-certified-cs#manufacturer",
"description" : "Device manufacturer",
"type" : "string"
}
],
"concept" : [
{
"code" : "orion",
"display" : "Orion MPCV Spacecraft",
"definition" : "Orion Multi-Purpose Crew Vehicle for deep space transit (Artemis program), capable of Earth-Mars trajectory",
"property" : [
{
"code" : "deviceType",
"valueCode" : "spacecraft"
},
{
"code" : "manufacturer",
"valueString" : "Lockheed Martin / NASA"
}
]
},
{
"code" : "crewDragon",
"display" : "SpaceX Crew Dragon",
"definition" : "Operational crew vehicle to LEO, could support Earth orbit rendezvous for Mars missions",
"property" : [
{
"code" : "deviceType",
"valueCode" : "spacecraft"
},
{
"code" : "manufacturer",
"valueString" : "SpaceX"
}
]
},
{
"code" : "issECLSS",
"display" : "ISS Environmental Control & Life Support System",
"definition" : "Closed-loop life support (O2 generation, CO2 removal, water recycle) from ISS as baseline for Mars habitat",
"property" : [
{
"code" : "deviceType",
"valueCode" : "life-support"
},
{
"code" : "manufacturer",
"valueString" : "NASA / International Partners"
}
]
},
{
"code" : "emuSuit",
"display" : "EMU Space Suit (ISS)",
"definition" : "Extravehicular Mobility Unit, 4.3 psi suit for zero-G EVAs (heritage technology)",
"property" : [
{
"code" : "deviceType",
"valueCode" : "suit"
},
{
"code" : "manufacturer",
"valueString" : "ILC Dover / NASA"
}
]
},
{
"code" : "advancedMedicalLocker",
"display" : "Advanced Medical Locker (ISS)",
"definition" : "ISS Health Maintenance System including medical kit, defibrillator, ultrasound",
"property" : [
{
"code" : "deviceType",
"valueCode" : "medical-equipment"
},
{
"code" : "manufacturer",
"valueString" : "NASA"
}
]
},
{
"code" : "bioMonitor",
"display" : "Bio-Monitor Wearable System",
"definition" : "CSA/NASA health monitor shirt for continuous vital sign telemetry, currently used on ISS",
"property" : [
{
"code" : "deviceType",
"valueCode" : "medical-equipment"
},
{
"code" : "manufacturer",
"valueString" : "Canadian Space Agency / NASA"
}
]
}
]
}