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

Generated Narrative: CodeSystem lf-NumOfFracToCTVL-codesystem

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

CodeDisplay
00 沒有體外放射治療,或是有體外放射治療但沒有 CTV_L
97 CTV_L 體外放射治療次數是 97 或更多
98 有體外放射治療但 CTV_L 體外放射治療次數不詳
99 資料不詳,不清楚有沒有體外放射治療
" ] ; # fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-NumOfFracToCTVL-codesystem"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.1"] ; # fhir:name [ fhir:v "LFNumOfFracToCTVLCS"] ; # 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 "Number of Fractions to CTVL Code System"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "00" ] ; fhir:display [ fhir:v "沒有體外放射治療,或是有體外放射治療但沒有 CTV_L" ] ] [ fhir:code [ fhir:v "97" ] ; fhir:display [ fhir:v "CTV_L 體外放射治療次數是 97 或更多" ] ] [ fhir:code [ fhir:v "98" ] ; fhir:display [ fhir:v "有體外放射治療但 CTV_L 體外放射治療次數不詳" ] ] [ fhir:code [ fhir:v "99" ] ; fhir:display [ fhir:v "資料不詳,不清楚有沒有體外放射治療" ] ] ) . # # -------------------------------------------------------------------------------------