This page is part of the 國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG) (v0.1.0: Releases) 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
: SSF1 肺癌-同側肺但非主病灶的另外肺腫瘤代碼系統 - 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 "ssf-1-lung-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 ssf-1-lung-codesystem</b></p><a name=\"ssf-1-lung-codesystem\"> </a><a name=\"hcssf-1-lung-codesystem\"> </a><a name=\"ssf-1-lung-codesystem-en-US\"> </a><p>This case-sensitive code system <code>https://www.ghd.tw/cdm-fhir/fhir/CodeSystem/ssf-1-lung-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\">000<a name=\"ssf-1-lung-codesystem-000\"> </a></td><td>(1) 沒有出現另外肺腫瘤結節(病灶) (2) 原位癌</td></tr><tr><td style=\"white-space:nowrap\">010<a name=\"ssf-1-lung-codesystem-010\"> </a></td><td>非主病灶的另外肺腫瘤結節(病灶),同側同葉</td></tr><tr><td style=\"white-space:nowrap\">020<a name=\"ssf-1-lung-codesystem-020\"> </a></td><td>非主病灶的另外肺腫瘤結節(病灶),同側不同葉</td></tr><tr><td style=\"white-space:nowrap\">030<a name=\"ssf-1-lung-codesystem-030\"> </a></td><td>(020+010)非主病灶的另外肺腫瘤結節結節(病灶),同側同葉和同側不同葉</td></tr><tr><td style=\"white-space:nowrap\">040<a name=\"ssf-1-lung-codesystem-040\"> </a></td><td>非主病灶的另外肺腫瘤結節結節(病灶),同側,但同葉/不同葉不明</td></tr><tr><td style=\"white-space:nowrap\">999<a name=\"ssf-1-lung-codesystem-999\"> </a></td><td>病歷未記載或不詳</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://www.ghd.tw/cdm-fhir/fhir/CodeSystem/ssf-1-lung-codesystem"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "SSF1lungCS"] ; #
fhir:title [ fhir:v "SSF1 肺癌-同側肺但非主病灶的另外肺腫瘤代碼系統"] ; #
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 "國家級人體生物資料庫整合平台"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ghd.tw/" ] ] )
] ) ; #
fhir:description [ fhir:v "Separate Tumor Nodules / Ipsilateral Lung Code System"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "000" ] ;
fhir:display [ fhir:v "(1) 沒有出現另外肺腫瘤結節(病灶) (2) 原位癌" ]
] [
fhir:code [ fhir:v "010" ] ;
fhir:display [ fhir:v "非主病灶的另外肺腫瘤結節(病灶),同側同葉" ]
] [
fhir:code [ fhir:v "020" ] ;
fhir:display [ fhir:v "非主病灶的另外肺腫瘤結節(病灶),同側不同葉" ]
] [
fhir:code [ fhir:v "030" ] ;
fhir:display [ fhir:v "(020+010)非主病灶的另外肺腫瘤結節結節(病灶),同側同葉和同側不同葉" ]
] [
fhir:code [ fhir:v "040" ] ;
fhir:display [ fhir:v "非主病灶的另外肺腫瘤結節結節(病灶),同側,但同葉/不同葉不明" ]
] [
fhir:code [ fhir:v "999" ] ;
fhir:display [ fhir:v "病歷未記載或不詳" ]
] ) . #