台灣癌症登記長表實作指引 (Taiwan Cancer Registry Long Form Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: 其他放射治療儀器代碼系統 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "lf-OthRTModality-codesystem"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem lf-OthRTModality-codesystem</b></p><a name=\"lf-OthRTModality-codesystem\"> </a><a name=\"hclf-OthRTModality-codesystem\"> </a><a name=\"lf-OthRTModality-codesystem-en-US\"> </a><p>This case-sensitive code system <code>https://hapi.fhir.tw/fhir/CodeSystem/lf-OthRTModality-codesystem</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\">-9<a name=\"lf-OthRTModality-codesystem--9\"> </a></td><td>Unknown/Missing Data 不知道/無資料</td></tr><tr><td style=\"white-space:nowrap\">-1<a name=\"lf-OthRTModality-codesystem--1\"> </a></td><td>Other RT, NOS 有其他特殊放射治療,詳情不明</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"lf-OthRTModality-codesystem-0\"> </a></td><td>No Other RT 無其他特殊放射治療</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"lf-OthRTModality-codesystem-2\"> </a></td><td>Radiosurgery 放射手術</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"lf-OthRTModality-codesystem-4\"> </a></td><td>Brachytherapy 近距放射治療</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"lf-OthRTModality-codesystem-8\"> </a></td><td>Radioisotopes 放射線同位素治療</td></tr><tr><td style=\"white-space:nowrap\">16<a name=\"lf-OthRTModality-codesystem-16\"> </a></td><td>Protons therapy 質子治療法</td></tr><tr><td style=\"white-space:nowrap\">32<a name=\"lf-OthRTModality-codesystem-32\"> </a></td><td>Other Charged Particles or Neutron Therapy 其他帶電荷粒子或中子治療機</td></tr><tr><td style=\"white-space:nowrap\">64<a name=\"lf-OthRTModality-codesystem-64\"> </a></td><td>BNCT 硼捉中子治療</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-OthRTModality-codesystem"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.1"] ; #
fhir:name [ fhir:v "LFOthRTModalityCS"] ; #
fhir:title [ fhir:v "其他放射治療儀器代碼系統"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-08-01T15:33:47+08:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Kuo"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Kuo" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ] ] )
] ) ; #
fhir:description [ fhir:v "Other RT Modality Code System"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "-9" ] ;
fhir:display [ fhir:v "Unknown/Missing Data 不知道/無資料" ]
] [
fhir:code [ fhir:v "-1" ] ;
fhir:display [ fhir:v "Other RT, NOS 有其他特殊放射治療,詳情不明" ]
] [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "No Other RT 無其他特殊放射治療" ]
] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Radiosurgery 放射手術" ]
] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Brachytherapy 近距放射治療" ]
] [
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "Radioisotopes 放射線同位素治療" ]
] [
fhir:code [ fhir:v "16" ] ;
fhir:display [ fhir:v "Protons therapy 質子治療法" ]
] [
fhir:code [ fhir:v "32" ] ;
fhir:display [ fhir:v "Other Charged Particles or Neutron Therapy 其他帶電荷粒子或中子治療機" ]
] [
fhir:code [ fhir:v "64" ] ;
fhir:display [ fhir:v "BNCT 硼捉中子治療" ]
] ) . #