HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.5.0 - Draft for Community Review Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: OperationOutcome phản hồi giám định BHYT

Bản thô json | Tải xuống

{
  "resourceType" : "OperationOutcome",
  "id" : "ExampleOperationOutcomeBHYTClaimReview",
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ExampleOperationOutcomeBHYTClaimReview</b></p><a name=\"ExampleOperationOutcomeBHYTClaimReview\"> </a><a name=\"hcExampleOperationOutcomeBHYTClaimReview\"> </a><blockquote><p><b>issue</b></p><p><b>severity</b>: Error</p><p><b>code</b>: Business Rule Violation</p><p><b>details</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-review-issue-cs LEGAL_NON_COMPLIANT_COST}\">Chi phí không đúng quy định pháp luật</span></p><p><b>diagnostics</b>: Dòng thuốc sequence 3 có khoản chi ngoài phạm vi/danh mục thanh toán BHYT tại kỳ giám định hiện tại.</p><p><b>expression</b>: ClaimResponse.item.where(itemSequence = 3)</p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: Warning</p><p><b>code</b>: Processing Failure</p><p><b>details</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-review-issue-cs FIELD_ADJUSTMENT_REQUIRED}\">Cần điều chỉnh trường dữ liệu</span></p><p><b>diagnostics</b>: Cần rà soát lại trường dữ liệu nguồn trước khi gửi lại hồ sơ điều chỉnh hoặc đề nghị thanh toán.</p></blockquote></div>"
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "business-rule",
      "details" : {
        "coding" : [
          {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-review-issue-cs",
            "code" : "LEGAL_NON_COMPLIANT_COST",
            "display" : "Chi phí không đúng quy định pháp luật"
          }
        ]
      },
      "diagnostics" : "Dòng thuốc sequence 3 có khoản chi ngoài phạm vi/danh mục thanh toán BHYT tại kỳ giám định hiện tại.",
      "expression" : [
        "ClaimResponse.item.where(itemSequence = 3)"
      ]
    },
    {
      "severity" : "warning",
      "code" : "processing",
      "details" : {
        "coding" : [
          {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-review-issue-cs",
            "code" : "FIELD_ADJUSTMENT_REQUIRED",
            "display" : "Cần điều chỉnh trường dữ liệu"
          }
        ]
      },
      "diagnostics" : "Cần rà soát lại trường dữ liệu nguồn trước khi gửi lại hồ sơ điều chỉnh hoặc đề nghị thanh toán."
    }
  ]
}