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

Generated Narrative: CodeSystem lf-SeqOfRadAndSur-codesystem

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

CodeDisplay
-9 Unknown/Missing Data 資料缺漏
-8 No surgery 未手術
-7 No need to compare 不需比較順序
-6 More than two locoregionl surgeries, and have locoregionl radiation therapy 有兩次以上原發部位或區域淋巴 結手術,無法決定順序
-1 Sequence unknown 順序未明
0 No radiation therapy 無放射治療
1 Pre-operative radiation therapy 手術前放射治療
2 IORT 手術中放射治療
4 Post-operative radiation therapy 手術後放射治療
" ] ; # fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-SeqOfRadAndSur-codesystem"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.1"] ; # fhir:name [ fhir:v "LFSeqOfRadAndSurCS"] ; # 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 "Sequence of Radiotherapy and Surgery 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 "-8" ] ; fhir:display [ fhir:v "No surgery 未手術" ] ] [ fhir:code [ fhir:v "-7" ] ; fhir:display [ fhir:v "No need to compare 不需比較順序" ] ] [ fhir:code [ fhir:v "-6" ] ; fhir:display [ fhir:v "More than two locoregionl surgeries, and have locoregionl radiation therapy 有兩次以上原發部位或區域淋巴 結手術,無法決定順序" ] ] [ fhir:code [ fhir:v "-1" ] ; fhir:display [ fhir:v "Sequence unknown 順序未明" ] ] [ fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "No radiation therapy 無放射治療" ] ] [ fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Pre-operative radiation therapy 手術前放射治療" ] ] [ fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "IORT 手術中放射治療" ] ] [ fhir:code [ fhir:v "4" ] ; fhir:display [ fhir:v "Post-operative radiation therapy 手術後放射治療" ] ] ) . # # -------------------------------------------------------------------------------------