HL7 Vietnam VN Core FHIR Implementation Guide

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 Viet Nam cờ

Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide - Draft for Community Review (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ minh họa: Endpoint tích hợp hồ sơ BHYT

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/ExampleEndpointBHYTGateway> a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleEndpointBHYTGateway"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-endpoint-bhyt" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-endpoint-bhyt>
     ]
  ] ;
  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 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>/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>"
  ] ;
  fhir:Endpoint.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/bhyt-gateway-endpoint" ] ;
     fhir:Identifier.value [ fhir:value "BHYT-FHIR-SANDBOX-EXAMPLE" ]
  ] ;
  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 "Endpoint FHIR BHYT minh họa — không dùng trong sản xuất"] ;
  fhir:Endpoint.managingOrganization [
     fhir:Reference.display [ fhir:value "Tổ chức tiếp nhận minh họa" ]
  ] ;
  fhir:Endpoint.payloadType [
     fhir:index -1 ;
     fhir:CodeableConcept.text [ fhir:value "VN Core BHYT Submission Bundle (XML 4210 + FHIR Bundle)" ]
  ] ;
  fhir:Endpoint.payloadMimeType [
     fhir:value "application/fhir+json" ;
     fhir:index -1
  ], [
     fhir:value "application/fhir+xml" ;
     fhir:index -1
  ] ;
  fhir:Endpoint.address [ fhir:value "https://example.org/fhir/bhyt-submission"] ;
  fhir:Endpoint.header [
     fhir:value "Authorization: Bearer {{EXAMPLE_TOKEN}}" ;
     fhir:index -1
  ], [
     fhir:value "X-Example-Facility-Code: {{EXAMPLE_FACILITY_CODE}}" ;
     fhir:index -1
  ] .

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

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