HL7 Vietnam VN Core FHIR Implementation Guide

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

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ụ: Bundle bệnh án nội trú + xuất viện (document)

Bản thô ttl | Tải xuống

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/ExampleBundleInpatientDischarge> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleBundleInpatientDischarge"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:uuid:9a419a2b-56f8-4ec6-96d0-c0b4b0a1c001" ]
  ] ;
  fhir:Bundle.type [ fhir:value "document"] ;
  fhir:Bundle.timestamp [ fhir:value "2026-04-13T10:00:00+07:00"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Composition/InlineCompositionDischargeSummary" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Composition/InlineCompositionDischargeSummary>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Encounter/InlineEncounterInpatientAppendectomy" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Encounter/InlineEncounterInpatientAppendectomy>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Condition/InlineConditionAppendicitisAcute" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Condition/InlineConditionAppendicitisAcute>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Procedure/InlineProcedureAppendectomy" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Procedure/InlineProcedureAppendectomy>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestCeftriaxone" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestCeftriaxone>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Observation/InlineObservationVitalSignsDischarge" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Observation/InlineObservationVitalSignsDischarge>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestFollowUp" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestFollowUp>
  ] .

<http://fhir.hl7.org.vn/core/Composition/InlineCompositionDischargeSummary> a fhir:Composition ;
  fhir:Resource.id [ fhir:value "InlineCompositionDischargeSummary"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition>
     ]
  ] ;
  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\"><a name=\"Composition_InlineCompositionDischargeSummary\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition InlineCompositionDischargeSummary</b></p><a name=\"InlineCompositionDischargeSummary\"> </a><a name=\"hcInlineCompositionDischargeSummary\"> </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-composition.html\">Bệnh án điện tử VN Core — VN Core Composition Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-document-number-ns.html\" title=\"SCHEME DÙNG TẠM per-facility — 0.8.0 hạ cấp (hậu kiểm toán Codex): định danh này do TỪNG cơ sở#xA;tự quản lý nên khóa uniqueness là system+value; một URI quốc gia dùng chung KHÔNG bảo đảm uniqueness.#xA;Khuyến nghị chính: mỗi cơ sở tự công bố URI riêng; URI scheme này chỉ dùng khi chưa có URI riêng,#xA;khi đó assigner là bắt buộc nghiệp vụ (khuyến nghị bổ sung, không phải cơ chế uniqueness chính).#xA;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>/BA-NKH-2026-00087</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 18842-5}\">Discharge summary</span></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleInpatientDischarge.html#Encounter_InlineEncounterInpatientAppendectomy\">Encounter: extension = Cấp cứu,Đến khám,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-10-NKH-0087; status = finished; class = inpatient encounter (ActCode#IMP); type = Điều trị nội trú; period = 2026-04-10 15:30:00+0700 --&gt; 2026-04-13 09:00:00+0700</a></p><p><b>date</b>: 2026-04-13 09:30:00+0700</p><p><b>author</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">Practitioner Nguyễn Thị Lan</a></p><p><b>title</b>: Tóm tắt xuất viện — Phẫu thuật cắt ruột thừa</p><p><b>confidentiality</b>: restricted</p><p><b>custodian</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Organization Bệnh viện Chợ Rẫy</a></p></div>"
  ] ;
  fhir:Composition.identifier [
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/document-number" ] ;
     fhir:Identifier.value [ fhir:value "BA-NKH-2026-00087" ]
  ] ;
  fhir:Composition.status [ fhir:value "final"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:18842-5 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "18842-5" ] ;
       fhir:Coding.display [ fhir:value "Discharge summary" ]
     ]
  ] ;
  fhir:Composition.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ]
  ] ;
  fhir:Composition.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterInpatientAppendectomy> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterInpatientAppendectomy" ]
  ] ;
  fhir:Composition.date [ fhir:value "2026-04-13T09:30:00+07:00"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ]
  ] ;
  fhir:Composition.title [ fhir:value "Tóm tắt xuất viện — Phẫu thuật cắt ruột thừa"] ;
  fhir:Composition.confidentiality [ fhir:value "R"] ;
  fhir:Composition.custodian [
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationChoRay" ]
  ] ;
  fhir:Composition.section [
     fhir:index -1 ;
     fhir:Composition.section.title [ fhir:value "Lý do nhập viện" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:10154-3 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "10154-3" ] ;
         fhir:Coding.display [ fhir:value "Chief complaint Narrative - Reported" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Đau bụng vùng hố chậu phải dữ dội 6 giờ, kèm sốt 38.5°C, buồn nôn. Khám: phản ứng thành bụng (+), McBurney (+).</div>"
     ]
  ], [
     fhir:index -1 ;
     fhir:Composition.section.title [ fhir:value "Chẩn đoán" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:29548-5 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "29548-5" ] ;
         fhir:Coding.display [ fhir:value "Diagnosis Narrative" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Chẩn đoán xác định: K35.8 — Viêm ruột thừa cấp (ICD-10 VN theo QĐ 4469/QĐ-BYT). Siêu âm: ruột thừa sưng to 12mm, có dịch quanh ruột thừa.</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/Condition/InlineConditionAppendicitisAcute> ;
       fhir:Reference.reference [ fhir:value "http://fhir.hl7.org.vn/core/Condition/InlineConditionAppendicitisAcute" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Composition.section.title [ fhir:value "Phẫu thuật đã thực hiện" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:47519-4 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "47519-4" ] ;
         fhir:Coding.display [ fhir:value "History of Procedures Document" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Phẫu thuật cắt ruột thừa nội soi ngày 10/4/2026. Gây mê toàn thân. Thời gian mổ 45 phút. Ruột thừa viêm mủ, chưa vỡ. Không biến chứng.</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/Procedure/InlineProcedureAppendectomy> ;
       fhir:Reference.reference [ fhir:value "Procedure/InlineProcedureAppendectomy" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Composition.section.title [ fhir:value "Thuốc điều trị" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:10160-0 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "10160-0" ] ;
         fhir:Coding.display [ fhir:value "History of Medication use Narrative" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Ceftriaxone 2g tiêm tĩnh mạch 1 lần/ngày × 3 ngày (10–12/4). Paracetamol 500mg uống khi đau (PRN). Không phản ứng thuốc.</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestCeftriaxone> ;
       fhir:Reference.reference [ fhir:value "http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestCeftriaxone" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Composition.section.title [ fhir:value "Khám thực thể trước xuất viện" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:29545-1 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "29545-1" ] ;
         fhir:Coding.display [ fhir:value "Physical findings note" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Huyết áp 120/75 mmHg, mạch 76 lần/phút, nhiệt độ 36.7°C, SpO2 98%. Sinh hiệu ổn định trước xuất viện.</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/Observation/InlineObservationVitalSignsDischarge> ;
       fhir:Reference.reference [ fhir:value "http://fhir.hl7.org.vn/core/Observation/InlineObservationVitalSignsDischarge" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Composition.section.title [ fhir:value "Tóm tắt ra viện" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:18842-5 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "18842-5" ] ;
         fhir:Coding.display [ fhir:value "Discharge summary" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><b>Tình trạng xuất viện:</b> Ổn định. Vết mổ khô, sạch, không nhiễm trùng. Bụng mềm, nhu động ruột (+). Sinh hiệu ổn định: HA 120/75, mạch 76, nhiệt độ 36.7°C.<br/><b>Hướng dẫn:</b> Ăn mềm 3 ngày. Vệ sinh vết mổ bằng Betadine. Tái khám cắt chỉ sau 7 ngày (20/4/2026). Tái khám ngay nếu sốt &gt;38°C hoặc đau bụng tăng.</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestFollowUp> ;
       fhir:Reference.reference [ fhir:value "http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestFollowUp" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> a fhir:Patient .

<http://hl7.org/fhir/Encounter/InlineEncounterInpatientAppendectomy> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> a fhir:Organization .

<http://hl7.org/fhir/Procedure/InlineProcedureAppendectomy> a fhir:Procedure .

<http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "ExamplePatientNguyenVanAn"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient>
     ]
  ] ;
  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\"><a name=\"Patient_ExamplePatientNguyenVanAn\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatientNguyenVanAn</b></p><a name=\"ExamplePatientNguyenVanAn\"> </a><a name=\"hcExamplePatientNguyenVanAn\"> </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;\">Nguyễn Văn An Male, DoB: 1985-03-15 ( Căn cước công dân: VNCCCD#001085012345)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>Thẻ bảo hiểm y tế/0791234567</li><li>Mã bệnh nhân nội bộ/BV-CR-2026-001234</li><li>Mã số bảo hiểm xã hội/0791234567</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0901234567(Mobile)</li><li><a href=\"mailto:an.nguyen@email.vn\">an.nguyen@email.vn</a></li><li>Số 123 Nguyễn Huệ, Phường Bến Thành, Thành phố Hồ Chí Minh</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Mở rộng ghi nhận dân tộc của bệnh nhân theo danh mục 54 dân tộc Việt Nam#xA;(Tổng cục Thống kê). FHIR base chỉ có US Race/Ethnicity — không phù hợp cho Việt Nam.#xA;Căn cứ: Hiến pháp 2013 Điều 5, Luật Căn cước 2023.\"><a href=\"StructureDefinition-vn-ext-ethnicity.html\">Dân tộc — Vietnam Ethnicity Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-ethnicity-cs 01}\">Kinh</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.3.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Phường Ngọc Hà, Hà Nội</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Mở rộng ghi nhận nghề nghiệp của bệnh nhân theo Danh mục Nghề nghiệp Việt Nam (VSCO 2020).#xA;Căn cứ: QĐ 34/2020/QĐ-TTg (26/11/2020) — Ban hành Danh mục nghề nghiệp Việt Nam.#xA;1.516 mã, 5 cấp phân loại, tương thích ISCO-08 (ILO).#xA;FHIR base Patient không có element nghề nghiệp chuẩn — cần extension.#xA;Nghề nghiệp ảnh hưởng đánh giá nguy cơ sức khỏe nghề nghiệp (TT 28/2016/TT-BYT).\"><a href=\"StructureDefinition-vn-ext-occupation.html\">Nghề nghiệp — Vietnam Occupation Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-occupation-cs 2511}\">Nhà phân tích hệ thống</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's professed religious affiliations.\"><a href=\"http://hl7.org/fhir/extensions/5.3.0/StructureDefinition-patient-religion.html\">Patient Religion</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-religion-cs 02}, {http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation 1041}\">Công giáo</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">Patient Citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{urn:iso:std:iso:3166 VN}\">Viet Nam</span></li></ul></td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ethnicity" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-ethnicity-cs" ] ;
         fhir:Coding.code [ fhir:value "01" ] ;
         fhir:Coding.display [ fhir:value "Kinh" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-religion" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-religion-cs" ] ;
         fhir:Coding.code [ fhir:value "02" ] ;
         fhir:Coding.display [ fhir:value "Công giáo" ]
       ], [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation" ] ;
         fhir:Coding.code [ fhir:value "1041" ] ;
         fhir:Coding.display [ fhir:value "Roman Catholic Church" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Công giáo" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-occupation" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-occupation-cs" ] ;
         fhir:Coding.code [ fhir:value "2511" ] ;
         fhir:Coding.display [ fhir:value "Nhà phân tích hệ thống" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "code" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
           fhir:Coding.code [ fhir:value "VN" ] ;
           fhir:Coding.display [ fhir:value "Viet Nam" ]
         ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-citizenship" ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-birthPlace" ] ;
     fhir:Extension.valueAddress [
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province" ] ;
         fhir:Extension.valueCoding [
           fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs" ] ;
           fhir:Coding.code [ fhir:value "01" ] ;
           fhir:Coding.display [ fhir:value "Thành phố Hà Nội" ]
         ]
       ], [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward" ] ;
         fhir:Extension.valueCoding [
           fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs" ] ;
           fhir:Coding.code [ fhir:value "00008" ] ;
           fhir:Coding.display [ fhir:value "Phường Ngọc Hà" ]
         ]
       ] ;
       fhir:Address.text [ fhir:value "Phường Ngọc Hà, Hà Nội" ] ;
       fhir:Address.state [ fhir:value "Hà Nội" ] ;
       fhir:Address.country [ fhir:value "VN" ]
     ]
  ] ;
  fhir:Patient.identifier [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "CCCD" ] ;
         fhir:Coding.display [ fhir:value "Căn cước công dân" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/cccd" ] ;
     fhir:Identifier.value [ fhir:value "001085012345" ]
  ], [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "BHYT" ] ;
         fhir:Coding.display [ fhir:value "Thẻ bảo hiểm y tế" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/bhyt" ] ;
     fhir:Identifier.value [ fhir:value "0791234567" ]
  ], [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "MRN" ] ;
         fhir:Coding.display [ fhir:value "Mã bệnh nhân nội bộ" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/mrn" ] ;
     fhir:Identifier.value [ fhir:value "BV-CR-2026-001234" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "Bệnh viện Chợ Rẫy — cơ sở cấp mã bệnh nhân" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "BHXH" ] ;
         fhir:Coding.display [ fhir:value "Mã số bảo hiểm xã hội" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/bhxh" ] ;
     fhir:Identifier.value [ fhir:value "0791234567" ]
  ] ;
  fhir:Patient.name [
     fhir:index -1 ;
     fhir:HumanName.text [ fhir:value "Nguyễn Văn An" ] ;
     fhir:HumanName.family [ fhir:value "Nguyễn" ] ;
     fhir:HumanName.given [
       fhir:value "Văn" ;
       fhir:index -1
     ], [
       fhir:value "An" ;
       fhir:index -1
     ]
  ] ;
  fhir:Patient.telecom [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "0901234567" ] ;
     fhir:ContactPoint.use [ fhir:value "mobile" ]
  ], [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "an.nguyen@email.vn" ]
  ] ;
  fhir:Patient.gender [ fhir:value "male"] ;
  fhir:Patient.birthDate [ fhir:value "1985-03-15"^^xsd:date] ;
  fhir:Patient.address [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province" ] ;
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs" ] ;
         fhir:Coding.code [ fhir:value "79" ] ;
         fhir:Coding.display [ fhir:value "Thành phố Hồ Chí Minh" ]
       ]
     ], [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward" ] ;
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs" ] ;
         fhir:Coding.code [ fhir:value "26743" ] ;
         fhir:Coding.display [ fhir:value "Phường Bến Thành" ]
       ]
     ] ;
     fhir:Address.text [ fhir:value "Số 123 Nguyễn Huệ, Phường Bến Thành, Thành phố Hồ Chí Minh" ] ;
     fhir:Address.line [
       fhir:value "Số 123 Nguyễn Huệ" ;
       fhir:index -1
     ] ;
     fhir:Address.state [ fhir:value "Thành phố Hồ Chí Minh" ] ;
     fhir:Address.country [ fhir:value "VN" ]
  ] .

<http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "ExamplePractitionerBSCKII"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner>
     ]
  ] ;
  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\"><a name=\"Practitioner_ExamplePractitionerBSCKII\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ExamplePractitionerBSCKII</b></p><a name=\"ExamplePractitionerBSCKII\"> </a><a name=\"hcExamplePractitionerBSCKII\"> </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-practitioner.html\">Nhân viên y tế VN Core — VN Core Practitioner Profile</a></p></div><p><b>identifier</b>: Căn cước công dân/079175001234, Giấy phép hành nghề/001234/BYT-GPHN, Chứng chỉ hành nghề/HCM-001234/BYT-CCHN</p><p><b>name</b>: Nguyễn Thị Lan</p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs BS-CKII}\">Bác sĩ Chuyên khoa II — Nội khoa</span></td><td>Bộ Y tế</td></tr></table></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "CCCD" ] ;
         fhir:Coding.display [ fhir:value "Căn cước công dân" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/cccd" ] ;
     fhir:Identifier.value [ fhir:value "079175001234" ]
  ], [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "GPHN" ] ;
         fhir:Coding.display [ fhir:value "Giấy phép hành nghề" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/gphn" ] ;
     fhir:Identifier.value [ fhir:value "001234/BYT-GPHN" ]
  ], [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "CCHN" ] ;
         fhir:Coding.display [ fhir:value "Chứng chỉ hành nghề" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/cchn" ] ;
     fhir:Identifier.value [ fhir:value "HCM-001234/BYT-CCHN" ]
  ] ;
  fhir:Practitioner.name [
     fhir:index -1 ;
     fhir:HumanName.text [ fhir:value "Nguyễn Thị Lan" ] ;
     fhir:HumanName.family [ fhir:value "Nguyễn" ] ;
     fhir:HumanName.given [
       fhir:value "Thị" ;
       fhir:index -1
     ], [
       fhir:value "Lan" ;
       fhir:index -1
     ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "female"] ;
  fhir:Practitioner.qualification [
     fhir:index -1 ;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs" ] ;
         fhir:Coding.code [ fhir:value "BS-CKII" ] ;
         fhir:Coding.display [ fhir:value "Bác sĩ Chuyên khoa II" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Bác sĩ Chuyên khoa II — Nội khoa" ]
     ] ;
     fhir:Practitioner.qualification.issuer [
       fhir:Reference.display [ fhir:value "Bộ Y tế" ]
     ]
  ] .

<http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "ExampleOrganizationChoRay"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs" ] ;
         fhir:Coding.code [ fhir:value "BV" ] ;
         fhir:Coding.display [ fhir:value "Bệnh viện" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs" ] ;
         fhir:Coding.code [ fhir:value "TW" ] ;
         fhir:Coding.display [ fhir:value "Trung ương" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-hospital-rank-cs" ] ;
         fhir:Coding.code [ fhir:value "DB" ] ;
         fhir:Coding.display [ fhir:value "Đặc biệt" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs" ] ;
         fhir:Coding.code [ fhir:value "RANKED" ] ;
         fhir:Coding.display [ fhir:value "Đã xếp hạng" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs" ] ;
         fhir:Coding.code [ fhir:value "CHUYEN_SAU" ] ;
         fhir:Coding.display [ fhir:value "Cấp chuyên sâu" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-quality-score-band" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-quality-score-band-cs" ] ;
         fhir:Coding.code [ fhir:value "GT70" ] ;
         fhir:Coding.display [ fhir:value "Trên 70 điểm" ]
       ]
     ]
  ] ;
  fhir:Organization.identifier [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "CSKCB" ] ;
         fhir:Coding.display [ fhir:value "Mã cơ sở khám chữa bệnh" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ma-cskcb" ] ;
     fhir:Identifier.value [ fhir:value "79001" ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.name [ fhir:value "Bệnh viện Chợ Rẫy"] ;
  fhir:Organization.telecom [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "028 3855 4137" ]
  ] ;
  fhir:Organization.address [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province" ] ;
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs" ] ;
         fhir:Coding.code [ fhir:value "79" ] ;
         fhir:Coding.display [ fhir:value "Thành phố Hồ Chí Minh" ]
       ]
     ], [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward" ] ;
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs" ] ;
         fhir:Coding.code [ fhir:value "27343" ] ;
         fhir:Coding.display [ fhir:value "Phường Chợ Lớn" ]
       ]
     ] ;
     fhir:Address.text [ fhir:value "201B Nguyễn Chí Thanh, Phường Chợ Lớn, Thành phố Hồ Chí Minh" ] ;
     fhir:Address.line [
       fhir:value "201B Nguyễn Chí Thanh" ;
       fhir:index -1
     ] ;
     fhir:Address.district [ fhir:value "Quận 5" ] ;
     fhir:Address.state [ fhir:value "Thành phố Hồ Chí Minh" ] ;
     fhir:Address.country [ fhir:value "VN" ]
  ] .

<http://fhir.hl7.org.vn/core/Encounter/InlineEncounterInpatientAppendectomy> a fhir:Encounter ;
  fhir:Resource.id [ fhir:value "InlineEncounterInpatientAppendectomy"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_InlineEncounterInpatientAppendectomy\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter InlineEncounterInpatientAppendectomy</b></p><a name=\"InlineEncounterInpatientAppendectomy\"> </a><a name=\"hcInlineEncounterInpatientAppendectomy\"> </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-encounter.html\">Lượt khám/nhập viện VN Core — VN Core Encounter Profile</a></p></div><p><b>Loại khám chữa bệnh BHYT — Vietnam Insurance Visit Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs 2}\">Cấp cứu</span></p><p><b>Hình thức chuyển tuyến — Referral Mode Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-referral-mode-cs 1}\">Đến khám</span></p><p><b>Kết quả điều trị — Vietnam Treatment Outcome Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-treatment-outcome-cs 1}\">Khỏi</span></p><p><b>identifier</b>: Mã lượt khám chữa bệnh/LK-2026-04-10-NKH-0087</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>type</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-encounter-type-cs 03}\">Nội trú phẫu thuật cấp cứu</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></td></tr></table><p><b>period</b>: 2026-04-10 15:30:00+0700 --&gt; 2026-04-13 09:00:00+0700</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Use</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Bundle-ExampleBundleInpatientDischarge.html#Condition_InlineConditionAppendicitisAcute\">K35.8 — Viêm ruột thừa cấp</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></td></tr></table><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-discharge-disposition-cs 1}\">Ra viện</span></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-visit-type" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs" ] ;
         fhir:Coding.code [ fhir:value "2" ] ;
         fhir:Coding.display [ fhir:value "Cấp cứu" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-referral-mode" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-referral-mode-cs" ] ;
         fhir:Coding.code [ fhir:value "1" ] ;
         fhir:Coding.display [ fhir:value "Đến khám" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-treatment-outcome" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-treatment-outcome-cs" ] ;
         fhir:Coding.code [ fhir:value "1" ] ;
         fhir:Coding.display [ fhir:value "Khỏi" ]
       ]
     ]
  ] ;
  fhir:Encounter.identifier [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "MA_LUOT_KCB" ] ;
         fhir:Coding.display [ fhir:value "Mã lượt khám chữa bệnh" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ma-luot-kcb" ] ;
     fhir:Identifier.value [ fhir:value "LK-2026-04-10-NKH-0087" ]
  ] ;
  fhir:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "IMP" ] ;
     fhir:Coding.display [ fhir:value "inpatient encounter" ]
  ] ;
  fhir:Encounter.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-encounter-type-cs" ] ;
       fhir:Coding.code [ fhir:value "03" ] ;
       fhir:Coding.display [ fhir:value "Điều trị nội trú" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Nội trú phẫu thuật cấp cứu" ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Encounter.participant [
     fhir:index -1 ;
     fhir:Encounter.participant.individual [
       fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
       fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
       fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
     ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2026-04-10T15:30:00+07:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2026-04-13T09:00:00+07:00"^^xsd:dateTime ]
  ] ;
  fhir:Encounter.diagnosis [
     fhir:index -1 ;
     fhir:Encounter.diagnosis.condition [
       fhir:link <http://hl7.org/fhir/Condition/InlineConditionAppendicitisAcute> ;
       fhir:Reference.reference [ fhir:value "Condition/InlineConditionAppendicitisAcute" ] ;
       fhir:Reference.display [ fhir:value "K35.8 — Viêm ruột thừa cấp" ]
     ] ;
     fhir:Encounter.diagnosis.use [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/diagnosis-role" ] ;
         fhir:Coding.code [ fhir:value "AD" ] ;
         fhir:Coding.display [ fhir:value "Admission diagnosis" ]
       ]
     ]
  ] ;
  fhir:Encounter.hospitalization [
     fhir:Encounter.hospitalization.dischargeDisposition [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-discharge-disposition-cs" ] ;
         fhir:Coding.code [ fhir:value "1" ] ;
         fhir:Coding.display [ fhir:value "Ra viện" ]
       ]
     ]
  ] ;
  fhir:Encounter.serviceProvider [
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationChoRay" ] ;
     fhir:Reference.display [ fhir:value "Bệnh viện Chợ Rẫy" ]
  ] .

