This page is part of the 臺灣癌症用藥事前審查實作指引(TWPAS IG) (v1.0.0: Release) 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
: SCT + NHI-癌症分期量表項目值集 - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cancer-stage"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cancer-stage</b></p><a name=\"cancer-stage\"> </a><a name=\"hccancer-stage\"> </a><a name=\"cancer-stage-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/385377005\">385377005</a></td><td style=\"color: #cccccc\">Gleason grade finding for prostatic cancer (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/1149131009\">1149131009</a></td><td style=\"color: #cccccc\">Rai staging system for chronic lymphocytic leukaemia</td></tr><tr><td><a href=\"http://snomed.info/id/1149099005\">1149099005</a></td><td style=\"color: #cccccc\">Binet staging classification for chronic lymphocytic leukaemia</td></tr><tr><td><a href=\"http://snomed.info/id/385361009\">385361009</a></td><td style=\"color: #cccccc\">FIGO stage for gynaecological malignancy</td></tr><tr><td><a href=\"http://snomed.info/id/399390009\">399390009</a></td><td style=\"color: #cccccc\">TNM stage grouping</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-cancer-stage.html\"><code>https://twcore.mohw.gov.tw/ig/pas/CodeSystem/cancer-stage</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-cancer-stage.html#cancer-stage-CNS\">CNS</a></td><td style=\"color: #cccccc\">CNS WHO分級</td><td/></tr><tr><td><a href=\"CodeSystem-cancer-stage.html#cancer-stage-NET_2010\">NET_2010</a></td><td style=\"color: #cccccc\">NET WHO 2010分類</td><td>NET WHO 2010分類(後來又有2017等版本,但給付規定上是寫2010版)</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/ValueSet/cancer-stage"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "CancerStage"] ; #
fhir:title [ fhir:v "SCT + NHI-癌症分期量表項目值集"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-16"^^xsd:date] ; #
fhir:publisher [ fhir:v "衛生福利部中央健康保險署"] ; #
fhir:contact ( [
fhir:name [ fhir:v "衛生福利部中央健康保險署" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.nhi.gov.tw" ] ] )
] ) ; #
fhir:description [ fhir:v "SCT + NHI-癌症分期量表項目值集"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "385377005" ] ] [
fhir:code [ fhir:v "1149131009" ] ] [
fhir:code [ fhir:v "1149099005" ] ] [
fhir:code [ fhir:v "385361009" ] ] [
fhir:code [ fhir:v "399390009" ] ] ) ] [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/pas/CodeSystem/cancer-stage"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "CNS" ] ] [
fhir:code [ fhir:v "NET_2010" ] ] ) ] )
] . #