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

FHIR IG analytics

Packagetw.gov.mohw.nhi.pas
Resource TypeOperationOutcome
IdOperationOutcome-error-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

系統回應錯誤訊息-錯誤查詢參數

問題嚴重性:Error IssueSeverity#error

問題種類:Processing Failure IssueType#processing)

訊息種類:Parameter "%s" content is invalid OperationOutcomeCodes#operation-outcome-MSG_PARAM_INVALID)


Source1

{
  "resourceType": "OperationOutcome",
  "id": "error-example",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/pas/StructureDefinition/Operationoutcome-twpas"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "error",
      "code": "processing",
      "details": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/operation-outcome",
            "code": "MSG_PARAM_INVALID"
          }
        ]
      }
    }
  ]
}