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
: 側性代碼系統 - 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 "CRLF-Lateral"] ; #
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 CRLF-Lateral</b></p><a name=\"CRLF-Lateral\"> </a><a name=\"hcCRLF-Lateral\"> </a><a name=\"CRLF-Lateral-en-US\"> </a><p>This case-sensitive code system <code>https://www.ghd.tw/cdm-fhir/fhir/CodeSystem/CRLF-Lateral</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\">0<a name=\"CRLF-Lateral-0\"> </a></td><td>不是成對器官</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"CRLF-Lateral-1\"> </a></td><td>原發起源位在右側</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CRLF-Lateral-2\"> </a></td><td>原發起源位在左側</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"CRLF-Lateral-3\"> </a></td><td>成對器官,只有單側侵犯,但起源於左側或右側則不清楚</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CRLF-Lateral-4\"> </a></td><td>成對器官,雙側侵犯但起源之側位不清楚,且病歷描述是單一原發。較少見,如下:(1)雙側卵巢同時有單一組織類型之腫瘤侵犯 (2)雙側卵巢同時有相同或不同之epithelial組織型態(8000-8799)之腫瘤侵犯 (3)雙側同時有視網膜芽細胞瘤(retinoblastomas) (4)雙側同時有Wilm腫瘤(Wilm tumors) (5)雙側瀰漫性肺部結節</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"CRLF-Lateral-5\"> </a></td><td>原發部位為以下部位且為身體中線的腫瘤:C700,C710-C714,C722-C725,C443,C445</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"CRLF-Lateral-9\"> </a></td><td>成對器官,但其側位不清楚</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://www.ghd.tw/cdm-fhir/fhir/CodeSystem/CRLF-Lateral"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CRLFLateralCodeSystem"] ; #
fhir:title [ fhir:v "側性代碼系統"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-09-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "國家級人體生物資料庫整合平台"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ghd.tw/" ] ] )
] ) ; #
fhir:description [ fhir:v "CRLF側性代碼系統"] ; #
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 "0" ] ;
fhir:display [ fhir:v "不是成對器官" ]
] [
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 "成對器官,雙側侵犯但起源之側位不清楚,且病歷描述是單一原發。較少見,如下:(1)雙側卵巢同時有單一組織類型之腫瘤侵犯 (2)雙側卵巢同時有相同或不同之epithelial組織型態(8000-8799)之腫瘤侵犯 (3)雙側同時有視網膜芽細胞瘤(retinoblastomas) (4)雙側同時有Wilm腫瘤(Wilm tumors) (5)雙側瀰漫性肺部結節" ]
] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "原發部位為以下部位且為身體中線的腫瘤:C700,C710-C714,C722-C725,C443,C445" ]
] [
fhir:code [ fhir:v "9" ] ;
fhir:display [ fhir:v "成對器官,但其側位不清楚" ]
] ) . #