<http://hl7.org/fhir/Condition/InlineConditionAppendicitisAcute> a fhir:Condition .

<http://fhir.hl7.org.vn/core/Condition/InlineConditionAppendicitisAcute> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "InlineConditionAppendicitisAcute"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition>
     ]
  ] ;
  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\"><a name=\"Condition_InlineConditionAppendicitisAcute\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition InlineConditionAppendicitisAcute</b></p><a name=\"InlineConditionAppendicitisAcute\"> </a><a name=\"hcInlineConditionAppendicitisAcute\"> </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-condition.html\">Chẩn đoán VN Core — VN Core Condition Profile</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical resolved}\">Resolved</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 K35.8}, {http://snomed.info/sct 85189001}\">Viêm ruột thừa cấp</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleInpatientDischarge.html#Encounter_InlineEncounterInpatientAppendectomy\">Encounter: extension = Cấp cứu,Đến khám,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-10-NKH-0087; status = finished; class = inpatient encounter (ActCode#IMP); type = Điều trị nội trú; period = 2026-04-10 15:30:00+0700 --&gt; 2026-04-13 09:00:00+0700</a></p><p><b>onset</b>: 2026-04-10 09:00:00+0700</p><p><b>recordedDate</b>: 2026-04-10</p></div>"
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "resolved" ] ;
       fhir:Coding.display [ fhir:value "Resolved" ]
     ]
  ] ;
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ] ;
       fhir:Coding.display [ fhir:value "Confirmed" ]
     ]
  ] ;
  fhir:Condition.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
       fhir:Coding.code [ fhir:value "encounter-diagnosis" ] ;
       fhir:Coding.display [ fhir:value "Encounter Diagnosis" ]
     ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
       fhir:Coding.code [ fhir:value "K35.8" ] ;
       fhir:Coding.display [ fhir:value "Acute appendicitis, other and unspecified" ]
     ], [
       fhir:index -1 ;
       a sct:85189001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "85189001" ] ;
       fhir:Coding.display [ fhir:value "Acute appendicitis" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Viêm ruột thừa cấp" ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Condition.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterInpatientAppendectomy> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterInpatientAppendectomy" ]
  ] ;
  fhir:Condition.onsetDateTime [ fhir:value "2026-04-10T09:00:00+07:00"^^xsd:dateTime] ;
  fhir:Condition.recordedDate [ fhir:value "2026-04-10"^^xsd:date] .

