Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.6.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Ví dụ: Endpoint Trục dữ liệu sức khỏe BYT (api.emrhub.vn) — đồng bộ KSK
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:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleEndpointHealthCheckupHub"] ; #
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 ExampleEndpointHealthCheckupHub</b></p><a name=\"ExampleEndpointHealthCheckupHub\"> </a><a name=\"hcExampleEndpointHealthCheckupHub\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-vn-health-checkup-hub-endpoint-ns.html\" title=\"Hệ thống định danh cho Endpoint cấu hình API đồng bộ dữ liệu khám sức khỏe định kỳ lên trục dữ liệu sức khỏe cá nhân của Bộ Y tế. Endpoint.address giữ URL kỹ thuật thực tế.\">VNHealthCheckupHubEndpoint</a>/EMRHUB-PROD-2026</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://hl7.org/fhir/R4/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>: Trục dữ liệu sức khỏe Bộ Y tế — đồng bộ KSK (api.emrhub.vn)</p><p><b>managingOrganization</b>: Trung tâm Thông tin y tế Quốc gia — Bộ Y tế</p><p><b>payloadType</b>: <span title=\"Codes:\">Tập dữ liệu mẫu phiếu khám sức khỏe (Phụ lục 01) — data base64, ký số SHA256RSA</span></p><p><b>payloadMimeType</b>: application/json</p><p><b>address</b>: <a href=\"https://api.emrhub.vn/api/platform/data-sync/push\">https://api.emrhub.vn/api/platform/data-sync/push</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/health-checkup-hub-endpoint"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/health-checkup-hub-endpoint> ] ;
fhir:value [ fhir:v "EMRHUB-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 "Trục dữ liệu sức khỏe Bộ Y tế — đồng bộ KSK (api.emrhub.vn)"] ; #
fhir:managingOrganization [
fhir:display [ fhir:v "Trung tâm Thông tin y tế Quốc gia — Bộ Y tế" ]
] ; #
fhir:payloadType ( [
fhir:text [ fhir:v "Tập dữ liệu mẫu phiếu khám sức khỏe (Phụ lục 01) — data base64, ký số SHA256RSA" ]
] ) ; #
fhir:payloadMimeType ( [ fhir:v "application/json"] ) ; #
fhir:address [
fhir:v "https://api.emrhub.vn/api/platform/data-sync/push"^^xsd:anyURI ;
fhir:l <https://api.emrhub.vn/api/platform/data-sync/push>
] . #