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ụ: 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Endpoint/ExampleEndpointHealthCheckupHub> a fhir:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleEndpointHealthCheckupHub"] ;
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: 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://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>: 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>"
] ;
fhir:Endpoint.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/health-checkup-hub-endpoint" ] ;
fhir:Identifier.value [ fhir:value "EMRHUB-PROD-2026" ]
] ;
fhir:Endpoint.status [ fhir:value "active"] ;
fhir:Endpoint.connectionType [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ] ;
fhir:Coding.code [ fhir:value "hl7-fhir-rest" ] ;
fhir:Coding.display [ fhir:value "HL7 FHIR" ]
] ;
fhir:Endpoint.name [ fhir:value "Trục dữ liệu sức khỏe Bộ Y tế — đồng bộ KSK (api.emrhub.vn)"] ;
fhir:Endpoint.managingOrganization [
fhir:Reference.display [ fhir:value "Trung tâm Thông tin y tế Quốc gia — Bộ Y tế" ]
] ;
fhir:Endpoint.payloadType [
fhir:index -1 ;
fhir:CodeableConcept.text [ fhir:value "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:Endpoint.payloadMimeType [
fhir:value "application/json" ;
fhir:index -1
] ;
fhir:Endpoint.address [ fhir:value "https://api.emrhub.vn/api/platform/data-sync/push"] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Endpoint/ExampleEndpointHealthCheckupHub.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Endpoint/ExampleEndpointHealthCheckupHub.ttl> .