<http://fhir.hl7.org.vn/core/Procedure/InlineProcedureAppendectomy> a fhir:Procedure ;
  fhir:Resource.id [ fhir:value "InlineProcedureAppendectomy"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_InlineProcedureAppendectomy\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure InlineProcedureAppendectomy</b></p><a name=\"InlineProcedureAppendectomy\"> </a><a name=\"hcInlineProcedureAppendectomy\"> </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-procedure.html\">Thủ thuật/DVKT VN Core — VN Core Procedure Profile</a></p></div><p><b>Ngày y lệnh — Order Date Extension</b>: 2026-04-10 15:45:00+0700</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 6025007}, {http://fhir.hl7.org.vn/core/CodeSystem/vn-icd9-cm-cs 47.01}\">Phẫu thuật cắt ruột thừa nội soi</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleInpatientDischarge.html#Encounter_InlineEncounterInpatientAppendectomy\">Encounter: extension = Cấp cứu,Đến khám,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-10-NKH-0087; status = finished; class = inpatient encounter (ActCode#IMP); type = Điều trị nội trú; period = 2026-04-10 15:30:00+0700 --&gt; 2026-04-13 09:00:00+0700</a></p><p><b>performed</b>: 2026-04-10 17:00:00+0700</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></td></tr></table><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 66754008}\">Ruột thừa</span></p><p><b>outcome</b>: <span title=\"Codes:\">Thành công, không biến chứng</span></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2026-04-10T15:45:00+07:00"^^xsd:dateTime ]
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:6025007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "6025007" ] ;
       fhir:Coding.display [ fhir:value "Laparoscopic appendectomy" ]
     ], [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-icd9-cm-cs" ] ;
       fhir:Coding.code [ fhir:value "47.01" ] ;
       fhir:Coding.display [ fhir:value "Phẫu thuật nội soi ổ bụng cắt bỏ ruột thừa" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Phẫu thuật cắt ruột thừa nội soi" ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Procedure.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterInpatientAppendectomy> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterInpatientAppendectomy" ]
  ] ;
  fhir:Procedure.performedDateTime [ fhir:value "2026-04-10T17:00:00+07:00"^^xsd:dateTime] ;
  fhir:Procedure.performer [
     fhir:index -1 ;
     fhir:Procedure.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
       fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
       fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
     ]
  ] ;
  fhir:Procedure.bodySite [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:66754008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "66754008" ] ;
       fhir:Coding.display [ fhir:value "Appendix" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Ruột thừa" ]
  ] ;
  fhir:Procedure.outcome [
     fhir:CodeableConcept.text [ fhir:value "Thành công, không biến chứng" ]
  ] .

