臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0

臺灣長期照顧實作指引(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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/OperationOutcome/ltc-operationoutcome-check-example> a fhir:OperationOutcome ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ltc-operationoutcome-check-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/LTC-OperationOutcome-Check" ;
       fhir:index 0 ;
       fhir:link <http://ltc-ig.fhir.tw/StructureDefinition/LTC-OperationOutcome-Check>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<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=『與上月差異 &gt; 30%』</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-CaseNo" ] ;
     fhir:Extension.valueString [ fhir:value "111301921" ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-YYYMM-ROC" ] ;
     fhir:Extension.valueString [ fhir:value "11406" ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-YYYMM-ROC" ] ;
     fhir:Extension.valueString [ fhir:value "11407" ]
  ] ;
  fhir:OperationOutcome.issue [
     fhir:index 0 ;
     fhir:OperationOutcome.issue.severity [ fhir:value "warning" ] ;
     fhir:OperationOutcome.issue.code [ fhir:value "business-rule" ] ;
     fhir:OperationOutcome.issue.details [
       fhir:CodeableConcept.text [ fhir:value "跨月金額差異偏高" ]
     ] ;
     fhir:OperationOutcome.issue.diagnostics [ fhir:value "PRICE_ERR=true;ERR_MSG=『與上月差異 > 30%』" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/OperationOutcome/ltc-operationoutcome-check-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/OperationOutcome/ltc-operationoutcome-check-example.ttl> .