NGS IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: NHI-系統回應訊息 - TTL Representation
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 "nhi-operationoutcome"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem nhi-operationoutcome</b></p><a name=\"nhi-operationoutcome\"> </a><a name=\"hcnhi-operationoutcome\"> </a><a name=\"nhi-operationoutcome-en-US\"> </a><p>This case-sensitive code system <code>https://www.ghd.tw/cdm-fhir/CodeSystem/nhi-operationoutcome</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\">I00001<a name=\"nhi-operationoutcome-I00001\"> </a></td><td>上傳成功</td></tr><tr><td style=\"white-space:nowrap\">E00001<a name=\"nhi-operationoutcome-E00001\"> </a></td><td>上傳失敗</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://www.ghd.tw/cdm-fhir/CodeSystem/nhi-operationoutcome"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "NHIOperationOutcome"] ; #
fhir:title [ fhir:v "NHI-系統回應訊息"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-01-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "衛生福利部"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ghd.tw" ] ] )
] ) ; #
fhir:description [ fhir:v "臺灣衛生福利部中央健康保險署「系統回應訊息」代碼,\n\n代碼出版日期:2025-01-01;資料所屬單位:衛生福利部中央健康保險署。\n\n*因原始資料無代碼版本資訊,故使用其「更新日期」作為版本資訊。*"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "I00001" ] ;
fhir:display [ fhir:v "上傳成功" ]
] [
fhir:code [ fhir:v "E00001" ] ;
fhir:display [ fhir:v "上傳失敗" ]
] ) . #