@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://ltc-ig.fhir.tw/ValueSet/vs-tw-ltc-feeaudit-error-code> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "vs-tw-ltc-feeaudit-error-code"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-tw-ltc-feeaudit-error-code</b></p><a name=\"vs-tw-ltc-feeaudit-error-code\"> </a><a name=\"hcvs-tw-ltc-feeaudit-error-code\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-cs-tw-ltc-feeaudit-error-code.html\"><code>http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-feeaudit-error-code</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?1.0.0</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://ltc-ig.fhir.tw/ValueSet/vs-tw-ltc-feeaudit-error-code"] ;
  fhir:ValueSet.version [ fhir:value "1.0.0"] ;
  fhir:ValueSet.name [ fhir:value "VS_TW_LTC_FeeAuditErrorCode"] ;
  fhir:ValueSet.title [ fhir:value "支付審查－錯誤代碼"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-29T07:47:19+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "經濟部產業發展署"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "經濟部產業發展署" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.ida.gov.tw/" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "此 ValueSet 涵蓋《衛生福利部 支付審核系統 API 規格說明書（照管平台）》所定義之全部錯誤代碼（err_code），用於服務紀錄申報、撤回、審查結果回覆等交易之錯誤原因表達，包含欄位必填與長度檢核（E1xxx）、格式檢核（E2xxx）、資料查詢與寫入異常（E4xxx）、審核規則檢核（E5xxx）及各支付碼專屬檢核（EBA、EBC、ECB、EGA、EOT、ESC 系列）共 176 項代碼。"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-feeaudit-error-code" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://ltc-ig.fhir.tw/ValueSet/vs-tw-ltc-feeaudit-error-code.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

