@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/ValueSet/access-side-sct-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "access-side-sct-vs"] ; # 
  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: ValueSet access-side-sct-vs</b></p><a name=\"access-side-sct-vs\"> </a><a name=\"hcaccess-side-sct-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/7771000\">7771000</a></td><td>左側 (Left)</td></tr><tr><td><a href=\"http://snomed.info/id/24028007\">24028007</a></td><td>右側 (Right)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.muen.tw/ig/hd/ValueSet/access-side-sct-vs"^^xsd:anyURI ;
     fhir:l <https://fhir.muen.tw/ig/hd/ValueSet/access-side-sct-vs>
  ] ; # 
  fhir:version [ fhir:v "0.0.2"] ; # 
  fhir:name [ fhir:v "AccessSideSctVS"] ; # 
  fhir:title [ fhir:v "通路側別 SNOMED CT (Access Side)"] ; # 
  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 "血管通路所在側別（左 / 右）之 SNOMED CT 代碼。"] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "7771000" ] ;
         fhir:display [ fhir:v "左側 (Left)" ]
       ] [
         fhir:code [ fhir:v "24028007" ] ;
         fhir:display [ fhir:v "右側 (Right)" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