<http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestCeftriaxone> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "InlineMedicationRequestCeftriaxone"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_InlineMedicationRequestCeftriaxone\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest InlineMedicationRequestCeftriaxone</b></p><a name=\"InlineMedicationRequestCeftriaxone\"> </a><a name=\"hcInlineMedicationRequestCeftriaxone\"> </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-medication-request.html\">Đơn thuốc VN Core — VN Core MedicationRequest Profile</a></p></div><p><b>Số đăng ký thuốc (Visa) — Medication Registration Number</b>: VN-15678-12</p><p><b>Ngày y lệnh — Order Date Extension</b>: 2026-04-10 18:00:00+0700</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category inpatient}\">Inpatient</span></p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc J01DD04}\">Ceftriaxone 2g bột pha tiêm</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleInpatientDischarge.html#Encounter_InlineEncounterInpatientAppendectomy\">Encounter: extension = Cấp cứu,Đến khám,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-10-NKH-0087; status = finished; class = inpatient encounter (ActCode#IMP); type = Điều trị nội trú; period = 2026-04-10 15:30:00+0700 --&gt; 2026-04-13 09:00:00+0700</a></p><p><b>authoredOn</b>: 2026-04-10 18:00:00+0700</p><p><b>requester</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 K35.8}\">Kháng sinh hậu phẫu cắt ruột thừa</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Tiêm tĩnh mạch 2g, 1 lần/ngày, pha trong NaCl 0.9% 100ml, truyền trong 30 phút</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 47625008}\">Tiêm tĩnh mạch</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></td></tr></table></blockquote><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>3 lọ</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number" ] ;
     fhir:Extension.valueString [ fhir:value "VN-15678-12" ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2026-04-10T18:00:00+07:00"^^xsd:dateTime ]
  ] ;
  fhir:MedicationRequest.status [ fhir:value "completed"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medicationrequest-category" ] ;
       fhir:Coding.code [ fhir:value "inpatient" ] ;
       fhir:Coding.display [ fhir:value "Inpatient" ]
     ]
  ] ;
  fhir:MedicationRequest.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
       fhir:Coding.code [ fhir:value "J01DD04" ] ;
       fhir:Coding.display [ fhir:value "Ceftriaxone" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Ceftriaxone 2g bột pha tiêm" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:MedicationRequest.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterInpatientAppendectomy> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterInpatientAppendectomy" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2026-04-10T18:00:00+07:00"^^xsd:dateTime] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
  ] ;
  fhir:MedicationRequest.reasonCode [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
       fhir:Coding.code [ fhir:value "K35.8" ] ;
       fhir:Coding.display [ fhir:value "Acute appendicitis, other and unspecified" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Kháng sinh hậu phẫu cắt ruột thừa" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index -1 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "Tiêm tĩnh mạch 2g, 1 lần/ngày, pha trong NaCl 0.9% 100ml, truyền trong 30 phút" ] ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.boundsDuration [
           fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ] ;
           fhir:Quantity.unit [ fhir:value "ngày" ] ;
           fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
           fhir:Quantity.code [ fhir:value "d" ]
         ] ;
         fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ] ;
         fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Timing.repeat.periodUnit [ fhir:value "d" ]
       ]
     ] ;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a sct:47625008 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "47625008" ] ;
         fhir:Coding.display [ fhir:value "Intravenous route" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Tiêm tĩnh mạch" ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index -1 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "2"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "g" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "g" ]
       ]
     ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.quantity [
       fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "lọ" ]
     ]
  ] .

