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ụ (negative) — Phản hồi tra cứu: thẻ BHYT hết hiệu lực

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/CoverageEligibilityResponse/ExampleCoverageEligibilityResponseInactive> a fhir:CoverageEligibilityResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleCoverageEligibilityResponseInactive"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-coverage-eligibility-response" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-coverage-eligibility-response>
     ]
  ] ;
  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: CoverageEligibilityResponse ExampleCoverageEligibilityResponseInactive</b></p><a name=\"ExampleCoverageEligibilityResponseInactive\"> </a><a name=\"hcExampleCoverageEligibilityResponseInactive\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-coverage-eligibility-response.html\">Kết quả tra cứu quyền lợi BHYT VN Core — VN Core Coverage Eligibility Response Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-bhyt-gateway-response-id-ns.html\" title=\"Hệ thống định danh cho mã phản hồi của Cổng tiếp nhận dữ liệu BHYT, ví dụ `XML1_ID` trong báo cáo/response gateway. Đây là mã phản hồi tiếp nhận/giám định, không phải `MA_LK` và không được dùng để thay thế mã liên kết hồ sơ.\">VNBHYTGatewayResponseId</a>/ELGR-2026-0006789-X</p><p><b>status</b>: Active</p><p><b>purpose</b>: Coverage Validation</p><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An Male, DoB: 1985-03-15 ( Căn cước công dân: VNCCCD#001085012345)</a></p><p><b>created</b>: 2026-06-21 08:20:00+0700</p><p><b>request</b>: <a href=\"CoverageEligibilityRequest-ExampleCoverageEligibilityRequest.html\">CoverageEligibilityRequest: identifier = http://fhir.hl7.org.vn/core/sid/document-number#VNDocumentNumber#ELG-2026-0006789; status = active; purpose = validation; serviced[x] = 2026-06-21; created = 2026-06-21 08:15:00+0700</a></p><p><b>outcome</b>: Processing Complete</p><p><b>disposition</b>: Thẻ BHYT hết hiệu lực tại ngày tra cứu (21/06/2026) — đề nghị cập nhật/gia hạn thẻ.</p><p><b>insurer</b>: <a href=\"Organization-ExampleOrganizationBHXH.html\">Organization Bảo hiểm xã hội Việt Nam</a></p><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Coverage</b></td><td><b>Inforce</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Coverage-ExampleCoverageBHYTNew.html\">Coverage: extension = Người lao động trong doanh nghiệp,-&gt;Bệnh viện Chợ Rẫy; identifier = http://fhir.hl7.org.vn/core/sid/bhyt#VNBHYT#0791234567; status = active; type = Medical; relationship = Self; period = 2025-08-01 --&gt; 2026-07-31</a></td><td>false</td></tr></table></div>"
  ] ;
  fhir:CoverageEligibilityResponse.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/bhyt-gateway-response-id" ] ;
     fhir:Identifier.value [ fhir:value "ELGR-2026-0006789-X" ]
  ] ;
  fhir:CoverageEligibilityResponse.status [ fhir:value "active"] ;
  fhir:CoverageEligibilityResponse.purpose [
     fhir:value "validation" ;
     fhir:index -1
  ] ;
  fhir:CoverageEligibilityResponse.patient [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ]
  ] ;
  fhir:CoverageEligibilityResponse.created [ fhir:value "2026-06-21T08:20:00+07:00"^^xsd:dateTime] ;
  fhir:CoverageEligibilityResponse.request [
     fhir:link <http://hl7.org/fhir/CoverageEligibilityRequest/ExampleCoverageEligibilityRequest> ;
     fhir:Reference.reference [ fhir:value "CoverageEligibilityRequest/ExampleCoverageEligibilityRequest" ]
  ] ;
  fhir:CoverageEligibilityResponse.outcome [ fhir:value "complete"] ;
  fhir:CoverageEligibilityResponse.disposition [ fhir:value "Thẻ BHYT hết hiệu lực tại ngày tra cứu (21/06/2026) — đề nghị cập nhật/gia hạn thẻ."] ;
  fhir:CoverageEligibilityResponse.insurer [
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationBHXH> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationBHXH" ]
  ] ;
  fhir:CoverageEligibilityResponse.insurance [
     fhir:index -1 ;
     fhir:CoverageEligibilityResponse.insurance.coverage [
       fhir:link <http://hl7.org/fhir/Coverage/ExampleCoverageBHYTNew> ;
       fhir:Reference.reference [ fhir:value "Coverage/ExampleCoverageBHYTNew" ]
     ] ;
     fhir:CoverageEligibilityResponse.insurance.inforce [ fhir:value "false"^^xsd:boolean ]
  ] .

<http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> a fhir:Patient .

<http://hl7.org/fhir/CoverageEligibilityRequest/ExampleCoverageEligibilityRequest> a fhir:CoverageEligibilityRequest .

<http://hl7.org/fhir/Organization/ExampleOrganizationBHXH> a fhir:Organization .

<http://hl7.org/fhir/Coverage/ExampleCoverageBHYTNew> a fhir:Coverage .

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

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