國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG)
0.1.0 - trial-use

This page is part of the 國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 放射治療臨床標靶體積摘要代碼系統 - TTL Representation

Active as of 2024-09-01

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 "CRLF-RTSumm"] ; # 
  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 CRLF-RTSumm</b></p><a name=\"CRLF-RTSumm\"> </a><a name=\"hcCRLF-RTSumm\"> </a><a name=\"CRLF-RTSumm-en-US\"> </a><p>This case-sensitive code system <code>https://www.ghd.tw/cdm-fhir/fhir/CodeSystem/CRLF-RTSumm</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=\"CRLF-RTSumm--9\"> </a></td><td>Unknown/Missing Data 不知道/無資料</td></tr><tr><td style=\"white-space:nowrap\">-1<a name=\"CRLF-RTSumm--1\"> </a></td><td>RT, NOS;RT as endocrine procedure 放射治療,未明示範圍;放 射線內分泌處置</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"CRLF-RTSumm-0\"> </a></td><td>No radiation therapy 無放射治療</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"CRLF-RTSumm-1\"> </a></td><td>T 原發腫瘤</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CRLF-RTSumm-2\"> </a></td><td>N 區域淋巴結</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CRLF-RTSumm-4\"> </a></td><td>M 遠端轉移</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"CRLF-RTSumm-8\"> </a></td><td>Extended lymphoid region 廣泛淋巴區域</td></tr><tr><td style=\"white-space:nowrap\">16<a name=\"CRLF-RTSumm-16\"> </a></td><td>Total body/Bone Marrow 全身/全骨髓</td></tr><tr><td style=\"white-space:nowrap\">32<a name=\"CRLF-RTSumm-32\"> </a></td><td>Total skin 全身皮膚</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.ghd.tw/cdm-fhir/fhir/CodeSystem/CRLF-RTSumm"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CRLFRTSummCodeSystem"] ; # 
  fhir:title [ fhir:v "放射治療臨床標靶體積摘要代碼系統"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "國家級人體生物資料庫整合平台"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ghd.tw/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CRLF放射治療臨床標靶體積摘要代碼系統"] ; # 
  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 "RT, NOS;RT as endocrine procedure 放射治療,未明示範圍;放 射線內分泌處置" ]
  ] [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "No radiation therapy 無放射治療" ]
  ] [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "T 原發腫瘤" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "N 區域淋巴結" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "M 遠端轉移" ]
  ] [
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "Extended lymphoid region 廣泛淋巴區域" ]
  ] [
fhir:code [ fhir:v "16" ] ;
fhir:display [ fhir:v "Total body/Bone Marrow 全身/全骨髓" ]
  ] [
fhir:code [ fhir:v "32" ] ;
fhir:display [ fhir:v "Total skin 全身皮膚" ]
  ] ) . #