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ụ: Bundle hồ sơ thanh toán BHYT trẻ sơ sinh

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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleBHYTSubmissionNewborn"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bhyt-submission-bundle"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bhyt-submission-bundle>     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:identifier [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>         ] ;
fhir:code [ fhir:v "MA_LK" ] ;
fhir:display [ fhir:v "Mã liên kết hồ sơ BHYT" ]       ] )     ] ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/ma-lk"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/ma-lk>     ] ;
fhir:value [ fhir:v "LK-2026-NB-000001" ]
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2026-03-22T11:20:00+07:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [
fhir:v "http://example.org/fhir/Patient/InlinePatientBHYTSubmissionNewborn"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/Patient/InlinePatientBHYTSubmissionNewborn>     ] ;
    ( fhir:resource <http://example.org/fhir/Patient/InlinePatientBHYTSubmissionNewborn> )
  ] [
fhir:fullUrl [
fhir:v "http://example.org/fhir/Coverage/InlineCoverageBHYTSubmissionNewborn"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/Coverage/InlineCoverageBHYTSubmissionNewborn>     ] ;
    ( fhir:resource <http://example.org/fhir/Coverage/InlineCoverageBHYTSubmissionNewborn> )
  ] [
fhir:fullUrl [
fhir:v "http://example.org/fhir/Organization/ExampleOrganizationChoRay"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/Organization/ExampleOrganizationChoRay>     ] ;
    ( fhir:resource <http://example.org/fhir/Organization/ExampleOrganizationChoRay> )
  ] [
fhir:fullUrl [
fhir:v "http://example.org/fhir/Organization/ExampleOrganizationBHXH"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/Organization/ExampleOrganizationBHXH>     ] ;
    ( fhir:resource <http://example.org/fhir/Organization/ExampleOrganizationBHXH> )
  ] [
fhir:fullUrl [
fhir:v "http://example.org/fhir/Claim/InlineClaimBHYTSubmissionNewborn"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/Claim/InlineClaimBHYTSubmissionNewborn>     ] ;
    ( fhir:resource <http://example.org/fhir/Claim/InlineClaimBHYTSubmissionNewborn> )
  ] [
fhir:fullUrl [
fhir:v "http://example.org/fhir/Patient/InlinePatientMotherBHYTSubmissionNewborn"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/Patient/InlinePatientMotherBHYTSubmissionNewborn>     ] ;
    ( fhir:resource <http://example.org/fhir/Patient/InlinePatientMotherBHYTSubmissionNewborn> )
  ] [
fhir:fullUrl [
fhir:v "http://example.org/fhir/RelatedPerson/InlineRelatedPersonMotherBHYTSubmissionNewborn"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/RelatedPerson/InlineRelatedPersonMotherBHYTSubmissionNewborn>     ] ;
    ( fhir:resource <http://example.org/fhir/RelatedPerson/InlineRelatedPersonMotherBHYTSubmissionNewborn> )
  ] [
fhir:fullUrl [
fhir:v "http://example.org/fhir/DocumentReference/InlineDocumentReferenceBirthCertificateBHYTSubmissionNewborn"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/DocumentReference/InlineDocumentReferenceBirthCertificateBHYTSubmissionNewborn>     ] ;
    ( fhir:resource <http://example.org/fhir/DocumentReference/InlineDocumentReferenceBirthCertificateBHYTSubmissionNewborn> )
  ] [
fhir:fullUrl [
fhir:v "http://example.org/fhir/DocumentReference/InlineDocumentReferenceMaternityLeaveBHYTSubmissionNewborn"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/DocumentReference/InlineDocumentReferenceMaternityLeaveBHYTSubmissionNewborn>     ] ;
    ( fhir:resource <http://example.org/fhir/DocumentReference/InlineDocumentReferenceMaternityLeaveBHYTSubmissionNewborn> )
  ] ) . # 

<http://example.org/fhir/Patient/InlinePatientBHYTSubmissionNewborn> a fhir:Patient ;
  fhir:id [ fhir:v "InlinePatientBHYTSubmissionNewborn"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient>     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_InlinePatientBHYTSubmissionNewborn\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient InlinePatientBHYTSubmissionNewborn</b></p><a name=\"InlinePatientBHYTSubmissionNewborn\"> </a><a name=\"hcInlinePatientBHYTSubmissionNewborn\"> </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-patient.html\">Bệnh nhân VN Core — VN Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Trẻ sơ sinh Nguyễn Minh An Female, DoB: 2026-03-22 ( Căn cước công dân: VNCCCD#?ngen-9?)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\">Mã bệnh nhân nội bộ/SS-CR-2026-0007</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Mở rộng ghi nhận lý do bất khả kháng khi chưa thu thập được số CCCD/số định danh cá nhân trong hồ sơ BHYT. Dùng cho các ca đặc biệt như trẻ sơ sinh hoặc người bệnh mất ý thức.\"><a href=\"StructureDefinition-vn-ext-force-majeure-reason.html\">Lý do bất khả kháng thiếu CCCD — Force Majeure Reason Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-force-majeure-reason-cs NEWBORN}\">Trẻ sơ sinh chưa có định danh</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-force-majeure-reason"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-force-majeure-reason>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-force-majeure-reason-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-force-majeure-reason-cs>         ] ;
fhir:code [ fhir:v "NEWBORN" ] ;
fhir:display [ fhir:v "Trẻ sơ sinh chưa có định danh" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>         ] ;
fhir:code [ fhir:v "CCCD" ] ;
fhir:display [ fhir:v "Căn cước công dân" ]       ] )     ] ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/cccd"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/cccd>     ] ;
fhir:value [
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/data-absent-reason>         ] ;
fhir:value [
a fhir:Code ;
fhir:v "unknown"         ]       ] )     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>         ] ;
fhir:code [ fhir:v "MRN" ] ;
fhir:display [ fhir:v "Mã bệnh nhân nội bộ" ]       ] )     ] ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/mrn"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/mrn>     ] ;
fhir:value [ fhir:v "SS-CR-2026-0007" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:text [ fhir:v "Trẻ sơ sinh Nguyễn Minh An" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "2026-03-22"^^xsd:date] . # 

<http://example.org/fhir/Coverage/InlineCoverageBHYTSubmissionNewborn> a fhir:Coverage ;
  fhir:id [ fhir:v "InlineCoverageBHYTSubmissionNewborn"] ; # 
  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\"><a name=\"Coverage_InlineCoverageBHYTSubmissionNewborn\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage InlineCoverageBHYTSubmissionNewborn</b></p><a name=\"InlineCoverageBHYTSubmissionNewborn\"> </a><a name=\"hcInlineCoverageBHYTSubmissionNewborn\"> </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-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\">Organization 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>/TE1791234567890</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ế</span></p><p><b>beneficiary</b>: <a href=\"Bundle-ExampleBHYTSubmissionNewborn.html#Patient_InlinePatientBHYTSubmissionNewborn\">Trẻ sơ sinh Nguyễn Minh An Female, DoB: 2026-03-22 ( Căn cước công dân: VNCCCD#?ngen-9?)</a></p><p><b>period</b>: 2026-03-22 --&gt; 2032-03-22</p><p><b>payor</b>: <a href=\"Organization-ExampleOrganizationBHXH.html\">Organization Bảo hiểm xã hội Việt Nam</a></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: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 "TE1791234567890" ]
  ] ) ; # 
  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ế" ]
  ] ; # 
  fhir:beneficiary [
fhir:l fhir:Patient/InlinePatientBHYTSubmissionNewborn ;
fhir:reference [ fhir:v "Patient/InlinePatientBHYTSubmissionNewborn" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2026-03-22"^^xsd:date ] ;
fhir:end [ fhir:v "2032-03-22"^^xsd:date ]
  ] ; # 
  fhir:payor ( [
fhir:l fhir:Organization/ExampleOrganizationBHXH ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationBHXH" ]
  ] ) . # 

<http://example.org/fhir/Organization/ExampleOrganizationChoRay> a fhir:Organization ;
  fhir:id [ fhir:v "ExampleOrganizationChoRay"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization>     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ExampleOrganizationChoRay\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationChoRay</b></p><a name=\"ExampleOrganizationChoRay\"> </a><a name=\"hcExampleOrganizationChoRay\"> </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-organization.html\">Cơ sở y tế VN Core — VN Core Organization Profile</a></p></div><p><b>Loại hình cơ sở y tế — Vietnam Organization Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs BV}\">Bệnh viện</span></p><p><b>Cấp quản lý hành chính y tế — Vietnam Administrative Health Level Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs TW}\">Trung ương</span></p><p><b>Hạng cơ sở khám bệnh, chữa bệnh — Vietnam KCB Facility Rank Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-hospital-rank-cs DB}\">Đặc biệt</span></p><p><b>Tình trạng xếp hạng cơ sở y tế — Organization Rank Status Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs RANKED}\">Đã xếp hạng</span></p><p><b>Cấp năng lực cơ sở KCB — Facility Care Level Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs CHUYEN_SAU}\">Cấp chuyên sâu</span></p><p><b>Dải điểm chất lượng cơ sở KCB — Quality Score Band Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-quality-score-band-cs GT70}\">Trên 70 điểm</span></p><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/79001</p><p><b>active</b>: true</p><p><b>name</b>: Bệnh viện Chợ Rẫy</p><p><b>telecom</b>: ph: 028 3855 4137</p><p><b>address</b>: 201B Nguyễn Chí Thanh, Phường Chợ Lớn, Thành phố Hồ Chí Minh</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs>         ] ;
fhir:code [ fhir:v "BV" ] ;
fhir:display [ fhir:v "Bệnh viện" ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs>         ] ;
fhir:code [ fhir:v "TW" ] ;
fhir:display [ fhir:v "Trung ương" ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-hospital-rank-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-hospital-rank-cs>         ] ;
fhir:code [ fhir:v "DB" ] ;
fhir:display [ fhir:v "Đặc biệt" ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs>         ] ;
fhir:code [ fhir:v "RANKED" ] ;
fhir:display [ fhir:v "Đã xếp hạng" ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs>         ] ;
fhir:code [ fhir:v "CHUYEN_SAU" ] ;
fhir:display [ fhir:v "Cấp chuyên sâu" ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-quality-score-band"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-quality-score-band>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-quality-score-band-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-quality-score-band-cs>         ] ;
fhir:code [ fhir:v "GT70" ] ;
fhir:display [ fhir:v "Trên 70 điểm" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>         ] ;
fhir:code [ fhir:v "CSKCB" ] ;
fhir:display [ fhir:v "Mã cơ sở khám chữa bệnh" ]       ] )     ] ;
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:active [ fhir:v true] ; # 
  fhir:name [ fhir:v "Bệnh viện Chợ Rẫy"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "028 3855 4137" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province>       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs>         ] ;
