Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.6.0 - Draft for Community Review
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.6.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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ExampleBundleHealthCheckup"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-health-checkup-document-bundle"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-health-checkup-document-bundle> ] ) ] ; # fhir:language [ fhir:v "vi"] ; # fhir:identifier [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/sid/ma-lk"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/sid/ma-lk> ] ; fhir:value [ fhir:v "KSK20260601000123" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2026-06-01T16:30:00+07:00"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Composition/ExampleCompositionHealthCheckup"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Composition/ExampleCompositionHealthCheckup> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Composition/ExampleCompositionHealthCheckup> ) ] [ 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/ExampleOrganizationHealthCheckupFacility"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationHealthCheckupFacility> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationHealthCheckupFacility> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalBodyHeight"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalBodyHeight> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalBodyHeight> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalWeight"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalWeight> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalWeight> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalBMI"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalBMI> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalBMI> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalBP"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalBP> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalBP> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalHeartRate"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalHeartRate> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalHeartRate> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Observation/ExampleObservationHealthClassification"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Observation/ExampleObservationHealthClassification> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Observation/ExampleObservationHealthClassification> ) ] ) . # <http://fhir.hl7.org.vn/core/Composition/ExampleCompositionHealthCheckup> a fhir:Composition ; fhir:id [ fhir:v "ExampleCompositionHealthCheckup"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition-health-checkup"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition-health-checkup> ] ) ] ; # 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_ExampleCompositionHealthCheckup\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition ExampleCompositionHealthCheckup</b></p><a name=\"ExampleCompositionHealthCheckup\"> </a><a name=\"hcExampleCompositionHealthCheckup\"> </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-health-checkup.html\">Giấy khám sức khỏe định kỳ VN Core — VN Core Health Checkup Composition Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-ma-lk-ns.html\" title=\"Hệ thống định danh cho mã liên kết hồ sơ `MA_LK`, dùng để liên kết toàn bộ dữ liệu của cùng một đợt khám chữa bệnh trong lớp liên thông hồ sơ BHYT. Áp dụng cho Bundle.identifier và Claim.identifier.\">VNMALK</a>/KSK20260601000123</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-health-checkup-form-type-cs 02}\">Giấy khám sức khỏe định kỳ cho người đủ 18 tuổi trở lên</span></p><p><b>date</b>: 2026-06-01</p><p><b>author</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">Practitioner Nguyễn Thị Lan</a></p><p><b>title</b>: Giấy khám sức khỏe định kỳ cho người đủ 18 tuổi trở lên</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Professional</td><td>2026-06-01</td><td><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">Practitioner Nguyễn Thị Lan</a></td></tr></table><p><b>custodian</b>: <a href=\"Organization-ExampleOrganizationHealthCheckupFacility.html\">Organization Trung tâm Y tế khu vực Cầu Giấy</a></p></div>"^^rdf:XMLLiteral ] ] ; # fhir:identifier [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/sid/ma-lk"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/sid/ma-lk> ] ; fhir:value [ fhir:v "KSK20260601000123" ] ] ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-health-checkup-form-type-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-health-checkup-form-type-cs> ] ; fhir:code [ fhir:v "02" ] ; fhir:display [ fhir:v "KSK định kỳ người đủ 18 tuổi trở lên" ] ] ) ; fhir:text [ fhir:v "Giấy khám sức khỏe định kỳ cho người đủ 18 tuổi trở lên" ] ] ; # fhir:subject [ fhir:l fhir:Patient/ExamplePatientNguyenVanAn ; fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ] ; # fhir:date [ fhir:v "2026-06-01"^^xsd:date] ; # fhir:author ( [ fhir:l fhir:Practitioner/ExamplePractitionerBSCKII ; fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ] ) ; # fhir:title [ fhir:v "Giấy khám sức khỏe định kỳ cho người đủ 18 tuổi trở lên"] ; # fhir:attester ( [ fhir:mode [ fhir:v "professional" ] ; fhir:time [ fhir:v "2026-06-01"^^xsd:date ] ; fhir:party [ fhir:l fhir:Practitioner/ExamplePractitionerBSCKII ; fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ] ] ) ; # fhir:custodian [ fhir:l fhir:Organization/ExampleOrganizationHealthCheckupFacility ; fhir:reference [ fhir:v "Organization/ExampleOrganizationHealthCheckupFacility" ] ] ; # fhir:section ( [ fhir:title [ fhir:v "Khám thể lực" ] ; 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:entry [ fhir:l fhir:Observation/ExampleObservationVitalBodyHeight ; fhir:reference [ fhir:v "Observation/ExampleObservationVitalBodyHeight" ] ] [ fhir:l fhir:Observation/ExampleObservationVitalWeight ; fhir:reference [ fhir:v "Observation/ExampleObservationVitalWeight" ] ] [ fhir:l fhir:Observation/ExampleObservationVitalBMI ; fhir:reference [ fhir:v "Observation/ExampleObservationVitalBMI" ] ] [ fhir:l fhir:Observation/ExampleObservationVitalBP ; fhir:reference [ fhir:v "Observation/ExampleObservationVitalBP" ] ] [ fhir:l fhir:Observation/ExampleObservationVitalHeartRate ; fhir:reference [ fhir:v "Observation/ExampleObservationVitalHeartRate" ] ] ) ] [ fhir:title [ fhir:v "Kết luận và phân loại sức khỏe" ] ; fhir:code [ ( fhir:coding [ a loinc:51848-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "51848-0" ] ; fhir:display [ fhir:v "Evaluation note" ] ] ) ] ; ( fhir:entry [ fhir:l fhir:Observation/ExampleObservationHealthClassification ; fhir:reference [ fhir:v "Observation/ExampleObservationHealthClassification" ] ] ) ] ) . # <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></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 (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.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>"^^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: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 "an.nguyen@email.vn" ] ] ) ; # 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ề/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>"^^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 "001234/BYT-GPHN" ] ] [ 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/ExampleOrganizationHealthCheckupFacility> a fhir:Organization ; fhir:id [ fhir:v "ExampleOrganizationHealthCheckupFacility"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization> ] ) ] ; # fhir:language [ fhir:v "vi"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ExampleOrganizationHealthCheckupFacility\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationHealthCheckupFacility</b></p><a name=\"ExampleOrganizationHealthCheckupFacility\"> </a><a name=\"hcExampleOrganizationHealthCheckupFacility\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-organization.html\">Cơ sở y tế VN Core — VN Core Organization Profile</a></p></div><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/01234, Mã định danh cơ sở KCB 13 ký tự/8930000000019</p><p><b>active</b>: true</p><p><b>name</b>: Trung tâm Y tế khu vực Cầu Giấy</p></div>"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs> ] ; fhir:code [ fhir:v "CSKCB" ] ; fhir:display [ fhir:v "Mã cơ sở khám chữa bệnh" ] ] ) ] ; fhir: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 "01234" ] ] [ 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 "CSKCB13" ] ; fhir:display [ fhir:v "Mã định danh cơ sở KCB 13 ký tự" ] ] ) ] ; fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/sid/ma-gtin-cskcb"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/sid/ma-gtin-cskcb> ] ; fhir:value [ fhir:v "8930000000019" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:name [ fhir:v "Trung tâm Y tế khu vực Cầu Giấy"] . # <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalBodyHeight> a fhir:Observation ; fhir:id [ fhir:v "ExampleObservationVitalBodyHeight"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-body-height"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-body-height> ] ) ] ; # 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_ExampleObservationVitalBodyHeight\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationVitalBodyHeight</b></p><a name=\"ExampleObservationVitalBodyHeight\"> </a><a name=\"hcExampleObservationVitalBodyHeight\"> </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-body-height.html\">Chiều cao VN Core — VN Core Observation Body Height 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 8302-2}\">Chiều cao</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterEmergency.html\">Encounter: extension = Cấp cứu,Cấp cứu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-20-CC-0015; status = finished; class = emergency (v3 Code System ActCode#EMER); type = Khám bệnh; period = 2026-04-20 20:30:00+0700 --> 2026-04-21 06:00:00+0700; reasonCode = </a></p><p><b>effective</b>: 2026-04-20 08:08:00+0700</p><p><b>performer</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>value</b>: 168 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codecm = 'cm')</span></p></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:8302-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "8302-2" ] ; fhir:display [ fhir:v "Body height" ] ] ) ; fhir:text [ fhir:v "Chiều cao" ] ] ; # 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/ExampleEncounterEmergency ; fhir:reference [ fhir:v "Encounter/ExampleEncounterEmergency" ] ] ; # fhir:effective [ a fhir:DateTime ; fhir:v "2026-04-20T08:08: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:value [ a fhir:Quantity ; fhir:value [ fhir:v "168"^^xsd:decimal ] ; fhir:unit [ fhir:v "cm" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "cm" ] ] . # <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalWeight> a fhir:Observation ; fhir:id [ fhir:v "ExampleObservationVitalWeight"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-body-weight"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-body-weight> ] ) ] ; # 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_ExampleObservationVitalWeight\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationVitalWeight</b></p><a name=\"ExampleObservationVitalWeight\"> </a><a name=\"hcExampleObservationVitalWeight\"> </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-body-weight.html\">Cân nặng VN Core — VN Core Observation Body Weight 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 29463-7}\">Cân nặng</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterEmergency.html\">Encounter: extension = Cấp cứu,Cấp cứu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-20-CC-0015; status = finished; class = emergency (v3 Code System ActCode#EMER); type = Khám bệnh; period = 2026-04-20 20:30:00+0700 --> 2026-04-21 06:00:00+0700; reasonCode = </a></p><p><b>effective</b>: 2026-04-20 08:10:00+0700</p><p><b>performer</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>value</b>: 65 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codekg = 'kg')</span></p></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:29463-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "29463-7" ] ; fhir:display [ fhir:v "Body weight" ] ] ) ; fhir:text [ fhir:v "Cân nặng" ] ] ; # 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/ExampleEncounterEmergency ; fhir:reference [ fhir:v "Encounter/ExampleEncounterEmergency" ] ] ; # fhir:effective [ a fhir:DateTime ; fhir:v "2026-04-20T08:10: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:value [ a fhir:Quantity ; fhir:value [ fhir:v "65"^^xsd:decimal ] ; fhir:unit [ fhir:v "kg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "kg" ] ] . # <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalBMI> a fhir:Observation ; fhir:id [ fhir:v "ExampleObservationVitalBMI"] ; # 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_ExampleObservationVitalBMI\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationVitalBMI</b></p><a name=\"ExampleObservationVitalBMI\"> </a><a name=\"hcExampleObservationVitalBMI\"> </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 39156-5}\">Chỉ số khối cơ thể (BMI)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterEmergency.html\">Encounter: extension = Cấp cứu,Cấp cứu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-20-CC-0015; status = finished; class = emergency (v3 Code System ActCode#EMER); type = Khám bệnh; period = 2026-04-20 20:30:00+0700 --> 2026-04-21 06:00:00+0700; reasonCode = </a></p><p><b>effective</b>: 2026-04-20 08:15:00+0700</p><p><b>performer</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>value</b>: 26.3 kg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codekg/m2 = 'kg/m2')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><p><b>note</b>: </p><blockquote><div><p>BMI 26.3 — béo phì độ I per tiêu chuẩn WHO khu vực Châu Á-Thái Bình Dương (ngưỡng VN: ≥ 23 thừa cân, ≥ 25 béo phì). Khuyến cáo giảm cân.</p>\n</div></blockquote><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>High</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>22.9 kg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codekg/m2 = 'kg/m2')</span></td><td>< 23.0 kg/m² (bình thường — tiêu chuẩn Châu Á)</td></tr></table></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:39156-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "39156-5" ] ; fhir:display [ fhir:v "Body mass index (BMI) [Ratio]" ] ] ) ; fhir:text [ fhir:v "Chỉ số khối cơ thể (BMI)" ] ] ; # 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/ExampleEncounterEmergency ; fhir:reference [ fhir:v "Encounter/ExampleEncounterEmergency" ] ] ; # fhir:effective [ a fhir:DateTime ; fhir:v "2026-04-20T08:15: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:value [ a fhir:Quantity ; fhir:value [ fhir:v 26.3 ] ; fhir:unit [ fhir:v "kg/m2" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "kg/m2" ] ] ; # fhir:interpretation ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation> ] ; fhir:code [ fhir:v "H" ] ; fhir:display [ fhir:v "High" ] ] ) ] ) ; # fhir:note ( [ fhir:text [ fhir:v "BMI 26.3 — béo phì độ I per tiêu chuẩn WHO khu vực Châu Á-Thái Bình Dương (ngưỡng VN: ≥ 23 thừa cân, ≥ 25 béo phì). Khuyến cáo giảm cân." ] ] ) ; # fhir:referenceRange ( [ fhir:high [ fhir:value [ fhir:v 22.9 ] ; fhir:unit [ fhir:v "kg/m2" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "kg/m2" ] ] ; fhir:text [ fhir:v "< 23.0 kg/m² (bình thường — tiêu chuẩn Châu Á)" ] ] ) . # <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalBP> a fhir:Observation ; fhir:id [ fhir:v "ExampleObservationVitalBP"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-blood-pressure"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-blood-pressure> ] ) ] ; # 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_ExampleObservationVitalBP\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationVitalBP</b></p><a name=\"ExampleObservationVitalBP\"> </a><a name=\"hcExampleObservationVitalBP\"> </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-blood-pressure.html\">Huyết áp VN Core — VN Core Observation Blood Pressure 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</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterEmergency.html\">Encounter: extension = Cấp cứu,Cấp cứu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-20-CC-0015; status = finished; class = emergency (v3 Code System ActCode#EMER); type = Khám bệnh; period = 2026-04-20 20:30:00+0700 --> 2026-04-21 06:00:00+0700; reasonCode = </a></p><p><b>effective</b>: 2026-04-20 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>THA độ 1 (ESC 2023). Cần theo dõi HA tại nhà 7 ngày trước khi quyết định dùng thuốc.</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>: 145 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>90 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></td><td>140 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></td><td>90–140 mmHg (bình thường)</td></tr></table></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>: 92 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>60 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></td><td>90 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></td><td>60–90 mmHg (bình thường)</td></tr></table></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" ] ] ; # 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/ExampleEncounterEmergency ; fhir:reference [ fhir:v "Encounter/ExampleEncounterEmergency" ] ] ; # fhir:effective [ a fhir:DateTime ; fhir:v "2026-04-20T08: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 "THA độ 1 (ESC 2023). Cần theo dõi HA tại nhà 7 ngày trước khi quyết định dùng thuốc." ] ] ) ; # 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 "145"^^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:interpretation [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation> ] ; fhir:code [ fhir:v "H" ] ; fhir:display [ fhir:v "High" ] ] ) ] ) ; ( fhir:referenceRange [ fhir:low [ fhir:value [ fhir:v "90"^^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:high [ fhir:value [ fhir:v "140"^^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:text [ fhir:v "90–140 mmHg (bình thường)" ] ] ) ] [ 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 "92"^^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:interpretation [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation> ] ; fhir:code [ fhir:v "H" ] ; fhir:display [ fhir:v "High" ] ] ) ] ) ; ( fhir:referenceRange [ fhir:low [ fhir:value [ fhir:v "60"^^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:high [ fhir:value [ fhir:v "90"^^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:text [ fhir:v "60–90 mmHg (bình thường)" ] ] ) ] ) . # <http://fhir.hl7.org.vn/core/Observation/ExampleObservationVitalHeartRate> a fhir:Observation ; fhir:id [ fhir:v "ExampleObservationVitalHeartRate"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-heart-rate"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-heart-rate> ] ) ] ; # 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_ExampleObservationVitalHeartRate\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationVitalHeartRate</b></p><a name=\"ExampleObservationVitalHeartRate\"> </a><a name=\"hcExampleObservationVitalHeartRate\"> </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-heart-rate.html\">Mạch VN Core — VN Core Observation Heart Rate 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 8867-4}\">Mạ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=\"Encounter-ExampleEncounterEmergency.html\">Encounter: extension = Cấp cứu,Cấp cứu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-20-CC-0015; status = finished; class = emergency (v3 Code System ActCode#EMER); type = Khám bệnh; period = 2026-04-20 20:30:00+0700 --> 2026-04-21 06:00:00+0700; reasonCode = </a></p><p><b>effective</b>: 2026-04-20 08:05:00+0700</p><p><b>performer</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>value</b>: 80 /min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code/min = '/min')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>60 /min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code/min = '/min')</span></td><td>100 /min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code/min = '/min')</span></td><td>60–100 lần/phút (người lớn, lúc nghỉ)</td></tr></table></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:8867-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "8867-4" ] ; fhir:display [ fhir:v "Heart rate" ] ] ) ; fhir:text [ fhir:v "Mạ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/ExampleEncounterEmergency ; fhir:reference [ fhir:v "Encounter/ExampleEncounterEmergency" ] ] ; # fhir:effective [ a fhir:DateTime ; fhir:v "2026-04-20T08:05: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:value [ a fhir:Quantity ; fhir:value [ fhir:v "80"^^xsd:decimal ] ; fhir:unit [ fhir:v "/min" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "/min" ] ] ; # fhir:referenceRange ( [ fhir:low [ fhir:value [ fhir:v "60"^^xsd:decimal ] ; fhir:unit [ fhir:v "/min" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "/min" ] ] ; fhir:high [ fhir:value [ fhir:v "100"^^xsd:decimal ] ; fhir:unit [ fhir:v "/min" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "/min" ] ] ; fhir:text [ fhir:v "60–100 lần/phút (người lớn, lúc nghỉ)" ] ] ) . # <http://fhir.hl7.org.vn/core/Observation/ExampleObservationHealthClassification> a fhir:Observation ; fhir:id [ fhir:v "ExampleObservationHealthClassification"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-health-classification"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-health-classification> ] ) ] ; # 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_ExampleObservationHealthClassification\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationHealthClassification</b></p><a name=\"ExampleObservationHealthClassification\"> </a><a name=\"hcExampleObservationHealthClassification\"> </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-health-classification.html\">Phân loại sức khỏe VN Core — VN Core Observation Health Classification Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-health-checkup-observation-code-cs PHAN_LOAI_SK}\">Phân loại sức khỏe (PHAN_LOAI_SK)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An Male, DoB: 1985-03-15 ( Căn cước công dân: VNCCCD#001085012345)</a></p><p><b>effective</b>: 2026-06-01</p><p><b>performer</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">Practitioner Nguyễn Thị Lan</a></p><p><b>value</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-health-checkup-classification-cs 2}\">Loại II — Khoẻ</span></p></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 "exam" ] ; fhir:display [ fhir:v "Exam" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-health-checkup-observation-code-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-health-checkup-observation-code-cs> ] ; fhir:code [ fhir:v "PHAN_LOAI_SK" ] ; fhir:display [ fhir:v "Phân loại sức khỏe" ] ] ) ; fhir:text [ fhir:v "Phân loại sức khỏe (PHAN_LOAI_SK)" ] ] ; # fhir:subject [ fhir:l fhir:Patient/ExamplePatientNguyenVanAn ; fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ] ; # fhir:effective [ a fhir:DateTime ; fhir:v "2026-06-01"^^xsd:date ] ; # fhir:performer ( [ fhir:l fhir:Practitioner/ExamplePractitionerBSCKII ; fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ] ) ; # fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-health-checkup-classification-cs"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-health-checkup-classification-cs> ] ; fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "Loại II — Khoẻ" ] ] ) ] . #
IG © 2026+ Omi HealthTech / VN Core FHIR Community Initiative.
Package hl7.fhir.vn.core#0.6.0 based on FHIR 4.0.1.
Sinh ngày
2026-06-14
Liên kết: Mục lục |
Báo cáo QA