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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeOperationOutcome
IdOperationOutcome-ltc-operationoutcome-feeaudit-objdel-2-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-feeaudit-objdel-2-example

Issues

-SeverityCodeDetailsDiagnosticsExpression
*ErrorNot Found此筆服務紀錄不存在服務紀錄刪除失敗資料(delete_exception_records):objid = 987654321、err_code = E4032、err_message = 此筆服務紀錄不存在Claim.identifier.where(system='http://ltc-ig.fhir.tw/identifier/feeaudit/objid' and value='987654321')

Source1

{
  "resourceType": "OperationOutcome",
  "id": "ltc-operationoutcome-feeaudit-objdel-2-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCOperationOutcomeFeeAudit"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "error",
      "code": "not-found",
      "details": {
        "coding": [
          {
            "system": "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-feeaudit-error-code",
            "code": "E4032",
            "display": "此筆服務紀錄不存在"
          }
        ],
        "text": "此筆服務紀錄不存在"
      },
      "diagnostics": "服務紀錄刪除失敗資料(delete_exception_records):objid = 987654321、err_code = E4032、err_message = 此筆服務紀錄不存在",
      "expression": [
        "Claim.identifier.where(system='http://ltc-ig.fhir.tw/identifier/feeaudit/objid' and value='987654321')"
      ]
    }
  ]
}