<http://fhir.hl7.org.vn/core/Observation/InlineObservationVitalSignsDischarge> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "InlineObservationVitalSignsDischarge"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-vital-signs" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-vital-signs>
     ]
  ] ;
  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\"><a name=\"Observation_InlineObservationVitalSignsDischarge\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation InlineObservationVitalSignsDischarge</b></p><a name=\"InlineObservationVitalSignsDischarge\"> </a><a name=\"hcInlineObservationVitalSignsDischarge\"> </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-observation-vital-signs.html\">Sinh hiệu VN Core — VN Core Observation Vital Signs Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 85354-9}\">Huyết áp lúc xuất viện</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleInpatientDischarge.html#Encounter_InlineEncounterInpatientAppendectomy\">Encounter: extension = Cấp cứu,Đến khám,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-10-NKH-0087; status = finished; class = inpatient encounter (ActCode#IMP); type = Điều trị nội trú; period = 2026-04-10 15:30:00+0700 --&gt; 2026-04-13 09:00:00+0700</a></p><p><b>effective</b>: 2026-04-13 08:00:00+0700</p><p><b>performer</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>note</b>: </p><blockquote><div><p>Sinh hiệu ổn định. Mạch 76 lần/phút, nhiệt độ 36.7°C, SpO2 98%. Đủ điều kiện xuất viện.</p>\n</div></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Huyết áp tâm thu</span></p><p><b>value</b>: 120 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8462-4}\">Huyết áp tâm trương</span></p><p><b>value</b>: 75 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "vital-signs" ] ;
       fhir:Coding.display [ fhir:value "Vital Signs" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:85354-9 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "85354-9" ] ;
       fhir:Coding.display [ fhir:value "Blood pressure panel with all children optional" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Huyết áp lúc xuất viện" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Observation.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterInpatientAppendectomy> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterInpatientAppendectomy" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-04-13T08:00:00+07:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
  ] ;
  fhir:Observation.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Sinh hiệu ổn định. Mạch 76 lần/phút, nhiệt độ 36.7°C, SpO2 98%. Đủ điều kiện xuất viện." ]
  ] ;
  fhir:Observation.component [
     fhir:index -1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:8480-6 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "8480-6" ] ;
         fhir:Coding.display [ fhir:value "Systolic blood pressure" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Huyết áp tâm thu" ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "120"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "mmHg" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "mm[Hg]" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:8462-4 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "8462-4" ] ;
         fhir:Coding.display [ fhir:value "Diastolic blood pressure" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Huyết áp tâm trương" ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "75"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "mmHg" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "mm[Hg]" ]
     ]
  ] .