fhir:code [ fhir:v "79" ] ;
fhir:display [ fhir:v "Thành phố Hồ Chí Minh" ]       ]     ] [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward>       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs>         ] ;
fhir:code [ fhir:v "27343" ] ;
fhir:display [ fhir:v "Phường Chợ Lớn" ]       ]     ] ) ;
fhir:text [ fhir:v "201B Nguyễn Chí Thanh, Phường Chợ Lớn, Thành phố Hồ Chí Minh" ] ;
    ( fhir:line [ fhir:v "201B Nguyễn Chí Thanh" ] ) ;
fhir:district [ fhir:v "Quận 5" ] ;
fhir:state [ fhir:v "Thành phố Hồ Chí Minh" ] ;
fhir:country [ fhir:v "VN" ]
  ] ) . # 

<http://example.org/fhir/Organization/ExampleOrganizationBHXH> a fhir:Organization ;
  fhir:id [ fhir:v "ExampleOrganizationBHXH"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization>     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ExampleOrganizationBHXH\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationBHXH</b></p><a name=\"ExampleOrganizationBHXH\"> </a><a name=\"hcExampleOrganizationBHXH\"> </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-organization.html\">Cơ sở y tế VN Core — VN Core Organization Profile</a></p></div><p><b>identifier</b>: Mã cơ quan BHXH Việt Nam (mã quy ước)/00000</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type ins}\">Cơ quan bảo hiểm xã hội</span></p><p><b>name</b>: Bảo hiểm xã hội Việt Nam</p><p><b>address</b>: Số 7 Tràng Thi, Hoàn Kiếm, Hà Nội</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>         ] ;
fhir:code [ fhir:v "CSKCB" ] ;
fhir:display [ fhir:v "Mã cơ sở khám chữa bệnh" ]       ] ) ;
fhir:text [ fhir:v "Mã cơ quan BHXH Việt Nam (mã quy ước)" ]     ] ;
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 "00000" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/organization-type>       ] ;
fhir:code [ fhir:v "ins" ] ;
fhir:display [ fhir:v "Insurance Company" ]     ] ) ;
fhir:text [ fhir:v "Cơ quan bảo hiểm xã hội" ]
  ] ) ; # 
  fhir:name [ fhir:v "Bảo hiểm xã hội Việt Nam"] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province>       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs>         ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Thành phố Hà Nội" ]       ]     ] ) ;
