臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions
: 長照-跨月檢核(OperationOutcome)範例 - 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:OperationOutcome ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ltc-operationoutcome-check-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ltc-ig.fhir.tw/StructureDefinition/LTC-OperationOutcome-Check"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/StructureDefinition/LTC-OperationOutcome-Check> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ltc-operationoutcome-check-example</b></p><a name=\"ltc-operationoutcome-check-example\"> </a><a name=\"hcltc-operationoutcome-check-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-LTC-OperationOutcome-Check.html\">長照 SDK-跨月檢核結果(QP_O)</a></p></div><p><b>長照 SDK-案件編號(CASENO)</b>: 111301921</p><p><b>長照 SDK-民國年月(YYYMM)</b>: 11406</p><p><b>長照 SDK-民國年月(YYYMM)</b>: 11407</p><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td style=\"display: none\">*</td><td>Warning</td><td>Business Rule Violation</td><td><span title=\"Codes:\">跨月金額差異偏高</span></td><td>PRICE_ERR=true;ERR_MSG=『與上月差異 > 30%』</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-CaseNo"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-CaseNo> ] ;
fhir:value [
a fhir:String ;
fhir:v "111301921" ]
] [
fhir:url [
fhir:v "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-YYYMM-ROC"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-YYYMM-ROC> ] ;
fhir:value [
a fhir:String ;
fhir:v "11406" ]
] [
fhir:url [
fhir:v "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-YYYMM-ROC"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-YYYMM-ROC> ] ;
fhir:value [
a fhir:String ;
fhir:v "11407" ]
] ) ; #
fhir:issue ( [
fhir:severity [ fhir:v "warning" ] ;
fhir:code [ fhir:v "business-rule" ] ;
fhir:details [
fhir:text [ fhir:v "跨月金額差異偏高" ] ] ;
fhir:diagnostics [ fhir:v "PRICE_ERR=true;ERR_MSG=『與上月差異 > 30%』" ]
] ) . #