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ô ttl | Tải xuống
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:OperationOutcome ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleOperationOutcomeBHYTClaimReview"] ; #
fhir:language [ fhir:v "vi"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "business-rule" ] ;
fhir:details [
( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-review-issue-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-review-issue-cs> ] ;
fhir:code [ fhir:v "LEGAL_NON_COMPLIANT_COST" ] ;
fhir:display [ fhir:v "Chi phí không đúng quy định pháp luật" ] ] ) ] ;
fhir:diagnostics [ fhir:v "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:expression [ fhir:v "ClaimResponse.item.where(itemSequence = 3)" ] )
] [
fhir:severity [ fhir:v "warning" ] ;
fhir:code [ fhir:v "processing" ] ;
fhir:details [
( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-review-issue-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-review-issue-cs> ] ;
fhir:code [ fhir:v "FIELD_ADJUSTMENT_REQUIRED" ] ;
fhir:display [ fhir:v "Cần điều chỉnh trường dữ liệu" ] ] ) ] ;
fhir:diagnostics [ fhir:v "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." ]
] ) . #