Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft
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
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ExampleBundleInpatientDischarge"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle> ] ) ] ; # fhir:language [ fhir:v "vi"] ; # fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ; fhir:l <urn:ietf:rfc:3986> ] ; fhir:value [ fhir:v "urn:uuid:9a419a2b-56f8-4ec6-96d0-c0b4b0a1c001" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2026-04-13T10:00:00+07:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Composition/InlineCompositionDischargeSummary"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Composition/InlineCompositionDischargeSummary> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Composition/InlineCompositionDischargeSummary> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Encounter/InlineEncounterInpatientAppendectomy"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Encounter/InlineEncounterInpatientAppendectomy> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Encounter/InlineEncounterInpatientAppendectomy> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Condition/InlineConditionAppendicitisAcute"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Condition/InlineConditionAppendicitisAcute> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Condition/InlineConditionAppendicitisAcute> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Procedure/InlineProcedureAppendectomy"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Procedure/InlineProcedureAppendectomy> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Procedure/InlineProcedureAppendectomy> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestCeftriaxone"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestCeftriaxone> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestCeftriaxone> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Observation/InlineObservationVitalSignsDischarge"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Observation/InlineObservationVitalSignsDischarge> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Observation/InlineObservationVitalSignsDischarge> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestFollowUp"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestFollowUp> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestFollowUp> ) ] ) . # <http://fhir.hl7.org.vn/core/Composition/InlineCompositionDischargeSummary> a fhir:Composition ; fhir:id [ fhir:v "InlineCompositionDischargeSummary"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition> ] ) ] ; # 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=\"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=\"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,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 --> 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>"^^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 "BA-NKH-2026-00087" ] ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ a loinc:18842-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "18842-5" ] ; fhir:display [ fhir:v "Discharge summary" ] ] ) ] ; # fhir:subject [ fhir:l fhir:Patient/ExamplePatientNguyenVanAn ; fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ] ; # fhir:encounter [ fhir:l fhir:Encounter/InlineEncounterInpatientAppendectomy ; fhir:reference [ fhir:v "Encounter/InlineEncounterInpatientAppendectomy" ] ] ; # fhir:date [ fhir:v "2026-04-13T09:30:00+07:00"^^xsd:dateTime] ; # fhir:author ( [ fhir:l fhir:Practitioner/ExamplePractitionerBSCKII ; fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ] ) ; # fhir:title [ fhir:v "Tóm tắt xuất viện — Phẫu thuật cắt ruột thừa"] ; # fhir:confidentiality [ fhir:v "R"] ; # fhir:custodian [ fhir:l fhir:Organization/ExampleOrganizationChoRay ; fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ] ; # fhir:section ( [ fhir:title [ fhir:v "Lý do nhập viện" ] ; fhir:code [ ( fhir:coding [ a loinc:10154-3 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "10154-3" ] ; fhir:display [ fhir:v "Chief complaint Narrative - Reported" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ] ] ] [ fhir:title [ fhir:v "Chẩn đoán" ] ; fhir:code [ ( fhir:coding [ a loinc:29548-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "29548-5" ] ; fhir:display [ fhir:v "Diagnosis Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<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 per QĐ 4469/QĐ-BYT). Siêu âm: ruột thừa sưng to 12mm, có dịch quanh ruột thừa.</div>"^^rdf:XMLLiteral ] ] ; ( fhir:entry [ fhir:l <http://fhir.hl7.org.vn/core/Condition/InlineConditionAppendicitisAcute> ; fhir:reference [ fhir:v "http://fhir.hl7.org.vn/core/Condition/InlineConditionAppendicitisAcute" ] ] ) ] [ fhir:title [ fhir:v "Phẫu thuật đã thực hiện" ] ; fhir:code [ ( fhir:coding [ a loinc:47519-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "47519-4" ] ; fhir:display [ fhir:v "History of Procedures Document" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ] ] ; ( fhir:entry [ fhir:l fhir:Procedure/InlineProcedureAppendectomy ; fhir:reference [ fhir:v "Procedure/InlineProcedureAppendectomy" ] ] ) ] [ fhir:title [ fhir:v "Thuốc điều trị" ] ; fhir:code [ ( fhir:coding [ a loinc:10160-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "10160-0" ] ; fhir:display [ fhir:v "History of Medication use Narrative" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ] ] ; ( fhir:entry [ fhir:l <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestCeftriaxone> ; fhir:reference [ fhir:v "http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestCeftriaxone" ] ] ) ] [ fhir:title [ fhir:v "Khám thực thể trước xuất viện" ] ; fhir:code [ ( fhir:coding [ a loinc:29545-1 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "29545-1" ] ; fhir:display [ fhir:v "Physical findings note" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ] ] ; ( fhir:entry [ fhir:l <http://fhir.hl7.org.vn/core/Observation/InlineObservationVitalSignsDischarge> ; fhir:reference [ fhir:v "http://fhir.hl7.org.vn/core/Observation/InlineObservationVitalSignsDischarge" ] ] ) ] [ fhir:title [ fhir:v "Tóm tắt ra viện" ] ; fhir:code [ ( fhir:coding [ a loinc:18842-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "18842-5" ] ; fhir:display [ fhir:v "Discharge summary" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<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 >38°C hoặc đau bụng tăng.</div>"^^rdf:XMLLiteral ] ] ; ( fhir:entry [ fhir:l <http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestFollowUp> ; fhir:reference [ fhir:v "http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestFollowUp" ] ] ) ] ) . # <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> a fhir:Patient ; fhir:id [ fhir:v "ExamplePatientNguyenVanAn"] ; # 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_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ế/001085012345</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><li>Tài khoản định danh điện tử VNeID/VNEID-001085012345</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:[email protected]\">[email protected]</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.2.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 (20/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.2.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>"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ethnicity"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ethnicity> ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-ethnicity-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-ethnicity-cs> ] ; fhir:code [ fhir:v "01" ] ; fhir:display [ fhir:v "Kinh" ] ] ) ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-religion"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/patient-religion> ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-religion-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-religion-cs> ] ; fhir:code [ fhir:v "02" ] ; fhir:display [ fhir:v "Công giáo" ] ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation> ] ; fhir:code [ fhir:v "1041" ] ; fhir:display [ fhir:v "Roman Catholic Church" ] ] ) ; fhir:text [ fhir:v "Công giáo" ] ] ] [ fhir:url [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-occupation"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-occupation> ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-occupation-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-occupation-cs> ] ; fhir:code [ fhir:v "2511" ] ; fhir:display [ fhir:v "Nhà phân tích hệ thống" ] ] ) ] ] [ ( fhir:extension [ fhir:url [ fhir:v "code"^^xsd:anyURI ; fhir:l fhir:code ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ; fhir:l <urn:iso:std:iso:3166> ] ; fhir:code [ fhir:v "VN" ] ; fhir:display [ fhir:v "Viet Nam" ] ] ) ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-citizenship"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/patient-citizenship> ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/patient-birthPlace> ] ; fhir:value [ a 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: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 "00008" ] ; fhir:display [ fhir:v "Phường Ngọc Hà" ] ] ] ) ; fhir:text [ fhir:v "Phường Ngọc Hà, Hà Nội" ] ; fhir:state [ fhir:v "Hà Nội" ] ; fhir:country [ fhir:v "VN" ] ] ] ) ; # 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 "001085012345" ] ] [ 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 "BHYT" ] ; fhir:display [ fhir:v "Thẻ bảo hiểm y tế" ] ] ) ] ; 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 "001085012345" ] ] [ 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 "BV-CR-2026-001234" ] ] [ 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 "BHXH" ] ; fhir:display [ fhir:v "Mã số bảo hiểm xã hội" ] ] ) ] ; fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/sid/bhxh"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/sid/bhxh> ] ; fhir:value [ fhir:v "0791234567" ] ] [ 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 "VNEID" ] ; fhir:display [ fhir:v "Tài khoản định danh điện tử VNeID" ] ] ) ] ; fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/sid/vneid"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/sid/vneid> ] ; fhir:value [ fhir:v "VNEID-001085012345" ] ] ) ; # fhir:name ( [ fhir:text [ fhir:v "Nguyễn Văn An" ] ; fhir:family [ fhir:v "Nguyễn" ] ; ( fhir:given [ fhir:v "Văn" ] [ fhir:v "An" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0901234567" ] ; fhir:use [ fhir:v "mobile" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "[email protected]" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1985-03-15"^^xsd:date] ; # 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 "26743" ] ; fhir:display [ fhir:v "Phường Bến Thành" ] ] ] ) ; fhir:text [ fhir:v "Số 123 Nguyễn Huệ, Phường Bến Thành, Thành phố Hồ Chí Minh" ] ; ( fhir:line [ fhir:v "Số 123 Nguyễn Huệ" ] ) ; fhir:state [ fhir:v "Thành phố Hồ Chí Minh" ] ; fhir:country [ fhir:v "VN" ] ] ) . # <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner ; fhir:id [ fhir:v "ExamplePractitionerBSCKII"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner> ] ) ] ; # 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=\"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ề/79/GPHN-BYT-0001234, 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>"^^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 "079175001234" ] ] [ 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 "GPHN" ] ; fhir:display [ fhir:v "Giấy phép hành nghề" ] ] ) ] ; fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/sid/gphn"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/sid/gphn> ] ; fhir:value [ fhir:v "79/GPHN-BYT-0001234" ] ] [ 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 "CCHN" ] ; fhir:display [ fhir:v "Chứng chỉ hành nghề" ] ] ) ] ; fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/sid/cchn"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/sid/cchn> ] ; fhir:value [ fhir:v "HCM-001234/BYT-CCHN" ] ] ) ; # fhir:name ( [ fhir:text [ fhir:v "Nguyễn Thị Lan" ] ; fhir:family [ fhir:v "Nguyễn" ] ; ( fhir:given [ fhir:v "Thị" ] [ fhir:v "Lan" ] ) ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:qualification ( [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs> ] ; fhir:code [ fhir:v "BS-CKII" ] ; fhir:display [ fhir:v "Bác sĩ Chuyên khoa II" ] ] ) ; fhir:text [ fhir:v "Bác sĩ Chuyên khoa II — Nội khoa" ] ] ; fhir:issuer [ fhir:display [ fhir:v "Bộ Y tế" ] ] ] ) . # <http://fhir.hl7.org.vn/core/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://fhir.hl7.org.vn/core/Encounter/InlineEncounterInpatientAppendectomy> a fhir:Encounter ; fhir:id [ fhir:v "InlineEncounterInpatientAppendectomy"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter> ] ) ] ; # 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=\"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>Mã lượt khám — Encounter Code Extension</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.1.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 --> 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>"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-visit-type"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-visit-type> ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs> ] ; fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "Cấp cứu" ] ] ) ] ] [ fhir:url [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-referral-mode"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-referral-mode> ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-referral-mode-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-referral-mode-cs> ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Đến khám" ] ] ) ] ] [ fhir:url [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-treatment-outcome"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-treatment-outcome> ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-treatment-outcome-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-treatment-outcome-cs> ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Khỏi" ] ] ) ] ] [ fhir:url [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-encounter-code"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-encounter-code> ] ; fhir:value [ a 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_LUOT_KCB" ] ; fhir:display [ fhir:v "Mã lượt khám chữa bệnh" ] ] ) ] ; fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/sid/ma-luot-kcb"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/sid/ma-luot-kcb> ] ; fhir:value [ fhir:v "LK-2026-04-10-NKH-0087" ] ] ] ) ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode> ] ; fhir:code [ fhir:v "IMP" ] ; fhir:display [ fhir:v "inpatient encounter" ] ] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-encounter-type-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-encounter-type-cs> ] ; fhir:code [ fhir:v "03" ] ; fhir:display [ fhir:v "Điều trị nội trú" ] ] ) ; fhir:text [ fhir:v "Nội trú phẫu thuật cấp cứu" ] ] ) ; # fhir:subject [ fhir:l fhir:Patient/ExamplePatientNguyenVanAn ; fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ; fhir:display [ fhir:v "Nguyễn Văn An" ] ] ; # fhir:participant ( [ fhir:individual [ fhir:l fhir:Practitioner/ExamplePractitionerBSCKII ; fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ; fhir:display [ fhir:v "BS CKII Nguyễn Thị Lan" ] ] ] ) ; # fhir:period [ fhir:start [ fhir:v "2026-04-10T15:30:00+07:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2026-04-13T09:00:00+07:00"^^xsd:dateTime ] ] ; # fhir:diagnosis ( [ fhir:condition [ fhir:l fhir:Condition/InlineConditionAppendicitisAcute ; fhir:reference [ fhir:v "Condition/InlineConditionAppendicitisAcute" ] ; fhir:display [ fhir:v "K35.8 — Viêm ruột thừa cấp" ] ] ; fhir:use [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/diagnosis-role"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/diagnosis-role> ] ; fhir:code [ fhir:v "AD" ] ; fhir:display [ fhir:v "Admission diagnosis" ] ] ) ] ] ) ; # fhir:hospitalization [ fhir:dischargeDisposition [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-discharge-disposition-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-discharge-disposition-cs> ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Ra viện" ] ] ) ] ] ; # fhir:serviceProvider [ fhir:l fhir:Organization/ExampleOrganizationChoRay ; fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ; fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ] ] . # <http://fhir.hl7.org.vn/core/Condition/InlineConditionAppendicitisAcute> a fhir:Condition ; fhir:id [ fhir:v "InlineConditionAppendicitisAcute"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition> ] ) ] ; # 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=\"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,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 --> 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>"^^rdf:XMLLiteral ] ] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/condition-clinical> ] ; fhir:code [ fhir:v "resolved" ] ; fhir:display [ fhir:v "Resolved" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/condition-ver-status> ] ; fhir:code [ fhir:v "confirmed" ] ; fhir:display [ fhir:v "Confirmed" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/condition-category> ] ; fhir:code [ fhir:v "encounter-diagnosis" ] ; fhir:display [ fhir:v "Encounter Diagnosis" ] ] ) ] ) ; # fhir:code [ ( 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 "K35.8" ] ; fhir:display [ fhir:v "Acute appendicitis, other and unspecified" ] ] [ a sct:85189001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "85189001" ] ; fhir:display [ fhir:v "Acute appendicitis" ] ] ) ; fhir:text [ fhir:v "Viêm ruột thừa cấp" ] ] ; # fhir:subject [ fhir:l fhir:Patient/ExamplePatientNguyenVanAn ; fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ; fhir:display [ fhir:v "Nguyễn Văn An" ] ] ; # fhir:encounter [ fhir:l fhir:Encounter/InlineEncounterInpatientAppendectomy ; fhir:reference [ fhir:v "Encounter/InlineEncounterInpatientAppendectomy" ] ] ; # fhir:onset [ a fhir:DateTime ; fhir:v "2026-04-10T09:00:00+07:00"^^xsd:dateTime ] ; # fhir:recordedDate [ fhir:v "2026-04-10"^^xsd:date] . # <http://fhir.hl7.org.vn/core/Procedure/InlineProcedureAppendectomy> a fhir:Procedure ; fhir:id [ fhir:v "InlineProcedureAppendectomy"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure> ] ) ] ; # 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=\"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,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 --> 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>"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date> ] ; fhir:value [ a fhir:DateTime ; fhir:v "2026-04-10T15:45:00+07:00"^^xsd:dateTime ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:code [ ( fhir:coding [ a sct:6025007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "6025007" ] ; fhir:display [ fhir:v "Laparoscopic appendectomy" ] ] [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-icd9-cm-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-icd9-cm-cs> ] ; fhir:code [ fhir:v "47.01" ] ; fhir:display [ fhir:v "Phẫu thuật nội soi ổ bụng cắt bỏ ruột thừa" ] ] ) ; fhir:text [ fhir:v "Phẫu thuật cắt ruột thừa nội soi" ] ] ; # fhir:subject [ fhir:l fhir:Patient/ExamplePatientNguyenVanAn ; fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ; fhir:display [ fhir:v "Nguyễn Văn An" ] ] ; # fhir:encounter [ fhir:l fhir:Encounter/InlineEncounterInpatientAppendectomy ; fhir:reference [ fhir:v "Encounter/InlineEncounterInpatientAppendectomy" ] ] ; # fhir:performed [ a fhir:DateTime ; fhir:v "2026-04-10T17:00:00+07:00"^^xsd:dateTime ] ; # fhir:performer ( [ fhir:actor [ fhir:l fhir:Practitioner/ExamplePractitionerBSCKII ; fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ; fhir:display [ fhir:v "BS CKII Nguyễn Thị Lan" ] ] ] ) ; # fhir:bodySite ( [ ( fhir:coding [ a sct:66754008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "66754008" ] ; fhir:display [ fhir:v "Appendix" ] ] ) ; fhir:text [ fhir:v "Ruột thừa" ] ] ) ; # fhir:outcome [ fhir:text [ fhir:v "Thành công, không biến chứng" ] ] . # <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestCeftriaxone> a fhir:MedicationRequest ; fhir:id [ fhir:v "InlineMedicationRequestCeftriaxone"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request> ] ) ] ; # 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=\"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,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 --> 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>"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number> ] ; fhir:value [ a fhir:String ; fhir:v "VN-15678-12" ] ] [ fhir:url [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date> ] ; fhir:value [ a fhir:DateTime ; fhir:v "2026-04-10T18:00:00+07:00"^^xsd:dateTime ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:intent [ fhir:v "order"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/medicationrequest-category> ] ; fhir:code [ fhir:v "inpatient" ] ; fhir:display [ fhir:v "Inpatient" ] ] ) ] ) ; # fhir:medication [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ; fhir:l <http://www.whocc.no/atc> ] ; fhir:code [ fhir:v "J01DD04" ] ; fhir:display [ fhir:v "Ceftriaxone" ] ] ) ; fhir:text [ fhir:v "Ceftriaxone 2g bột pha tiêm" ] ] ; # fhir:subject [ fhir:l fhir:Patient/ExamplePatientNguyenVanAn ; fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ; fhir:display [ fhir:v "Nguyễn Văn An" ] ] ; # fhir:encounter [ fhir:l fhir:Encounter/InlineEncounterInpatientAppendectomy ; fhir:reference [ fhir:v "Encounter/InlineEncounterInpatientAppendectomy" ] ] ; # fhir:authoredOn [ fhir:v "2026-04-10T18:00:00+07:00"^^xsd:dateTime] ; # fhir:requester [ fhir:l fhir:Practitioner/ExamplePractitionerBSCKII ; fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ; fhir:display [ fhir:v "BS CKII Nguyễn Thị Lan" ] ] ; # fhir:reasonCode ( [ ( 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 "K35.8" ] ; fhir:display [ fhir:v "Acute appendicitis, other and unspecified" ] ] ) ; fhir:text [ fhir:v "Kháng sinh hậu phẫu cắt ruột thừa" ] ] ) ; # fhir:dosageInstruction ( [ fhir:sequence [ fhir:v 1 ] ; fhir:text [ fhir:v "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:timing [ fhir:repeat [ fhir:bounds [ a fhir:Duration ; fhir:value [ fhir:v "3"^^xsd:decimal ] ; fhir:unit [ fhir:v "ngày" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "d" ] ] ; fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ] ] ; fhir:route [ ( fhir:coding [ a sct:47625008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "47625008" ] ; fhir:display [ fhir:v "Intravenous route" ] ] ) ; fhir:text [ fhir:v "Tiêm tĩnh mạch" ] ] ; ( fhir:doseAndRate [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "2"^^xsd:decimal ] ; fhir:unit [ fhir:v "g" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "g" ] ] ] ) ] ) ; # fhir:dispenseRequest [ fhir:quantity [ fhir:value [ fhir:v "3"^^xsd:decimal ] ; fhir:unit [ fhir:v "lọ" ] ] ] . # <http://fhir.hl7.org.vn/core/Observation/InlineObservationVitalSignsDischarge> a fhir:Observation ; fhir:id [ fhir:v "InlineObservationVitalSignsDischarge"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-vital-signs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-vital-signs> ] ) ] ; # 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=\"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,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 --> 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>"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ; fhir:code [ fhir:v "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a loinc:85354-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "85354-9" ] ; fhir:display [ fhir:v "Blood pressure panel with all children optional" ] ] ) ; fhir:text [ fhir:v "Huyết áp lúc xuất viện" ] ] ; # fhir:subject [ fhir:l fhir:Patient/ExamplePatientNguyenVanAn ; fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ; fhir:display [ fhir:v "Nguyễn Văn An" ] ] ; # fhir:encounter [ fhir:l fhir:Encounter/InlineEncounterInpatientAppendectomy ; fhir:reference [ fhir:v "Encounter/InlineEncounterInpatientAppendectomy" ] ] ; # fhir:effective [ a fhir:DateTime ; fhir:v "2026-04-13T08:00:00+07:00"^^xsd:dateTime ] ; # fhir:performer ( [ fhir:l fhir:Practitioner/ExamplePractitionerBSCKII ; fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ; fhir:display [ fhir:v "BS CKII Nguyễn Thị Lan" ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "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:component ( [ fhir:code [ ( fhir:coding [ a loinc:8480-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "8480-6" ] ; fhir:display [ fhir:v "Systolic blood pressure" ] ] ) ; fhir:text [ fhir:v "Huyết áp tâm thu" ] ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "120"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmHg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "mm[Hg]" ] ] ] [ fhir:code [ ( fhir:coding [ a loinc:8462-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "8462-4" ] ; fhir:display [ fhir:v "Diastolic blood pressure" ] ] ) ; fhir:text [ fhir:v "Huyết áp tâm trương" ] ] ; fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "75"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmHg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "mm[Hg]" ] ] ] ) . # <http://fhir.hl7.org.vn/core/ServiceRequest/InlineServiceRequestFollowUp> a fhir:ServiceRequest ; fhir:id [ fhir:v "InlineServiceRequestFollowUp"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-service-request"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-service-request> ] ) ] ; # 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=\"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,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 --> 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>"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "order"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs> ] ; fhir:code [ fhir:v "KHAM" ] ; fhir:display [ fhir:v "Khám chuyên khoa" ] ] ) ] ) ; # fhir:code [ fhir:text [ fhir:v "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:subject [ fhir:l fhir:Patient/ExamplePatientNguyenVanAn ; fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ; fhir:display [ fhir:v "Nguyễn Văn An" ] ] ; # fhir:encounter [ fhir:l fhir:Encounter/InlineEncounterInpatientAppendectomy ; fhir:reference [ fhir:v "Encounter/InlineEncounterInpatientAppendectomy" ] ] ; # fhir:occurrence [ a fhir:DateTime ; fhir:v "2026-04-20T08:00:00+07:00"^^xsd:dateTime ] ; # fhir:authoredOn [ fhir:v "2026-04-13T09:00:00+07:00"^^xsd:dateTime] ; # fhir:requester [ fhir:l fhir:Practitioner/ExamplePractitionerBSCKII ; fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ; fhir:display [ fhir:v "BS CKII Nguyễn Thị Lan" ] ] ; # fhir:note ( [ fhir:text [ fhir:v "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." ] ] ) . #
IG © 2026+ HL7 Vietnam.
Package hl7.fhir.vn.core#0.3.0 based on FHIR 4.0.1.
Sinh ngày
2026-03-27
Liên kết: Mục lục |
Báo cáo QA