@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "lf-OthRTModality-codesystem"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem lf-OthRTModality-codesystem

This case-sensitive code system https://hapi.fhir.tw/fhir/CodeSystem/lf-OthRTModality-codesystem defines the following codes:

CodeDisplay
-9 Unknown/Missing Data 不知道/無資料
-1 Other RT, NOS 有其他特殊放射治療,詳情不明
0 No Other RT 無其他特殊放射治療
2 Radiosurgery 放射手術
4 Brachytherapy 近距放射治療
8 Radioisotopes 放射線同位素治療
16 Protons therapy 質子治療法
32 Other Charged Particles or Neutron Therapy 其他帶電荷粒子或中子治療機
64 BNCT 硼捉中子治療
" ] ; # 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 硼捉中子治療" ] ] ) . # # -------------------------------------------------------------------------------------