FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-ltc-operationoutcome-check-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome ltc-operationoutcome-check-example
Profile: 長照 SDK-跨月檢核結果(QP_O)
長照 SDK-案件編號(CASENO): 111301921
長照 SDK-民國年月(YYYMM): 11406
長照 SDK-民國年月(YYYMM): 11407
| Severity | Code | Details | Diagnostics |
| Warning | Business Rule Violation | 跨月金額差異偏高 | PRICE_ERR=true;ERR_MSG=『與上月差異 > 30%』 |
{
"resourceType": "OperationOutcome",
"id": "ltc-operationoutcome-check-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTC-OperationOutcome-Check"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-CaseNo",
"valueString": "111301921"
},
{
"url": "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-YYYMM-ROC",
"valueString": "11406"
},
{
"url": "http://ltc-ig.fhir.tw/StructureDefinition/Ext-TW-LTC-Export-YYYMM-ROC",
"valueString": "11407"
}
],
"issue": [
{
"severity": "warning",
"code": "business-rule",
"details": {
"text": "跨月金額差異偏高"
},
"diagnostics": "PRICE_ERR=true;ERR_MSG=『與上月差異 > 30%』"
}
]
}