FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeOperationOutcome
IdOperationOutcome-ltc-operationoutcome-check-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationOutcome ltc-operationoutcome-check-example

長照 SDK-案件編號(CASENO): 111301921

長照 SDK-民國年月(YYYMM): 11406

長照 SDK-民國年月(YYYMM): 11407

Issues

-SeverityCodeDetailsDiagnostics
*WarningBusiness Rule Violation跨月金額差異偏高PRICE_ERR=true;ERR_MSG=『與上月差異 > 30%』

Source1

{
  "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%』"
    }
  ]
}