Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide
0.9.0 - Draft for Community Review
Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Endpoint",
"id" : "ExampleEndpointBHYTGateway",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-endpoint-bhyt"
]
},
"language" : "vi",
"text" : {
"status" : "generated",
"div" : "<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.\nĐây là identifier nội bộ cho Endpoint resource — KHÔNG phải URL của cổng (đó là Endpoint.address).\">VNBHYTGatewayEndpoint</a>/BHYT-FHIR-SANDBOX-EXAMPLE</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/7.2.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>: Endpoint FHIR BHYT minh họa — không dùng trong sản xuất</p><p><b>managingOrganization</b>: Tổ chức tiếp nhận minh họa</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://example.org/fhir/bhyt-submission\">https://example.org/fhir/bhyt-submission</a></p><p><b>header</b>: Authorization: Bearer {{EXAMPLE_TOKEN}}, X-Example-Facility-Code: {{EXAMPLE_FACILITY_CODE}}</p></div>"
},
"identifier" : [
{
"system" : "http://fhir.hl7.org.vn/core/sid/bhyt-gateway-endpoint",
"value" : "BHYT-FHIR-SANDBOX-EXAMPLE"
}
],
"status" : "active",
"connectionType" : {
"system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code" : "hl7-fhir-rest",
"display" : "HL7 FHIR"
},
"name" : "Endpoint FHIR BHYT minh họa — không dùng trong sản xuất",
"managingOrganization" : {
"display" : "Tổ chức tiếp nhận minh họa"
},
"payloadType" : [
{
"text" : "VN Core BHYT Submission Bundle (XML 4210 + FHIR Bundle)"
}
],
"payloadMimeType" : [
"application/fhir+json",
"application/fhir+xml"
],
"address" : "https://example.org/fhir/bhyt-submission",
"header" : [
"Authorization: Bearer {{EXAMPLE_TOKEN}}",
"X-Example-Facility-Code: {{EXAMPLE_FACILITY_CODE}}"
]
}