fhir:text [ fhir:v "Số 7 Tràng Thi, Hoàn Kiếm, Hà Nội" ] ;
fhir:state [ fhir:v "Thành phố Hà Nội" ] ;
fhir:country [ fhir:v "VN" ]
  ] ) . # 

<http://example.org/fhir/Claim/InlineClaimBHYTSubmissionNewborn> a fhir:Claim ;
  fhir:id [ fhir:v "InlineClaimBHYTSubmissionNewborn"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-claim"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-claim>     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Claim_InlineClaimBHYTSubmissionNewborn\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Claim InlineClaimBHYTSubmissionNewborn</b></p><a name=\"InlineClaimBHYTSubmissionNewborn\"> </a><a name=\"hcInlineClaimBHYTSubmissionNewborn\"> </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-claim.html\">Yêu cầu thanh toán KCB VN Core — VN Core Claim Profile</a></p></div><p><b>identifier</b>: Mã liên kết hồ sơ BHYT/LK-2026-NB-000001</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type institutional}\">Institutional</span></p><p><b>subType</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-patient-visit-type-cs 1.7}\">Trẻ sơ sinh phải điều trị ngay sau khi sinh ra</span></p><p><b>use</b>: Claim</p><p><b>patient</b>: <a href=\"Bundle-ExampleBHYTSubmissionNewborn.html#Patient_InlinePatientBHYTSubmissionNewborn\">Trẻ sơ sinh Nguyễn Minh An Female, DoB: 2026-03-22 ( Căn cước công dân: VNCCCD#?ngen-9?)</a></p><p><b>created</b>: 2026-03-22</p><p><b>provider</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Organization Bệnh viện Chợ Rẫy</a></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Diagnosis[x]</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td><span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 Z38.0}\">Singleton, born in hospital</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ex-diagnosistype principal}\">Principal Diagnosis</span></td></tr></table><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>true</td><td><a href=\"Bundle-ExampleBHYTSubmissionNewborn.html#Coverage_InlineCoverageBHYTSubmissionNewborn\">Coverage: extension = Trẻ em dưới 6 tuổi,-&gt;Organization Bệnh viện Chợ Rẫy; identifier = http://fhir.hl7.org.vn/core/sid/bhyt#VNBHYT#TE1791234567890; status = active; type = Medical; period = 2026-03-22 --&gt; 2032-03-22</a></td></tr></table><blockquote><p><b>item</b></p><p><b>sequence</b>: 1</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs 1}\">Khám bệnh</span></p><p><b>productOrService</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason unknown}\">Theo dõi và chăm sóc sơ sinh ngay sau sinh</span></p><h3>Nets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>350000</td><td>Vietnamese đồng</td></tr></table></blockquote><h3>Totals</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>350000</td><td>Vietnamese đồng</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>         ] ;
fhir:code [ fhir:v "MA_LK" ] ;
fhir:display [ fhir:v "Mã liên kết hồ sơ BHYT" ]       ] )     ] ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/ma-lk"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/ma-lk>     ] ;
fhir:value [ fhir:v "LK-2026-NB-000001" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/claim-type>       ] ;
fhir:code [ fhir:v "institutional" ] ;
fhir:display [ fhir:v "Institutional" ]     ] )
  ] ; # 
  fhir:subType [
    ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-patient-visit-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-patient-visit-type-cs>       ] ;
