@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://nhicore.nhi.gov.tw/empd/ValueSet/NonNHIMaterial-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NonNHIMaterial-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 NonNHIMaterial-vs</b></p><a name=\"NonNHIMaterial-vs\"> </a><a name=\"hcNonNHIMaterial-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-NonNHIMaterial-cs.html\"><code>https://nhicore.nhi.gov.tw/empd/CodeSystem/NonNHIMaterial-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.2.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://nhicore.nhi.gov.tw/empd/ValueSet/NonNHIMaterial-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "NonNHIMaterialValueSet"] ; # 
  fhir:title [ fhir:v "無健保代碼之特材值集"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-26"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "NHI"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "NHI" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.nhi.gov.tw/en/mp-2.html" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "用於無健保代碼之特材值集，僅包含本IG定義之無健保代碼特材代碼"] ; # 
  fhir:copyright [ fhir:v "衛生福利部"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "https://nhicore.nhi.gov.tw/empd/CodeSystem/NonNHIMaterial-cs"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

