臺灣重大傷病實作指引 1.0.0 - STU1.0.0
This page is part of the 臺灣重大傷病實作指引 (v1.0.0: STU1.0.0) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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 "cancer-stage"] ; # 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 cancer-stage</b></p><a name=\"cancer-stage\"> </a><a name=\"hccancer-stage\"> </a><a name=\"cancer-stage-en-US\"> </a><p>This case-sensitive code system <code>https://nhicore.nhi.gov.tw/ci/CodeSystem/cancer-stage</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\">1<a name=\"cancer-stage-1\"> </a></td><td>第一期</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"cancer-stage-2\"> </a></td><td>第二期</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"cancer-stage-3\"> </a></td><td>第三期</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"cancer-stage-4\"> </a></td><td>第四期</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"cancer-stage-9\"> </a></td><td>不適用</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://nhicore.nhi.gov.tw/ci/CodeSystem/cancer-stage"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "CancerStageCodes"] ; # fhir:title [ fhir:v "NHI-健保重大傷病-癌症期別"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-06-11"^^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 "臺灣衛生福利部中央健康保險署「癌症期別」代碼,代碼出版日期:2025-06-11;資料所屬單位:臺灣衛生福利部中央健康保險署。"] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "第一期" ] ] [ fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "第二期" ] ] [ fhir:code [ fhir:v "3" ] ; fhir:display [ fhir:v "第三期" ] ] [ fhir:code [ fhir:v "4" ] ; fhir:display [ fhir:v "第四期" ] ] [ fhir:code [ fhir:v "9" ] ; fhir:display [ fhir:v "不適用" ] ] ) . #