@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ssf-1-prostate-codesystem"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem ssf-1-prostate-codesystem

This case-sensitive code system https://hapi.fhir.tw/fhir/CodeSystem/ssf-1-prostate-codesystem defines the following codes:

CodeDisplay
001 ≤ 0.1 ng/ml
002-979 0.2–97.9 ng/ml
980 ≥ 98.0 ng/ml;僅 100-104 診斷年個案使用,自 105 診斷年起之個案不適用
981 98.0-199.9 ng/ml
982 200.0-299.9 ng/ml
983 300.0-399.9 ng/ml
984 400.0-499.9 ng/ml
985 500.0-599.9 ng/ml
986 600.0-699.9 ng/ml
987 700.0-799.9 ng/ml
988 不適用,已於外院開始首次療程且無外院檢驗值
989 800.0-899.9 ng/ml
990 900.0-999.9 ng/ml
991 1000-1999 ng/ml
992 2000-2999 ng/ml
993 3000-3999 ng/ml
994 4000-4999 ng/ml
995 5000-5999 ng/ml
996 6000-6999 ng/ml
997 7000-7999 ng/ml
998 ≥ 8000 ng/ml
999 (1) 病歷未記載或不詳 (2) 沒有檢驗
" ] ; # fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/ssf-1-prostate-codesystem"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.1"] ; # fhir:name [ fhir:v "SSF1prostateCS"] ; # 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 "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 "Prostatic Specific Antigen (PSA) Lab Value Code System"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "22"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "≤ 0.1 ng/ml" ] ] [ fhir:code [ fhir:v "002-979" ] ; fhir:display [ fhir:v "0.2–97.9 ng/ml" ] ] [ fhir:code [ fhir:v "980" ] ; fhir:display [ fhir:v "≥ 98.0 ng/ml;僅 100-104 診斷年個案使用,自 105 診斷年起之個案不適用" ] ] [ fhir:code [ fhir:v "981" ] ; fhir:display [ fhir:v "98.0-199.9 ng/ml" ] ] [ fhir:code [ fhir:v "982" ] ; fhir:display [ fhir:v "200.0-299.9 ng/ml" ] ] [ fhir:code [ fhir:v "983" ] ; fhir:display [ fhir:v "300.0-399.9 ng/ml" ] ] [ fhir:code [ fhir:v "984" ] ; fhir:display [ fhir:v "400.0-499.9 ng/ml" ] ] [ fhir:code [ fhir:v "985" ] ; fhir:display [ fhir:v "500.0-599.9 ng/ml" ] ] [ fhir:code [ fhir:v "986" ] ; fhir:display [ fhir:v "600.0-699.9 ng/ml" ] ] [ fhir:code [ fhir:v "987" ] ; fhir:display [ fhir:v "700.0-799.9 ng/ml" ] ] [ fhir:code [ fhir:v "988" ] ; fhir:display [ fhir:v "不適用,已於外院開始首次療程且無外院檢驗值" ] ] [ fhir:code [ fhir:v "989" ] ; fhir:display [ fhir:v "800.0-899.9 ng/ml" ] ] [ fhir:code [ fhir:v "990" ] ; fhir:display [ fhir:v "900.0-999.9 ng/ml" ] ] [ fhir:code [ fhir:v "991" ] ; fhir:display [ fhir:v "1000-1999 ng/ml" ] ] [ fhir:code [ fhir:v "992" ] ; fhir:display [ fhir:v "2000-2999 ng/ml" ] ] [ fhir:code [ fhir:v "993" ] ; fhir:display [ fhir:v "3000-3999 ng/ml" ] ] [ fhir:code [ fhir:v "994" ] ; fhir:display [ fhir:v "4000-4999 ng/ml" ] ] [ fhir:code [ fhir:v "995" ] ; fhir:display [ fhir:v "5000-5999 ng/ml" ] ] [ fhir:code [ fhir:v "996" ] ; fhir:display [ fhir:v "6000-6999 ng/ml" ] ] [ fhir:code [ fhir:v "997" ] ; fhir:display [ fhir:v "7000-7999 ng/ml" ] ] [ fhir:code [ fhir:v "998" ] ; fhir:display [ fhir:v "≥ 8000 ng/ml" ] ] [ fhir:code [ fhir:v "999" ] ; fhir:display [ fhir:v "(1) 病歷未記載或不詳 (2) 沒有檢驗" ] ] ) . # # -------------------------------------------------------------------------------------