HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.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.8.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ô ttl | Tải xuống


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/OperationOutcome/ExampleOperationOutcomeBHYTClaimReview> a fhir:OperationOutcome ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleOperationOutcomeBHYTClaimReview"] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:OperationOutcome.issue [
     fhir:index -1 ;
     fhir:OperationOutcome.issue.severity [ fhir:value "error" ] ;
     fhir:OperationOutcome.issue.code [ fhir:value "business-rule" ] ;
     fhir:OperationOutcome.issue.details [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-review-issue-cs" ] ;
         fhir:Coding.code [ fhir:value "LEGAL_NON_COMPLIANT_COST" ] ;
         fhir:Coding.display [ fhir:value "Chi phí không đúng quy định pháp luật" ]
       ]
     ] ;
     fhir:OperationOutcome.issue.diagnostics [ fhir:value "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." ] ;
     fhir:OperationOutcome.issue.expression [
       fhir:value "ClaimResponse.item.where(itemSequence = 3)" ;
       fhir:index -1
     ]
  ], [
     fhir:index -1 ;
     fhir:OperationOutcome.issue.severity [ fhir:value "warning" ] ;
     fhir:OperationOutcome.issue.code [ fhir:value "processing" ] ;
     fhir:OperationOutcome.issue.details [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-review-issue-cs" ] ;
         fhir:Coding.code [ fhir:value "FIELD_ADJUSTMENT_REQUIRED" ] ;
         fhir:Coding.display [ fhir:value "Cần điều chỉnh trường dữ liệu" ]
       ]
     ] ;
     fhir:OperationOutcome.issue.diagnostics [ fhir:value "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." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/OperationOutcome/ExampleOperationOutcomeBHYTClaimReview.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/OperationOutcome/ExampleOperationOutcomeBHYTClaimReview.ttl> .