fhir:code [ fhir:v "1.7" ] ;
fhir:display [ fhir:v "Trẻ sơ sinh phải điều trị ngay sau khi sinh ra" ]     ] )
  ] ; # 
  fhir:use [ fhir:v "claim"] ; # 
  fhir:patient [
fhir:l fhir:Patient/InlinePatientBHYTSubmissionNewborn ;
fhir:reference [ fhir:v "Patient/InlinePatientBHYTSubmissionNewborn" ]
  ] ; # 
  fhir:created [ fhir:v "2026-03-22"^^xsd:date] ; # 
  fhir:provider [
fhir:l fhir:Organization/ExampleOrganizationChoRay ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ]
  ] ; # 
  fhir:priority [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/processpriority"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/processpriority>       ] ;
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "Normal" ]     ] )
  ] ; # 
  fhir:diagnosis ( [
fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:diagnosis [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/icd-10>         ] ;
fhir:code [ fhir:v "Z38.0" ] ;
fhir:display [ fhir:v "Singleton, born in hospital" ]       ] )     ] ;
    ( fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/ex-diagnosistype"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/ex-diagnosistype>         ] ;
fhir:code [ fhir:v "principal" ] ;
fhir:display [ fhir:v "Principal Diagnosis" ]       ] )     ] )
  ] ) ; # 
  fhir:insurance ( [
fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:focal [ fhir:v true ] ;
fhir:coverage [
fhir:l fhir:Coverage/InlineCoverageBHYTSubmissionNewborn ;
fhir:reference [ fhir:v "Coverage/InlineCoverageBHYTSubmissionNewborn" ]     ]
  ] ) ; # 
  fhir:item ( [
fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:category [
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs>         ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Khám bệnh" ]       ] )     ] ;
fhir:productOrService [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/data-absent-reason>         ] ;
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unknown" ]       ] ) ;
fhir:text [ fhir:v "Theo dõi và chăm sóc sơ sinh ngay sau sinh" ]     ] ;
fhir:net [
fhir:value [ fhir:v "350000"^^xsd:decimal ] ;
fhir:currency [ fhir:v "VND" ]     ]
  ] ) ; # 
  fhir:total [
fhir:value [ fhir:v "350000"^^xsd:decimal ] ;
fhir:currency [ fhir:v "VND" ]
  ] . # 

