SpaceflightHealthSimulationsReferenceDocumentation - Local Development build (v0.5.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Radiation Detector Type Code System - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "radiation-detector-type-cs"] ; #
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: CodeSystem radiation-detector-type-cs</b></p><a name=\"radiation-detector-type-cs\"> </a><a name=\"hcradiation-detector-type-cs\"> </a><p>This case-sensitive code system <code>https://mitre.org/fhir/space-health/CodeSystem/radiation-detector-type-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></tr><tr><td style=\"white-space:nowrap\">tld<a name=\"radiation-detector-type-cs-tld\"> </a></td><td>Thermoluminescent Dosimeter</td></tr><tr><td style=\"white-space:nowrap\">osld<a name=\"radiation-detector-type-cs-osld\"> </a></td><td>Optically Stimulated Luminescence Detector</td></tr><tr><td style=\"white-space:nowrap\">epd<a name=\"radiation-detector-type-cs-epd\"> </a></td><td>Electronic Personal Dosimeter</td></tr><tr><td style=\"white-space:nowrap\">tepc<a name=\"radiation-detector-type-cs-tepc\"> </a></td><td>Tissue Equivalent Proportional Counter</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://mitre.org/fhir/space-health/CodeSystem/radiation-detector-type-cs"^^xsd:anyURI ;
fhir:l <https://mitre.org/fhir/space-health/CodeSystem/radiation-detector-type-cs>
] ; #
fhir:version [ fhir:v "0.5.12"] ; #
fhir:name [ fhir:v "RadiationDetectorTypeCS"] ; #
fhir:title [ fhir:v "Radiation Detector Type Code System"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-03-25T00:24:16-05:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "MITRE"] ; #
fhir:contact ( [
fhir:name [ fhir:v "MITRE" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mitre.org/" ] ] )
] ) ; #
fhir:description [ fhir:v "Types of radiation detection equipment"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "tld" ] ;
fhir:display [ fhir:v "Thermoluminescent Dosimeter" ]
] [
fhir:code [ fhir:v "osld" ] ;
fhir:display [ fhir:v "Optically Stimulated Luminescence Detector" ]
] [
fhir:code [ fhir:v "epd" ] ;
fhir:display [ fhir:v "Electronic Personal Dosimeter" ]
] [
fhir:code [ fhir:v "tepc" ] ;
fhir:display [ fhir:v "Tissue Equivalent Proportional Counter" ]
] ) . #