臺灣血液透析實作指引 (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

: 透析照護場域 (HD Care Setting) - 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 "hd-care-setting"] ; # 
  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 hd-care-setting</b></p><a name=\"hd-care-setting\"> </a><a name=\"hchd-care-setting\"> </a><p>This case-sensitive code system <code>https://fhir.muen.tw/ig/hd/CodeSystem/hd-care-setting</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\">outpatient<a name=\"hd-care-setting-outpatient\"> </a></td><td>門診 (Outpatient)</td></tr><tr><td style=\"white-space:nowrap\">inpatient<a name=\"hd-care-setting-inpatient\"> </a></td><td>住院 (Inpatient)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.muen.tw/ig/hd/CodeSystem/hd-care-setting"^^xsd:anyURI ;
fhir:l <https://fhir.muen.tw/ig/hd/CodeSystem/hd-care-setting>
  ] ; # 
  fhir:version [ fhir:v "0.0.2"] ; # 
  fhir:name [ fhir:v "HDCareSetting"] ; # 
  fhir:title [ fhir:v "透析照護場域 (HD Care Setting)"] ; # 
  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 "本次透析之照護場域(門診/住院)。對應 KiDiT 透析紀錄『門診/住院』。"] ; # 
  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 "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "outpatient" ] ;
fhir:display [ fhir:v "門診 (Outpatient)" ]
  ] [
fhir:code [ fhir:v "inpatient" ] ;
fhir:display [ fhir:v "住院 (Inpatient)" ]
  ] ) . #