HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Thẻ BHYT trẻ em liên kết người đại diện

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:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleCoverageBHYTGuardianLinked"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-coverage"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-coverage>     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"vi\" lang=\"vi\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleCoverageBHYTGuardianLinked</b></p><a name=\"ExampleCoverageBHYTGuardianLinked\"> </a><a name=\"hcExampleCoverageBHYTGuardianLinked\"> </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\">Language: vi</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-coverage.html\">Thẻ BHYT VN Core — VN Core Coverage Profile</a></p></div><p><b>Loại đối tượng BHYT — Vietnam BHYT Card Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-card-type-cs TE}\">Trẻ em dưới 6 tuổi</span></p><p><b>Nơi đăng ký KCB ban đầu — Vietnam Primary Care Facility Extension</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>identifier</b>: <a href=\"NamingSystem-vn-bhyt-ns.html\" title=\"Hệ thống định danh Số thẻ Bảo hiểm Y tế, do BHXH Việt Nam cấp.#xA;Hỗ trợ 3 format (hiện duy trì song song):#xA;- CCCD 12 chữ số: hỗ trợ từ 15/8/2025 (NĐ 188/2025/NĐ-CP, hiệu lực 15/8/2025)#xA;- Mã số BHXH 10 chữ số: từ 01/4/2021#xA;- Format cũ 15 ký tự (2 chữ cái + 13 chữ số): trước 01/4/2021#xA;Bên triển khai cần xác minh chính sách BHXH hiện hành trước khi coi CCCD là mã BHYT duy nhất.#xA;Căn cứ: Luật BHYT 2008 sửa đổi 2014, NĐ 188/2025/NĐ-CP, QĐ 3176/QĐ-BYT (29/10/2024).\">VNBHYT</a>/0794120056</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/insurance-coverage-type medical}\">Bảo hiểm y tế — trẻ em dưới 6 tuổi, có liên kết người đại diện</span></p><p><b>subscriber</b>: <a href=\"RelatedPerson-ExampleRelatedPersonMother.html\">RelatedPerson Trần Thị Mai</a></p><p><b>subscriberId</b>: 0794120056</p><p><b>beneficiary</b>: <a href=\"Patient-ExamplePatientChildDependent.html\">Nguyễn Minh Khôi Male, DoB: 2023-06-15 ( Căn cước công dân: VNCCCD#079223000123)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship child}\">Child</span></p><p><b>period</b>: 2023-06-15 --&gt; 2029-06-15</p><p><b>payor</b>: Bảo hiểm Xã hội Việt Nam (NSNN đóng)</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-bhyt-card-type"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-bhyt-card-type>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-card-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-card-type-cs>         ] ;
fhir:code [ fhir:v "TE" ] ;
fhir:display [ fhir:v "Trẻ em dưới 6 tuổi" ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-primary-care-facility"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-primary-care-facility>     ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Organization/ExampleOrganizationChoRay ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
fhir:identifier [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/ma-cskcb"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/ma-cskcb>         ] ;
fhir:value [ fhir:v "79001" ]       ] ;
fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/bhyt"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/bhyt>     ] ;
fhir:value [ fhir:v "0794120056" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/insurance-coverage-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/insurance-coverage-type>       ] ;
fhir:code [ fhir:v "medical" ] ;
fhir:display [ fhir:v "Medical" ]     ] ) ;
fhir:text [ fhir:v "Bảo hiểm y tế — trẻ em dưới 6 tuổi, có liên kết người đại diện" ]
  ] ; # 
  fhir:subscriber [
fhir:l fhir:RelatedPerson/ExampleRelatedPersonMother ;
fhir:reference [ fhir:v "RelatedPerson/ExampleRelatedPersonMother" ]
  ] ; # 
  fhir:subscriberId [ fhir:v "0794120056"] ; # 
  fhir:beneficiary [
fhir:l fhir:Patient/ExamplePatientChildDependent ;
fhir:reference [ fhir:v "Patient/ExamplePatientChildDependent" ]
  ] ; # 
  fhir:relationship [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/subscriber-relationship>       ] ;
fhir:code [ fhir:v "child" ] ;
fhir:display [ fhir:v "Child" ]     ] )
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2023-06-15"^^xsd:date ] ;
fhir:end [ fhir:v "2029-06-15"^^xsd:date ]
  ] ; # 
  fhir:payor ( [
fhir:display [ fhir:v "Bảo hiểm Xã hội Việt Nam (NSNN đóng)" ]
  ] ) . #