台灣癌症登記長表實作指引 (Taiwan Cancer Registry Long Form Implementation Guide)
0.1.1 - ci-build

台灣癌症登記長表實作指引 (Taiwan Cancer Registry Long Form Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 較低放射劑量臨床標靶體積劑量代碼系統 - TTL Representation

Active as of 2024-08-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 "lf-DoseToCTVL-codesystem"] ; # 
  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 lf-DoseToCTVL-codesystem</b></p><a name=\"lf-DoseToCTVL-codesystem\"> </a><a name=\"hclf-DoseToCTVL-codesystem\"> </a><a name=\"lf-DoseToCTVL-codesystem-en-US\"> </a><p>This case-sensitive code system <code>https://hapi.fhir.tw/fhir/CodeSystem/lf-DoseToCTVL-codesystem</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\">00000<a name=\"lf-DoseToCTVL-codesystem-00000\"> </a></td><td>沒有體外放射治療,或是有體外放射治療但沒有 CTV_L</td></tr><tr><td style=\"white-space:nowrap\">99997<a name=\"lf-DoseToCTVL-codesystem-99997\"> </a></td><td>CTV_L 的體外放射治療劑量是 99997 cGy 或更多</td></tr><tr><td style=\"white-space:nowrap\">99998<a name=\"lf-DoseToCTVL-codesystem-99998\"> </a></td><td>有體外放射治療,但 CTV_L 的體外放射治療劑量不詳</td></tr><tr><td style=\"white-space:nowrap\">99999<a name=\"lf-DoseToCTVL-codesystem-99999\"> </a></td><td>資料不詳,不清楚有沒有體外放射治療</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-DoseToCTVL-codesystem"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "LFDoseToCTVLCS"] ; # 
  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 "Dose 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 "00000" ] ;
fhir:display [ fhir:v "沒有體外放射治療,或是有體外放射治療但沒有 CTV_L" ]
  ] [
fhir:code [ fhir:v "99997" ] ;
fhir:display [ fhir:v "CTV_L 的體外放射治療劑量是 99997 cGy 或更多" ]
  ] [
fhir:code [ fhir:v "99998" ] ;
fhir:display [ fhir:v "有體外放射治療,但 CTV_L 的體外放射治療劑量不詳" ]
  ] [
fhir:code [ fhir:v "99999" ] ;
fhir:display [ fhir:v "資料不詳,不清楚有沒有體外放射治療" ]
  ] ) . #