<http://example.org/fhir/Patient/InlinePatientMotherBHYTSubmissionNewborn> a fhir:Patient ;
  fhir:id [ fhir:v "InlinePatientMotherBHYTSubmissionNewborn"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient>     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_InlinePatientMotherBHYTSubmissionNewborn\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient InlinePatientMotherBHYTSubmissionNewborn</b></p><a name=\"InlinePatientMotherBHYTSubmissionNewborn\"> </a><a name=\"hcInlinePatientMotherBHYTSubmissionNewborn\"> </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-patient.html\">Bệnh nhân VN Core — VN Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Trần Thị Mai Female, DoB: 1994-08-15 ( Căn cước công dân: VNCCCD#079185009876)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\">Mã bệnh nhân nội bộ/MOTHER-CR-2026-0007</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>         ] ;
fhir:code [ fhir:v "CCCD" ] ;
fhir:display [ fhir:v "Căn cước công dân" ]       ] )     ] ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/cccd"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/cccd>     ] ;
fhir:value [ fhir:v "079185009876" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>         ] ;
fhir:code [ fhir:v "MRN" ] ;
fhir:display [ fhir:v "Mã bệnh nhân nội bộ" ]       ] )     ] ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/mrn"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/mrn>     ] ;
fhir:value [ fhir:v "MOTHER-CR-2026-0007" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:text [ fhir:v "Trần Thị Mai" ] ;
fhir:family [ fhir:v "Trần" ] ;
    ( fhir:given [ fhir:v "Thị" ] [ fhir:v "Mai" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1994-08-15"^^xsd:date] . # 

<http://example.org/fhir/RelatedPerson/InlineRelatedPersonMotherBHYTSubmissionNewborn> a fhir:RelatedPerson ;
  fhir:id [ fhir:v "InlineRelatedPersonMotherBHYTSubmissionNewborn"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-relatedperson"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-relatedperson>     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RelatedPerson_InlineRelatedPersonMotherBHYTSubmissionNewborn\"> </a><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson InlineRelatedPersonMotherBHYTSubmissionNewborn</b></p><a name=\"InlineRelatedPersonMotherBHYTSubmissionNewborn\"> </a><a name=\"hcInlineRelatedPersonMotherBHYTSubmissionNewborn\"> </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-relatedperson.html\">Người liên quan/người giám hộ VN Core — VN Core RelatedPerson Profile</a></p></div><p><b>identifier</b>: Căn cước công dân/079185009876</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Bundle-ExampleBHYTSubmissionNewborn.html#Patient_InlinePatientBHYTSubmissionNewborn\">Trẻ sơ sinh Nguyễn Minh An Female, DoB: 2026-03-22 ( Căn cước công dân: VNCCCD#?ngen-9?)</a></p><p><b>relationship</b>: <span title=\"Codes:\">Mẹ</span></p><p><b>name</b>: Trần Thị Mai</p><p><b>telecom</b>: ph: 0912345678(Mobile)</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>         ] ;
fhir:code [ fhir:v "CCCD" ] ;
fhir:display [ fhir:v "Căn cước công dân" ]       ] )     ] ;
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/cccd"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/cccd>     ] ;
fhir:value [ fhir:v "079185009876" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:patient [
fhir:l fhir:Patient/InlinePatientBHYTSubmissionNewborn ;
fhir:reference [ fhir:v "Patient/InlinePatientBHYTSubmissionNewborn" ]
  ] ; # 
  fhir:relationship ( [
fhir:text [ fhir:v "Mẹ" ]
  ] ) ; # 
  fhir:name ( [
fhir:text [ fhir:v "Trần Thị Mai" ] ;
fhir:family [ fhir:v "Trần" ] ;
    ( fhir:given [ fhir:v "Thị" ] [ fhir:v "Mai" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0912345678" ] ;
fhir:use [ fhir:v "mobile" ]
  ] ) . # 

<http://example.org/fhir/DocumentReference/InlineDocumentReferenceBirthCertificateBHYTSubmissionNewborn> a fhir:DocumentReference ;
  fhir:id [ fhir:v "InlineDocumentReferenceBirthCertificateBHYTSubmissionNewborn"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-document-reference"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-document-reference>     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_InlineDocumentReferenceBirthCertificateBHYTSubmissionNewborn\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference InlineDocumentReferenceBirthCertificateBHYTSubmissionNewborn</b></p><a name=\"InlineDocumentReferenceBirthCertificateBHYTSubmissionNewborn\"> </a><a name=\"hcInlineDocumentReferenceBirthCertificateBHYTSubmissionNewborn\"> </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-document-reference.html\">Tài liệu y tế VN Core — VN Core DocumentReference Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-document-number-ns.html\" title=\"Namespace khuyến nghị cho mã tài liệu lâm sàng nội bộ do cơ sở y tế phát sinh, dùng cho Composition.identifier và DocumentReference.identifier khi chưa có NamingSystem riêng của từng cơ sở.\">VNDocumentNumber</a>/GS-2026-000007</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:\">Giấy chứng sinh</span></p><p><b>subject</b>: <a href=\"Bundle-ExampleBHYTSubmissionNewborn.html#Patient_InlinePatientBHYTSubmissionNewborn\">Trẻ sơ sinh Nguyễn Minh An</a></p><p><b>date</b>: 2026-03-22 06:45:00+0700</p><p><b>author</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>custodian</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>description</b>: Giấy chứng sinh cho trẻ sơ sinh Nguyễn Minh An, mẹ là Trần Thị Mai.</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td>Vietnamese</td><td>GiayChungSinh-NguyenMinhAn-20260322.pdf</td><td>2026-03-22 06:45:00+0700</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-03-22 06:45:00+0700 --&gt; 2026-03-22 06:45:00+0700</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/document-number"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/document-number>     ] ;
fhir:value [ fhir:v "GS-2026-000007" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
fhir:text [ fhir:v "Giấy chứng sinh" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/InlinePatientBHYTSubmissionNewborn ;
fhir:reference [ fhir:v "Patient/InlinePatientBHYTSubmissionNewborn" ] ;
fhir:display [ fhir:v "Trẻ sơ sinh Nguyễn Minh An" ]
  ] ; # 
  fhir:date [ fhir:v "2026-03-22T06:45:00+07:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:l fhir:Organization/ExampleOrganizationChoRay ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ]
  ] ) ; # 
  fhir:custodian [
fhir:l fhir:Organization/ExampleOrganizationChoRay ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ]
  ] ; # 
  fhir:description [ fhir:v "Giấy chứng sinh cho trẻ sơ sinh Nguyễn Minh An, mẹ là Trần Thị Mai."] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:language [ fhir:v "vi" ] ;
fhir:title [ fhir:v "GiayChungSinh-NguyenMinhAn-20260322.pdf" ] ;
fhir:creation [ fhir:v "2026-03-22T06:45:00+07:00"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:context [
fhir:period [
fhir:start [ fhir:v "2026-03-22T06:45:00+07:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2026-03-22T06:45:00+07:00"^^xsd:dateTime ]     ]
  ] . # 

<http://example.org/fhir/DocumentReference/InlineDocumentReferenceMaternityLeaveBHYTSubmissionNewborn> a fhir:DocumentReference ;
  fhir:id [ fhir:v "InlineDocumentReferenceMaternityLeaveBHYTSubmissionNewborn"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-document-reference"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-document-reference>     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_InlineDocumentReferenceMaternityLeaveBHYTSubmissionNewborn\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference InlineDocumentReferenceMaternityLeaveBHYTSubmissionNewborn</b></p><a name=\"InlineDocumentReferenceMaternityLeaveBHYTSubmissionNewborn\"> </a><a name=\"hcInlineDocumentReferenceMaternityLeaveBHYTSubmissionNewborn\"> </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-document-reference.html\">Tài liệu y tế VN Core — VN Core DocumentReference Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-document-number-ns.html\" title=\"Namespace khuyến nghị cho mã tài liệu lâm sàng nội bộ do cơ sở y tế phát sinh, dùng cho Composition.identifier và DocumentReference.identifier khi chưa có NamingSystem riêng của từng cơ sở.\">VNDocumentNumber</a>/DT-2026-000007</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:\">Giấy nghỉ dưỡng thai</span></p><p><b>subject</b>: <a href=\"Bundle-ExampleBHYTSubmissionNewborn.html#Patient_InlinePatientMotherBHYTSubmissionNewborn\">Trần Thị Mai</a></p><p><b>date</b>: 2026-03-24 09:00:00+0700</p><p><b>author</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>custodian</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>description</b>: Giấy nghỉ dưỡng thai sau sinh cho sản phụ Trần Thị Mai.</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td>Vietnamese</td><td>GiayNghiDuongThai-TranThiMai-20260324.pdf</td><td>2026-03-24 09:00:00+0700</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-03-24 00:00:00+0700 --&gt; 2026-04-07 00:00:00+0700</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://fhir.hl7.org.vn/core/sid/document-number"^^xsd:anyURI ;
fhir:l <http://fhir.hl7.org.vn/core/sid/document-number>     ] ;
fhir:value [ fhir:v "DT-2026-000007" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
fhir:text [ fhir:v "Giấy nghỉ dưỡng thai" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/InlinePatientMotherBHYTSubmissionNewborn ;
fhir:reference [ fhir:v "Patient/InlinePatientMotherBHYTSubmissionNewborn" ] ;
fhir:display [ fhir:v "Trần Thị Mai" ]
  ] ; # 
  fhir:date [ fhir:v "2026-03-24T09:00:00+07:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:l fhir:Organization/ExampleOrganizationChoRay ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ]
  ] ) ; # 
  fhir:custodian [
fhir:l fhir:Organization/ExampleOrganizationChoRay ;
fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ]
  ] ; # 
  fhir:description [ fhir:v "Giấy nghỉ dưỡng thai sau sinh cho sản phụ Trần Thị Mai."] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:language [ fhir:v "vi" ] ;
fhir:title [ fhir:v "GiayNghiDuongThai-TranThiMai-20260324.pdf" ] ;
fhir:creation [ fhir:v "2026-03-24T09:00:00+07:00"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:context [
fhir:period [
fhir:start [ fhir:v "2026-03-24T00:00:00+07:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2026-04-07T00:00:00+07:00"^^xsd:dateTime ]     ]
  ] . #