@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 -------------------------------------------------------------------

<https://fhir.muen.tw/ig/hd/CodeSystem/catheter-location> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "catheter-location"] ; # 
  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 catheter-location</b></p><a name=\"catheter-location\"> </a><a name=\"hccatheter-location\"> </a><p>This case-sensitive code system <code>https://fhir.muen.tw/ig/hd/CodeSystem/catheter-location</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=\"catheter-location-1\"> </a></td><td>內頸靜脈</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"catheter-location-2\"> </a></td><td>鎖股下靜脈</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"catheter-location-3\"> </a></td><td>股靜脈</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"catheter-location-9\"> </a></td><td>其他</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.muen.tw/ig/hd/CodeSystem/catheter-location"^^xsd:anyURI ;
     fhir:l <https://fhir.muen.tw/ig/hd/CodeSystem/catheter-location>
  ] ; # 
  fhir:version [ fhir:v "0.0.2"] ; # 
  fhir:name [ fhir:v "CatheterLocation"] ; # 
  fhir:title [ fhir:v "導管置入位置 (catheter-location)"] ; # 
  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 "service@muenai.com" ]
     ] )
  ] ) ; # 
  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 "4"^^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 "9" ] ;
     fhir:display [ fhir:v "其他" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

