臺灣健保癌症用藥事前審查實作指引
1.0.8 - ci-build

臺灣健保癌症用藥事前審查實作指引, published by 衛生福利部中央健康保險署. This guide is not an authorized publication; it is the continuous build for version 1.0.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/pas/ and changes regularly. See the Directory of published versions

: 系統回應錯誤訊息 - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="error-example"/>
  <meta>
    <profile
             value="https://nhicore.nhi.gov.tw/pas/StructureDefinition/Operationoutcome-twpas"/>
  </meta>
  <text>
    <status value="generated"/>
    <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 &quot;%s&quot; 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>
  </text>
  <issue>
    <severity value="error"/>
    <code value="processing"/>
    <details>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/operation-outcome"/>
        <code value="MSG_PARAM_INVALID"/>
      </coding>
    </details>
  </issue>
</OperationOutcome>