臺灣血液透析實作指引 (TW HD IG)
0.0.2 - ci-build Taiwan, Province of China flag

臺灣血液透析實作指引 (TW HD IG) - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 一般狀況評估 (general-status) - TTL Representation

Draft as of 2026-06-11

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 "general-status"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem general-status</b></p><a name=\"general-status\"> </a><a name=\"hcgeneral-status\"> </a><p>This case-sensitive code system <code>https://fhir.muen.tw/ig/hd/CodeSystem/general-status</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=\"general-status-1\"> </a></td><td>全職工作</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"general-status-2\"> </a></td><td>兼職工作</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"general-status-3\"> </a></td><td>家管</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"general-status-4\"> </a></td><td>在學中</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"general-status-5\"> </a></td><td>可工作但失業</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"general-status-6\"> </a></td><td>依賴但可照顧自己</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"general-status-7\"> </a></td><td>須人照顧</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"general-status-8\"> </a></td><td>退休</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"general-status-9\"> </a></td><td>因病暫時休業</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.muen.tw/ig/hd/CodeSystem/general-status"^^xsd:anyURI ;
fhir:l <https://fhir.muen.tw/ig/hd/CodeSystem/general-status>
  ] ; # 
  fhir:version [ fhir:v "0.0.2"] ; # 
  fhir:name [ fhir:v "GeneralStatus"] ; # 
  fhir:title [ fhir:v "一般狀況評估 (general-status)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-06-11T17:55:18+08:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "沐恩生醫光電股份有限公司"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "沐恩生醫光電股份有限公司" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.muenai.com/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "[email protected]" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "一般工作/生活狀況評估。"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "TW" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^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 "5" ] ;
fhir:display [ fhir:v "可工作但失業" ]
  ] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "依賴但可照顧自己" ]
  ] [
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "須人照顧" ]
  ] [
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "退休" ]
  ] [
fhir:code [ fhir:v "9" ] ;
fhir:display [ fhir:v "因病暫時休業" ]
  ] ) . #