台灣癌症登記長表實作指引 (Taiwan Cancer Registry Long Form Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 "lf-DriBeh-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 lf-DriBeh-codesystem</b></p><a name=\"lf-DriBeh-codesystem\"> </a><a name=\"hclf-DriBeh-codesystem\"> </a><a name=\"lf-DriBeh-codesystem-en-US\"> </a><p>This case-sensitive code system <code>https://hapi.fhir.tw/fhir/CodeSystem/lf-DriBeh-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=\"lf-DriBeh-codesystem-000\"> </a></td><td>從未喝酒</td></tr><tr><td style=\"white-space:nowrap\">001<a name=\"lf-DriBeh-codesystem-001\"> </a></td><td>已戒</td></tr><tr><td style=\"white-space:nowrap\">002<a name=\"lf-DriBeh-codesystem-002\"> </a></td><td>偶爾喝(不論年數)</td></tr><tr><td style=\"white-space:nowrap\">003<a name=\"lf-DriBeh-codesystem-003\"> </a></td><td>習慣性喝酒<10 年</td></tr><tr><td style=\"white-space:nowrap\">004<a name=\"lf-DriBeh-codesystem-004\"> </a></td><td>習慣性喝酒≧10 年</td></tr><tr><td style=\"white-space:nowrap\">009<a name=\"lf-DriBeh-codesystem-009\"> </a></td><td>習慣性喝酒,但年數不詳</td></tr><tr><td style=\"white-space:nowrap\">999<a name=\"lf-DriBeh-codesystem-999\"> </a></td><td>病歷未記載或不詳</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://hapi.fhir.tw/fhir/CodeSystem/lf-DriBeh-codesystem"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.1"] ; #
fhir:name [ fhir:v "LFDriBehCS"] ; #
fhir:title [ fhir:v "喝酒行為代碼系統"] ; #
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 "Drinking Behavior Code System"] ; #
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 "000" ] ;
fhir:display [ fhir:v "從未喝酒" ]
] [
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "已戒" ]
] [
fhir:code [ fhir:v "002" ] ;
fhir:display [ fhir:v "偶爾喝(不論年數)" ]
] [
fhir:code [ fhir:v "003" ] ;
fhir:display [ fhir:v "習慣性喝酒<10 年" ]
] [
fhir:code [ fhir:v "004" ] ;
fhir:display [ fhir:v "習慣性喝酒≧10 年" ]
] [
fhir:code [ fhir:v "009" ] ;
fhir:display [ fhir:v "習慣性喝酒,但年數不詳" ]
] [
fhir:code [ fhir:v "999" ] ;
fhir:display [ fhir:v "病歷未記載或不詳" ]
] ) . #