<http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestFollowUp> a fhir:ServiceRequest ;
  fhir:Resource.id [ fhir:value "InlineServiceRequestFollowUp"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-service-request" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-service-request>
     ]
  ] ;
  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\"><a name=\"ServiceRequest_InlineServiceRequestFollowUp\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest InlineServiceRequestFollowUp</b></p><a name=\"InlineServiceRequestFollowUp\"> </a><a name=\"hcInlineServiceRequestFollowUp\"> </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-service-request.html\">Yêu cầu DVKT/Cận lâm sàng VN Core — VN Core ServiceRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs KHAM}\">Khám chuyên khoa</span></p><p><b>code</b>: <span title=\"Codes:\">Tái khám sau phẫu thuật cắt ruột thừa — kiểm tra vết mổ, cắt chỉ</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleInpatientDischarge.html#Encounter_InlineEncounterInpatientAppendectomy\">Encounter: extension = Cấp cứu,Đến khám,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-10-NKH-0087; status = finished; class = inpatient encounter (ActCode#IMP); type = Điều trị nội trú; period = 2026-04-10 15:30:00+0700 --&gt; 2026-04-13 09:00:00+0700</a></p><p><b>occurrence</b>: 2026-04-20 08:00:00+0700</p><p><b>authoredOn</b>: 2026-04-13 09:00:00+0700</p><p><b>requester</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>note</b>: </p><blockquote><div><p>Tái khám kiểm tra vết mổ, cắt chỉ khâu da. Nếu sốt hoặc đau bụng tăng, tái khám ngay.</p>\n</div></blockquote></div>"
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs" ] ;
       fhir:Coding.code [ fhir:value "KHAM" ] ;
       fhir:Coding.display [ fhir:value "Khám chuyên khoa" ]
     ]
  ] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.text [ fhir:value "Tái khám sau phẫu thuật cắt ruột thừa — kiểm tra vết mổ, cắt chỉ" ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:ServiceRequest.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterInpatientAppendectomy> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterInpatientAppendectomy" ]
  ] ;
  fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2026-04-20T08:00:00+07:00"^^xsd:dateTime] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2026-04-13T09:00:00+07:00"^^xsd:dateTime] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
  ] ;
  fhir:ServiceRequest.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Tái khám kiểm tra vết mổ, cắt chỉ khâu da. Nếu sốt hoặc đau bụng tăng, tái khám ngay." ]
  ] .

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

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