Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.5.1 - Draft for Community Review
VN
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.5.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleEndpointBHYTGateway"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-endpoint-bhyt"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-endpoint-bhyt> ] )
] ; #
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: Endpoint ExampleEndpointBHYTGateway</b></p><a name=\"ExampleEndpointBHYTGateway\"> </a><a name=\"hcExampleEndpointBHYTGateway\"> </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-endpoint-bhyt.html\">Endpoint cổng giám định BHYT — VN Core Endpoint BHYT Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-bhyt-gateway-endpoint-ns.html\" title=\"Hệ thống định danh cho instance Endpoint cấu hình cổng tiếp nhận hồ sơ giám định BHYT (gdbhyt.baohiemxahoi.gov.vn). Mỗi cơ sở KCB ký hợp đồng BHXH cấu hình một Endpoint với mã định danh nội bộ theo phân hệ HIS/EMR.#xA;Đây là identifier nội bộ cho Endpoint resource — KHÔNG phải URL của cổng (đó là Endpoint.address).\">VNBHYTGatewayEndpoint</a>/GDBHYT-PROD-2026</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type: hl7-fhir-rest</a> (HL7 FHIR)</p><p><b>name</b>: Cổng giám định BHYT — BHXH Việt Nam</p><p><b>managingOrganization</b>: Bảo hiểm Xã hội Việt Nam</p><p><b>contact</b>: <a href=\"mailto:support-gdbhyt@vss.gov.vn\">support-gdbhyt@vss.gov.vn</a></p><p><b>period</b>: 2025-08-15 --> (ongoing)</p><p><b>payloadType</b>: <span title=\"Codes:\">VN Core BHYT Submission Bundle (XML 4210 + FHIR Bundle)</span></p><p><b>payloadMimeType</b>: application/fhir+json, application/fhir+xml</p><p><b>address</b>: <a href=\"https://gdbhyt.baohiemxahoi.gov.vn/api/v1/upload\">https://gdbhyt.baohiemxahoi.gov.vn/api/v1/upload</a></p><p><b>header</b>: Authorization: Bearer {{TOKEN}}, X-CSKCB-Code: {MA_CSKCB}, Content-Type: application/fhir+json</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/bhyt-gateway-endpoint"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/bhyt-gateway-endpoint> ] ;
fhir:value [ fhir:v "GDBHYT-PROD-2026" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/endpoint-connection-type> ] ;
fhir:code [ fhir:v "hl7-fhir-rest" ] ;
fhir:display [ fhir:v "HL7 FHIR" ]
] ; #
fhir:name [ fhir:v "Cổng giám định BHYT — BHXH Việt Nam"] ; #
fhir:managingOrganization [
fhir:display [ fhir:v "Bảo hiểm Xã hội Việt Nam" ]
] ; #
fhir:contact ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "support-gdbhyt@vss.gov.vn" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2025-08-15"^^xsd:date ]
] ; #
fhir:payloadType ( [
fhir:text [ fhir:v "VN Core BHYT Submission Bundle (XML 4210 + FHIR Bundle)" ]
] ) ; #
fhir:payloadMimeType ( [ fhir:v "application/fhir+json"] [ fhir:v "application/fhir+xml"] ) ; #
fhir:address [
fhir:v "https://gdbhyt.baohiemxahoi.gov.vn/api/v1/upload"^^xsd:anyURI ;
fhir:l <https://gdbhyt.baohiemxahoi.gov.vn/api/v1/upload>
] ; #
fhir:header ( [ fhir:v "Authorization: Bearer {{TOKEN}}"] [ fhir:v "X-CSKCB-Code: {MA_CSKCB}"] [ fhir:v "Content-Type: application/fhir+json"] ) . #
IG © 2026+ Omi HealthTech / VN Core FHIR Community Initiative.
Package hl7.fhir.vn.core#0.5.1 based on FHIR 4.0.1.
Sinh ngày
2026-05-10
Liên kết: Mục lục |
Guide Map |
Báo cáo QA