台灣癌症登記長表實作指引 (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

: Other Targeted Therapy Code System - 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-OthTarTherapy-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-OthTarTherapy-codesystem</b></p><a name=\"lf-OthTarTherapy-codesystem\"> </a><a name=\"hclf-OthTarTherapy-codesystem\"> </a><a name=\"lf-OthTarTherapy-codesystem-en-US\"> </a><p>This case-sensitive code system <code>https://hapi.fhir.tw/fhir/CodeSystem/lf-OthTarTherapy-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\">00<a name=\"lf-OthTarTherapy-codesystem-00\"> </a></td><td>(1)未接受標靶治療,標靶治療非首次療程的一部份 (2)由屍體解剖時才診斷為癌症</td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"lf-OthTarTherapy-codesystem-01\"> </a></td><td>在外院的首次療程中有接受標靶治療</td></tr><tr><td style=\"white-space:nowrap\">20<a name=\"lf-OthTarTherapy-codesystem-20\"> </a></td><td>僅接受臨床試驗標靶治療</td></tr><tr><td style=\"white-space:nowrap\">21<a name=\"lf-OthTarTherapy-codesystem-21\"> </a></td><td>同時接受標靶治療及臨床試驗標靶治療</td></tr><tr><td style=\"white-space:nowrap\">30<a name=\"lf-OthTarTherapy-codesystem-30\"> </a></td><td>僅接受雙盲試驗標靶治療</td></tr><tr><td style=\"white-space:nowrap\">31<a name=\"lf-OthTarTherapy-codesystem-31\"> </a></td><td>同時接受標靶治療及雙盲試驗標靶治療</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"lf-OthTarTherapy-codesystem-99\"> </a></td><td>(1)由於病歷未記載,所以不知道標靶治療是否有被建議或是已經執行 (2)僅由死亡證明書得知個案有癌症</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-OthTarTherapy-codesystem"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "LFOthTarTherapyCS"] ; # 
  fhir:title [ fhir:v "Other Targeted Therapy Code System"] ; # 
  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 "Other Targeted Therapy Code System"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "00" ] ;
fhir:display [ fhir:v "(1)未接受標靶治療,標靶治療非首次療程的一部份 (2)由屍體解剖時才診斷為癌症" ]
  ] [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "在外院的首次療程中有接受標靶治療" ]
  ] [
fhir:code [ fhir:v "20" ] ;
fhir:display [ fhir:v "僅接受臨床試驗標靶治療" ]
  ] [
fhir:code [ fhir:v "21" ] ;
fhir:display [ fhir:v "同時接受標靶治療及臨床試驗標靶治療" ]
  ] [
fhir:code [ fhir:v "30" ] ;
fhir:display [ fhir:v "僅接受雙盲試驗標靶治療" ]
  ] [
fhir:code [ fhir:v "31" ] ;
fhir:display [ fhir:v "同時接受標靶治療及雙盲試驗標靶治療" ]
  ] [
fhir:code [ fhir:v "99" ] ;
fhir:display [ fhir:v "(1)由於病歷未記載,所以不知道標靶治療是否有被建議或是已經執行 (2)僅由死亡證明書得知個案有癌症" ]
  ] ) . #