國家級人體生物資料庫整合平台共同資料模式實作指引(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-RTH-NF"] ; # 
  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-RTH-NF</b></p><a name=\"CRLF-RTH-NF\"> </a><a name=\"hcCRLF-RTH-NF\"> </a><a name=\"CRLF-RTH-NF-en-US\"> </a><p>This case-sensitive code system <code>https://www.ghd.tw/cdm-fhir/fhir/CodeSystem/CRLF-RTH-NF</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\">00<a name=\"CRLF-RTH-NF-00\"> </a></td><td>沒有體外放射治療</td></tr><tr><td style=\"white-space:nowrap\">97<a name=\"CRLF-RTH-NF-97\"> </a></td><td>CTV_H 體外放射治療次數是 97 或更多</td></tr><tr><td style=\"white-space:nowrap\">98<a name=\"CRLF-RTH-NF-98\"> </a></td><td>有體外放射治療,但 CTV_H 體外放射治療次數不詳</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"CRLF-RTH-NF-99\"> </a></td><td>資料不詳,不清楚有沒有體外放射治療</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.ghd.tw/cdm-fhir/fhir/CodeSystem/CRLF-RTH-NF"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CRLFRTHNFCodeSystem"] ; # 
  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 "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "00" ] ;
fhir:display [ fhir:v "沒有體外放射治療" ]
  ] [
fhir:code [ fhir:v "97" ] ;
fhir:display [ fhir:v "CTV_H 體外放射治療次數是 97 或更多" ]
  ] [
fhir:code [ fhir:v "98" ] ;
fhir:display [ fhir:v "有體外放射治療,但 CTV_H 體外放射治療次數不詳" ]
  ] [
fhir:code [ fhir:v "99" ] ;
fhir:display [ fhir:v "資料不詳,不清楚有沒有體外放射治療" ]
  ] ) . #