This page is part of the 臺灣癌症用藥事前審查實作指引(TWPAS IG) (v1.0.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "OperationOutcome",
"id" : "error-example",
"meta" : {
"profile" : [
🔗 "https://twcore.mohw.gov.tw/ig/pas/StructureDefinition/Operationoutcome-twpas"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>系統回應錯誤訊息-錯誤查詢參數</b></h3><p><b>問題嚴重性</b>:Error <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/issue-severity\">IssueSeverity</a>#error</span></p><p><b>問題種類</b>:Processing Failure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/issue-type\">IssueType</a>#processing)</span></p><p><b>訊息種類</b>:Parameter \"%s\" content is invalid <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://hl7.org/fhir/R4/codesystem-operation-outcome.html\">OperationOutcomeCodes</a>#operation-outcome-MSG_PARAM_INVALID)</span></p></div>"
},
"issue" : [
{
"severity" : "error",
"code" : "processing",
"details" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/operation-outcome",
"code" : "MSG_PARAM_INVALID"
}
]
}
}
]
}