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

FHIR IG analytics

Packagetw.gov.mohw.nhi.ngs
Resource TypeOperationOutcome
IdOperationOutcome-operation-failure-min.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

問題嚴重程度:Error (IssueSeverity#error)

問題種類代碼:Validation rule failed (IssueType#invariant)

問題詳細資訊:資料檢核失敗 (NHI-系統回應訊息值集#資料檢核失敗)


Source1

{
  "resourceType": "OperationOutcome",
  "id": "operation-failure-min",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/ngs/StructureDefinition/Operationoutcome-twngs"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "error",
      "code": "invariant",
      "details": {
        "coding": [
          {
            "system": "https://nhicore.nhi.gov.tw/ngs/CodeSystem/nhi-operationoutcome",
            "code": "資料檢核失敗"
          }
        ]
      }
    }
  ]
}