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 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 "ExampleBundleEPrescription"] ; # 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:type [ fhir:v "collection"] ; # fhir:timestamp [ fhir:v "2026-04-12T10:00:00+07:00"^^xsd:dateTime] ; # fhir:entry ( [ 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/Encounter/InlineEncounterFollowUpHTNDM"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Encounter/InlineEncounterFollowUpHTNDM> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Encounter/InlineEncounterFollowUpHTNDM> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Condition/InlineConditionHTN"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Condition/InlineConditionHTN> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Condition/InlineConditionHTN> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Condition/InlineConditionDM2"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Condition/InlineConditionDM2> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Condition/InlineConditionDM2> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Medication/InlineMedicationAmlodipine5mg"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Medication/InlineMedicationAmlodipine5mg> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Medication/InlineMedicationAmlodipine5mg> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Medication/InlineMedicationMetformin500mg"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Medication/InlineMedicationMetformin500mg> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Medication/InlineMedicationMetformin500mg> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/Medication/InlineMedicationAspirin81mg"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/Medication/InlineMedicationAspirin81mg> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/Medication/InlineMedicationAspirin81mg> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAmlodipine"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAmlodipine> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAmlodipine> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestMetformin"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestMetformin> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestMetformin> ) ] [ fhir:fullUrl [ fhir:v "http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAspirin"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAspirin> ] ; ( fhir:resource <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAspirin> ) ] ) . # <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/Encounter/InlineEncounterFollowUpHTNDM> a fhir:Encounter ; fhir:id [ fhir:v "InlineEncounterFollowUpHTNDM"] ; # 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_InlineEncounterFollowUpHTNDM\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter InlineEncounterFollowUpHTNDM</b></p><a name=\"InlineEncounterFollowUpHTNDM\"> </a><a name=\"hcInlineEncounterFollowUpHTNDM\"> </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 5}\">Khám chữa bệnh ban đầu</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-12-0203</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-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>type</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-encounter-type-cs 01}\">Tái khám ngoại trú — kiểm soát THA + ĐTĐ</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>period</b>: 2026-04-12 08:30:00+0700 --> 2026-04-12 09:30:00+0700</p><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Bundle-ExampleBundleEPrescription.html#Condition_InlineConditionHTN\">I10 — Tăng huyết áp</a></p><p><b>use</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Bundle-ExampleBundleEPrescription.html#Condition_InlineConditionDM2\">E11.9 — Đái tháo đường type 2</a></p><p><b>use</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role CM}\">Comorbidity diagnosis</span></p></blockquote><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 "5" ] ; fhir:display [ fhir:v "Khám chữa bệnh ban đầu" ] ] ) ] ] [ 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-12-0203" ] ] ] ) ; # 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 "AMB" ] ; fhir:display [ fhir:v "ambulatory" ] ] ; # 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 "01" ] ; fhir:display [ fhir:v "Khám bệnh" ] ] ) ; fhir:text [ fhir:v "Tái khám ngoại trú — kiểm soát THA + ĐTĐ" ] ] ) ; # fhir:subject [ fhir:l fhir:Patient/ExamplePatientNguyenVanAn ; fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ; fhir:display [ fhir:v "Nguyễn Văn An" ] ] ; # fhir:period [ fhir:start [ fhir:v "2026-04-12T08:30:00+07:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2026-04-12T09:30:00+07:00"^^xsd:dateTime ] ] ; # fhir:diagnosis ( [ fhir:condition [ fhir:l fhir:Condition/InlineConditionHTN ; fhir:reference [ fhir:v "Condition/InlineConditionHTN" ] ; fhir:display [ fhir:v "I10 — Tăng huyết á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:condition [ fhir:l fhir:Condition/InlineConditionDM2 ; fhir:reference [ fhir:v "Condition/InlineConditionDM2" ] ; fhir:display [ fhir:v "E11.9 — Đái tháo đường type 2" ] ] ; 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 "CM" ] ; fhir:display [ fhir:v "Comorbidity diagnosis" ] ] ) ] ] ) ; # 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/InlineConditionHTN> a fhir:Condition ; fhir:id [ fhir:v "InlineConditionHTN"] ; # 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_InlineConditionHTN\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition InlineConditionHTN</b></p><a name=\"InlineConditionHTN\"> </a><a name=\"hcInlineConditionHTN\"> </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 active}\">Active</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 I10}\">Tăng huyết áp nguyên phát</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-ExampleBundleEPrescription.html#Encounter_InlineEncounterFollowUpHTNDM\">Encounter: extension = Khám chữa bệnh ban đầu,Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-12-0203; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-12 08:30:00+0700 --> 2026-04-12 09:30:00+0700</a></p><p><b>recordedDate</b>: 2026-04-12</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 "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; # 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 "I10" ] ; fhir:display [ fhir:v "Essential (primary) hypertension" ] ] ) ; fhir:text [ fhir:v "Tăng huyết áp nguyên phát" ] ] ; # 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/InlineEncounterFollowUpHTNDM ; fhir:reference [ fhir:v "Encounter/InlineEncounterFollowUpHTNDM" ] ] ; # fhir:recordedDate [ fhir:v "2026-04-12"^^xsd:date] . # <http://fhir.hl7.org.vn/core/Condition/InlineConditionDM2> a fhir:Condition ; fhir:id [ fhir:v "InlineConditionDM2"] ; # 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_InlineConditionDM2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition InlineConditionDM2</b></p><a name=\"InlineConditionDM2\"> </a><a name=\"hcInlineConditionDM2\"> </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 active}\">Active</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 E11.9}\">Đái tháo đường type 2, không biến chứ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=\"Bundle-ExampleBundleEPrescription.html#Encounter_InlineEncounterFollowUpHTNDM\">Encounter: extension = Khám chữa bệnh ban đầu,Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-12-0203; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-12 08:30:00+0700 --> 2026-04-12 09:30:00+0700</a></p><p><b>recordedDate</b>: 2026-04-12</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 "active" ] ; fhir:display [ fhir:v "Active" ] ] ) ] ; # 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 "E11.9" ] ; fhir:display [ fhir:v "Type 2 diabetes mellitus : Without complications" ] ] ) ; fhir:text [ fhir:v "Đái tháo đường type 2, không biến chứ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/InlineEncounterFollowUpHTNDM ; fhir:reference [ fhir:v "Encounter/InlineEncounterFollowUpHTNDM" ] ] ; # fhir:recordedDate [ fhir:v "2026-04-12"^^xsd:date] . # <http://fhir.hl7.org.vn/core/Medication/InlineMedicationAmlodipine5mg> a fhir:Medication ; fhir:id [ fhir:v "InlineMedicationAmlodipine5mg"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication> ] ) ] ; # 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=\"Medication_InlineMedicationAmlodipine5mg\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication InlineMedicationAmlodipine5mg</b></p><a name=\"InlineMedicationAmlodipine5mg\"> </a><a name=\"hcInlineMedicationAmlodipine5mg\"> </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.html\">Thuốc VN Core — VN Core Medication Profile</a></p></div><p><b>Số đăng ký thuốc (Visa) — Medication Registration Number</b>: VD-25123-18</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 386864001}, {http://www.whocc.no/atc C08CA01}\">Amlodipine 5mg viên nén</span></p><p><b>form</b>: <span title=\"Codes:\">Viên nén</span></p></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 "VD-25123-18" ] ] ) ; # fhir:code [ ( fhir:coding [ a sct:386864001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "386864001" ] ; fhir:display [ fhir:v "Amlodipine" ] ] [ fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ; fhir:l <http://www.whocc.no/atc> ] ; fhir:code [ fhir:v "C08CA01" ] ; fhir:display [ fhir:v "Amlodipine" ] ] ) ; fhir:text [ fhir:v "Amlodipine 5mg viên nén" ] ] ; # fhir:form [ fhir:text [ fhir:v "Viên nén" ] ] . # <http://fhir.hl7.org.vn/core/Medication/InlineMedicationMetformin500mg> a fhir:Medication ; fhir:id [ fhir:v "InlineMedicationMetformin500mg"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication> ] ) ] ; # 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=\"Medication_InlineMedicationMetformin500mg\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication InlineMedicationMetformin500mg</b></p><a name=\"InlineMedicationMetformin500mg\"> </a><a name=\"hcInlineMedicationMetformin500mg\"> </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.html\">Thuốc VN Core — VN Core Medication Profile</a></p></div><p><b>Số đăng ký thuốc (Visa) — Medication Registration Number</b>: VD-28456-19</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 109081006}, {http://www.whocc.no/atc A10BA02}\">Metformin 500mg viên nén</span></p><p><b>form</b>: <span title=\"Codes:\">Viên nén</span></p></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 "VD-28456-19" ] ] ) ; # fhir:code [ ( fhir:coding [ a sct:109081006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "109081006" ] ; fhir:display [ fhir:v "Metformin-containing product" ] ] [ fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ; fhir:l <http://www.whocc.no/atc> ] ; fhir:code [ fhir:v "A10BA02" ] ; fhir:display [ fhir:v "Metformin" ] ] ) ; fhir:text [ fhir:v "Metformin 500mg viên nén" ] ] ; # fhir:form [ fhir:text [ fhir:v "Viên nén" ] ] . # <http://fhir.hl7.org.vn/core/Medication/InlineMedicationAspirin81mg> a fhir:Medication ; fhir:id [ fhir:v "InlineMedicationAspirin81mg"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication"^^xsd:anyURI ; fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication> ] ) ] ; # 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=\"Medication_InlineMedicationAspirin81mg\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication InlineMedicationAspirin81mg</b></p><a name=\"InlineMedicationAspirin81mg\"> </a><a name=\"hcInlineMedicationAspirin81mg\"> </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.html\">Thuốc VN Core — VN Core Medication Profile</a></p></div><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 387458008}, {http://www.whocc.no/atc B01AC06}\">Aspirin 81mg viên nén bao phim tan trong ruột</span></p><p><b>form</b>: <span title=\"Codes:\">Viên nén bao phim tan trong ruột</span></p></div>"^^rdf:XMLLiteral ] ] ; # fhir:code [ ( fhir:coding [ a sct:387458008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "387458008" ] ; fhir:display [ fhir:v "Aspirin" ] ] [ fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ; fhir:l <http://www.whocc.no/atc> ] ; fhir:code [ fhir:v "B01AC06" ] ; fhir:display [ fhir:v "Acetylsalicylic acid" ] ] ) ; fhir:text [ fhir:v "Aspirin 81mg viên nén bao phim tan trong ruột" ] ] ; # fhir:form [ fhir:text [ fhir:v "Viên nén bao phim tan trong ruột" ] ] . # <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAmlodipine> a fhir:MedicationRequest ; fhir:id [ fhir:v "InlineMedRequestAmlodipine"] ; # 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_InlineMedRequestAmlodipine\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest InlineMedRequestAmlodipine</b></p><a name=\"InlineMedRequestAmlodipine\"> </a><a name=\"hcInlineMedRequestAmlodipine\"> </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>: VD-25123-18</p><p><b>Ngày y lệnh — Order Date Extension</b>: 2026-04-12 09:00:00+0700</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>medication</b>: <a href=\"Bundle-ExampleBundleEPrescription.html#Medication_InlineMedicationAmlodipine5mg\">Amlodipine 5mg</a></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleEPrescription.html#Encounter_InlineEncounterFollowUpHTNDM\">Encounter: extension = Khám chữa bệnh ban đầu,Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-12-0203; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-12 08:30:00+0700 --> 2026-04-12 09:30:00+0700</a></p><p><b>authoredOn</b>: 2026-04-12 09: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 I10}\">Tăng huyết áp</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Uống 1 viên 5mg, 1 lần/ngày, sáng sau ăn</p><p><b>timing</b>: at breakfast, Once per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Uống</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>5 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 30 viên</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>30</td><td>ngày</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></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 "VD-25123-18" ] ] [ 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-12T09:00:00+07:00"^^xsd:dateTime ] ] ) ; # fhir:status [ fhir:v "active"] ; # 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 "outpatient" ] ; fhir:display [ fhir:v "Outpatient" ] ] ) ] ) ; # fhir:medication [ a fhir:Reference ; fhir:l fhir:Medication/InlineMedicationAmlodipine5mg ; fhir:reference [ fhir:v "Medication/InlineMedicationAmlodipine5mg" ] ; fhir:display [ fhir:v "Amlodipine 5mg" ] ] ; # 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/InlineEncounterFollowUpHTNDM ; fhir:reference [ fhir:v "Encounter/InlineEncounterFollowUpHTNDM" ] ] ; # fhir:authoredOn [ fhir:v "2026-04-12T09: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 "I10" ] ; fhir:display [ fhir:v "Essential (primary) hypertension" ] ] ) ; fhir:text [ fhir:v "Tăng huyết áp" ] ] ) ; # fhir:dosageInstruction ( [ fhir:sequence [ fhir:v 1 ] ; fhir:text [ fhir:v "Uống 1 viên 5mg, 1 lần/ngày, sáng sau ăn" ] ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ; ( fhir:when [ fhir:v "CM" ] ) ] ] ; fhir:route [ ( fhir:coding [ a sct:26643006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "26643006" ] ; fhir:display [ fhir:v "Oral route" ] ] ) ; fhir:text [ fhir:v "Uống" ] ] ; ( fhir:doseAndRate [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "5"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "mg" ] ] ] ) ] ) ; # fhir:dispenseRequest [ fhir:numberOfRepeatsAllowed [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:quantity [ fhir:value [ fhir:v "30"^^xsd:decimal ] ; fhir:unit [ fhir:v "viên" ] ] ; fhir:expectedSupplyDuration [ fhir:value [ fhir:v "30"^^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" ] ] ] . # <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestMetformin> a fhir:MedicationRequest ; fhir:id [ fhir:v "InlineMedRequestMetformin"] ; # 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_InlineMedRequestMetformin\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest InlineMedRequestMetformin</b></p><a name=\"InlineMedRequestMetformin\"> </a><a name=\"hcInlineMedRequestMetformin\"> </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>: VD-28456-19</p><p><b>Ngày y lệnh — Order Date Extension</b>: 2026-04-12 09:00:00+0700</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>medication</b>: <a href=\"Bundle-ExampleBundleEPrescription.html#Medication_InlineMedicationMetformin500mg\">Metformin 500mg</a></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleEPrescription.html#Encounter_InlineEncounterFollowUpHTNDM\">Encounter: extension = Khám chữa bệnh ban đầu,Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-12-0203; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-12 08:30:00+0700 --> 2026-04-12 09:30:00+0700</a></p><p><b>authoredOn</b>: 2026-04-12 09: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 E11.9}\">Đái tháo đường type 2</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Uống 1 viên 500mg, 2 lần/ngày (sáng và tối), ngay sau ăn</p><p><b>timing</b>: at breakfast, at dinner, 2 per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Uống</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>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 60 viên</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>30</td><td>ngày</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></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 "VD-28456-19" ] ] [ 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-12T09:00:00+07:00"^^xsd:dateTime ] ] ) ; # fhir:status [ fhir:v "active"] ; # 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 "outpatient" ] ; fhir:display [ fhir:v "Outpatient" ] ] ) ] ) ; # fhir:medication [ a fhir:Reference ; fhir:l fhir:Medication/InlineMedicationMetformin500mg ; fhir:reference [ fhir:v "Medication/InlineMedicationMetformin500mg" ] ; fhir:display [ fhir:v "Metformin 500mg" ] ] ; # 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/InlineEncounterFollowUpHTNDM ; fhir:reference [ fhir:v "Encounter/InlineEncounterFollowUpHTNDM" ] ] ; # fhir:authoredOn [ fhir:v "2026-04-12T09: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 "E11.9" ] ; fhir:display [ fhir:v "Type 2 diabetes mellitus : Without complications" ] ] ) ; fhir:text [ fhir:v "Đái tháo đường type 2" ] ] ) ; # fhir:dosageInstruction ( [ fhir:sequence [ fhir:v 1 ] ; fhir:text [ fhir:v "Uống 1 viên 500mg, 2 lần/ngày (sáng và tối), ngay sau ăn" ] ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ; ( fhir:when [ fhir:v "CM" ] [ fhir:v "CV" ] ) ] ] ; fhir:route [ ( fhir:coding [ a sct:26643006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "26643006" ] ; fhir:display [ fhir:v "Oral route" ] ] ) ; fhir:text [ fhir:v "Uống" ] ] ; ( fhir:doseAndRate [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "500"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "mg" ] ] ] ) ] ) ; # fhir:dispenseRequest [ fhir:numberOfRepeatsAllowed [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:quantity [ fhir:value [ fhir:v "60"^^xsd:decimal ] ; fhir:unit [ fhir:v "viên" ] ] ; fhir:expectedSupplyDuration [ fhir:value [ fhir:v "30"^^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" ] ] ] . # <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAspirin> a fhir:MedicationRequest ; fhir:id [ fhir:v "InlineMedRequestAspirin"] ; # 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_InlineMedRequestAspirin\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest InlineMedRequestAspirin</b></p><a name=\"InlineMedRequestAspirin\"> </a><a name=\"hcInlineMedRequestAspirin\"> </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>Ngày y lệnh — Order Date Extension</b>: 2026-04-12 09:00:00+0700</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>medication</b>: <a href=\"Bundle-ExampleBundleEPrescription.html#Medication_InlineMedicationAspirin81mg\">Aspirin 81mg</a></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleEPrescription.html#Encounter_InlineEncounterFollowUpHTNDM\">Encounter: extension = Khám chữa bệnh ban đầu,Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-12-0203; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-12 08:30:00+0700 --> 2026-04-12 09:30:00+0700</a></p><p><b>authoredOn</b>: 2026-04-12 09: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 I10}\">Phòng ngừa biến cố tim mạch ở BN THA + ĐTĐ</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Uống 1 viên 81mg, 1 lần/ngày, sáng sau ăn</p><p><b>timing</b>: at breakfast, Once per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Uống</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>81 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 30 viên</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>30</td><td>ngày</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></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-12T09:00:00+07:00"^^xsd:dateTime ] ] ) ; # fhir:status [ fhir:v "active"] ; # 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 "outpatient" ] ; fhir:display [ fhir:v "Outpatient" ] ] ) ] ) ; # fhir:medication [ a fhir:Reference ; fhir:l fhir:Medication/InlineMedicationAspirin81mg ; fhir:reference [ fhir:v "Medication/InlineMedicationAspirin81mg" ] ; fhir:display [ fhir:v "Aspirin 81mg" ] ] ; # 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/InlineEncounterFollowUpHTNDM ; fhir:reference [ fhir:v "Encounter/InlineEncounterFollowUpHTNDM" ] ] ; # fhir:authoredOn [ fhir:v "2026-04-12T09: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 "I10" ] ; fhir:display [ fhir:v "Essential (primary) hypertension" ] ] ) ; fhir:text [ fhir:v "Phòng ngừa biến cố tim mạch ở BN THA + ĐTĐ" ] ] ) ; # fhir:dosageInstruction ( [ fhir:sequence [ fhir:v 1 ] ; fhir:text [ fhir:v "Uống 1 viên 81mg, 1 lần/ngày, sáng sau ăn" ] ; fhir:timing [ fhir:repeat [ fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:period [ fhir:v "1"^^xsd:decimal ] ; fhir:periodUnit [ fhir:v "d" ] ; ( fhir:when [ fhir:v "CM" ] ) ] ] ; fhir:route [ ( fhir:coding [ a sct:26643006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "26643006" ] ; fhir:display [ fhir:v "Oral route" ] ] ) ; fhir:text [ fhir:v "Uống" ] ] ; ( fhir:doseAndRate [ fhir:dose [ a fhir:Quantity ; fhir:value [ fhir:v "81"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "mg" ] ] ] ) ] ) ; # fhir:dispenseRequest [ fhir:numberOfRepeatsAllowed [ fhir:v "0"^^xsd:nonNegativeInteger ] ; fhir:quantity [ fhir:value [ fhir:v "30"^^xsd:decimal ] ; fhir:unit [ fhir:v "viên" ] ] ; fhir:expectedSupplyDuration [ fhir:value [ fhir:v "30"^^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" ] ] ] . #
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