台灣癌症登記長表實作指引 (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
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-RegLymNodesPos-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-RegLymNodesPos-codesystem</b></p><a name=\"lf-RegLymNodesPos-codesystem\"> </a><a name=\"hclf-RegLymNodesPos-codesystem\"> </a><a name=\"lf-RegLymNodesPos-codesystem-en-US\"> </a><p>This case-sensitive code system <code>https://hapi.fhir.tw/fhir/CodeSystem/lf-RegLymNodesPos-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-RegLymNodesPos-codesystem-00\"> </a></td><td>區域淋巴結沒有被侵犯</td></tr><tr><td style=\"white-space:nowrap\">0A<a name=\"lf-RegLymNodesPos-codesystem-0A\"> </a></td><td>侵犯顆數為 1-89 顆</td></tr><tr><td style=\"white-space:nowrap\">90<a name=\"lf-RegLymNodesPos-codesystem-90\"> </a></td><td>侵犯顆數為≧90 顆</td></tr><tr><td style=\"white-space:nowrap\">95<a name=\"lf-RegLymNodesPos-codesystem-95\"> </a></td><td>已被侵犯 (以 aspiration 或 core biopsy 方式)</td></tr><tr><td style=\"white-space:nowrap\">97<a name=\"lf-RegLymNodesPos-codesystem-97\"> </a></td><td>已被侵犯,但數目不詳</td></tr><tr><td style=\"white-space:nowrap\">98<a name=\"lf-RegLymNodesPos-codesystem-98\"> </a></td><td>未檢查區域淋巴結</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"lf-RegLymNodesPos-codesystem-99\"> </a></td><td>(1)不知道區域淋巴結是否被侵犯 (2)不適用 (3)病歷未記載</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-RegLymNodesPos-codesystem"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.1"] ; #
fhir:name [ fhir:v "LFRegLymNodesPosCS"] ; #
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 "Regional Lymph Nodes Positive 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 "區域淋巴結沒有被侵犯" ]
] [
fhir:code [ fhir:v "0A" ] ;
fhir:display [ fhir:v "侵犯顆數為 1-89 顆" ]
] [
fhir:code [ fhir:v "90" ] ;
fhir:display [ fhir:v "侵犯顆數為≧90 顆" ]
] [
fhir:code [ fhir:v "95" ] ;
fhir:display [ fhir:v "已被侵犯 (以 aspiration 或 core biopsy 方式)" ]
] [
fhir:code [ fhir:v "97" ] ;
fhir:display [ fhir:v "已被侵犯,但數目不詳" ]
] [
fhir:code [ fhir:v "98" ] ;
fhir:display [ fhir:v "未檢查區域淋巴結" ]
] [
fhir:code [ fhir:v "99" ] ;
fhir:display [ fhir:v "(1)不知道區域淋巴結是否被侵犯 (2)不適用 (3)病歷未記載" ]
] ) . #