HL7 Vietnam VN Core FHIR Implementation Guide

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

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.8.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Bundle đơn thuốc điện tử (ePrescription) — THA + ĐTĐ

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

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

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

<http://hl7.org/fhir/Bundle/ExampleBundleEPrescription> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleBundleEPrescription"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:Bundle.type [ fhir:value "collection"] ;
  fhir:Bundle.timestamp [ fhir:value "2026-04-12T10:00:00+07:00"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Encounter/InlineEncounterFollowUpHTNDM" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Encounter/InlineEncounterFollowUpHTNDM>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Condition/InlineConditionHTN" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Condition/InlineConditionHTN>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Condition/InlineConditionDM2" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Condition/InlineConditionDM2>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Medication/InlineMedicationAmlodipine5mg" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Medication/InlineMedicationAmlodipine5mg>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Medication/InlineMedicationMetformin500mg" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Medication/InlineMedicationMetformin500mg>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Medication/InlineMedicationAspirin81mg" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Medication/InlineMedicationAspirin81mg>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAmlodipine" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAmlodipine>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestMetformin" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestMetformin>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAspirin" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAspirin>
  ] .

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

<http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "ExamplePractitionerBSCKII"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_ExamplePractitionerBSCKII\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ExamplePractitionerBSCKII</b></p><a name=\"ExamplePractitionerBSCKII\"> </a><a name=\"hcExamplePractitionerBSCKII\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-practitioner.html\">Nhân viên y tế VN Core — VN Core Practitioner Profile</a></p></div><p><b>identifier</b>: Căn cước công dân/079175001234, Giấy phép hành nghề/001234/BYT-GPHN, Chứng chỉ hành nghề/HCM-001234/BYT-CCHN</p><p><b>name</b>: Nguyễn Thị Lan</p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs BS-CKII}\">Bác sĩ Chuyên khoa II — Nội khoa</span></td><td>Bộ Y tế</td></tr></table></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "CCCD" ] ;
         fhir:Coding.display [ fhir:value "Căn cước công dân" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/cccd" ] ;
     fhir:Identifier.value [ fhir:value "079175001234" ]
  ], [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "GPHN" ] ;
         fhir:Coding.display [ fhir:value "Giấy phép hành nghề" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/gphn" ] ;
     fhir:Identifier.value [ fhir:value "001234/BYT-GPHN" ]
  ], [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "CCHN" ] ;
         fhir:Coding.display [ fhir:value "Chứng chỉ hành nghề" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/cchn" ] ;
     fhir:Identifier.value [ fhir:value "HCM-001234/BYT-CCHN" ]
  ] ;
  fhir:Practitioner.name [
     fhir:index -1 ;
     fhir:HumanName.text [ fhir:value "Nguyễn Thị Lan" ] ;
     fhir:HumanName.family [ fhir:value "Nguyễn" ] ;
     fhir:HumanName.given [
       fhir:value "Thị" ;
       fhir:index -1
     ], [
       fhir:value "Lan" ;
       fhir:index -1
     ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "female"] ;
  fhir:Practitioner.qualification [
     fhir:index -1 ;
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs" ] ;
         fhir:Coding.code [ fhir:value "BS-CKII" ] ;
         fhir:Coding.display [ fhir:value "Bác sĩ Chuyên khoa II" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Bác sĩ Chuyên khoa II — Nội khoa" ]
     ] ;
     fhir:Practitioner.qualification.issuer [
       fhir:Reference.display [ fhir:value "Bộ Y tế" ]
     ]
  ] .

<http://fhir.hl7.org.vn/core/Encounter/InlineEncounterFollowUpHTNDM> a fhir:Encounter ;
  fhir:Resource.id [ fhir:value "InlineEncounterFollowUpHTNDM"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_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>identifier</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.2.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 --&gt; 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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-visit-type" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs" ] ;
         fhir:Coding.code [ fhir:value "5" ] ;
         fhir:Coding.display [ fhir:value "Khám chữa bệnh ban đầu" ]
       ]
     ]
  ] ;
  fhir:Encounter.identifier [
     fhir:index -1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs" ] ;
         fhir:Coding.code [ fhir:value "MA_LUOT_KCB" ] ;
         fhir:Coding.display [ fhir:value "Mã lượt khám chữa bệnh" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ma-luot-kcb" ] ;
     fhir:Identifier.value [ fhir:value "LK-2026-04-12-0203" ]
  ] ;
  fhir:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "AMB" ] ;
     fhir:Coding.display [ fhir:value "ambulatory" ]
  ] ;
  fhir:Encounter.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-encounter-type-cs" ] ;
       fhir:Coding.code [ fhir:value "01" ] ;
       fhir:Coding.display [ fhir:value "Khám bệnh" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Tái khám ngoại trú — kiểm soát THA + ĐTĐ" ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2026-04-12T08:30:00+07:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2026-04-12T09:30:00+07:00"^^xsd:dateTime ]
  ] ;
  fhir:Encounter.diagnosis [
     fhir:index -1 ;
     fhir:Encounter.diagnosis.condition [
       fhir:link <http://hl7.org/fhir/Condition/InlineConditionHTN> ;
       fhir:Reference.reference [ fhir:value "Condition/InlineConditionHTN" ] ;
       fhir:Reference.display [ fhir:value "I10 — Tăng huyết áp" ]
     ] ;
     fhir:Encounter.diagnosis.use [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/diagnosis-role" ] ;
         fhir:Coding.code [ fhir:value "AD" ] ;
         fhir:Coding.display [ fhir:value "Admission diagnosis" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Encounter.diagnosis.condition [
       fhir:link <http://hl7.org/fhir/Condition/InlineConditionDM2> ;
       fhir:Reference.reference [ fhir:value "Condition/InlineConditionDM2" ] ;
       fhir:Reference.display [ fhir:value "E11.9 — Đái tháo đường type 2" ]
     ] ;
     fhir:Encounter.diagnosis.use [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/diagnosis-role" ] ;
         fhir:Coding.code [ fhir:value "CM" ] ;
         fhir:Coding.display [ fhir:value "Comorbidity diagnosis" ]
       ]
     ]
  ] ;
  fhir:Encounter.serviceProvider [
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationChoRay> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationChoRay" ] ;
     fhir:Reference.display [ fhir:value "Bệnh viện Chợ Rẫy" ]
  ] .

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

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

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

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

<http://fhir.hl7.org.vn/core/Condition/InlineConditionHTN> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "InlineConditionHTN"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_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; identifier = 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 --&gt; 2026-04-12 09:30:00+0700</a></p><p><b>recordedDate</b>: 2026-04-12</p></div>"
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ] ;
       fhir:Coding.display [ fhir:value "Active" ]
     ]
  ] ;
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ] ;
       fhir:Coding.display [ fhir:value "Confirmed" ]
     ]
  ] ;
  fhir:Condition.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
       fhir:Coding.code [ fhir:value "encounter-diagnosis" ] ;
       fhir:Coding.display [ fhir:value "Encounter Diagnosis" ]
     ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
       fhir:Coding.code [ fhir:value "I10" ] ;
       fhir:Coding.display [ fhir:value "Essential (primary) hypertension" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Tăng huyết áp nguyên phát" ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Condition.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterFollowUpHTNDM> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterFollowUpHTNDM" ]
  ] ;
  fhir:Condition.recordedDate [ fhir:value "2026-04-12"^^xsd:date] .

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

<http://fhir.hl7.org.vn/core/Condition/InlineConditionDM2> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "InlineConditionDM2"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_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; identifier = 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 --&gt; 2026-04-12 09:30:00+0700</a></p><p><b>recordedDate</b>: 2026-04-12</p></div>"
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ] ;
       fhir:Coding.display [ fhir:value "Active" ]
     ]
  ] ;
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ] ;
       fhir:Coding.display [ fhir:value "Confirmed" ]
     ]
  ] ;
  fhir:Condition.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
       fhir:Coding.code [ fhir:value "encounter-diagnosis" ] ;
       fhir:Coding.display [ fhir:value "Encounter Diagnosis" ]
     ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
       fhir:Coding.code [ fhir:value "E11.9" ] ;
       fhir:Coding.display [ fhir:value "Type 2 diabetes mellitus : Without complications" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Đái tháo đường type 2, không biến chứng" ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Condition.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterFollowUpHTNDM> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterFollowUpHTNDM" ]
  ] ;
  fhir:Condition.recordedDate [ fhir:value "2026-04-12"^^xsd:date] .

<http://fhir.hl7.org.vn/core/Medication/InlineMedicationAmlodipine5mg> a fhir:Medication ;
  fhir:Resource.id [ fhir:value "InlineMedicationAmlodipine5mg"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number" ] ;
     fhir:Extension.valueString [ fhir:value "VD-25123-18" ]
  ] ;
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:386864001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "386864001" ] ;
       fhir:Coding.display [ fhir:value "Amlodipine" ]
     ], [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
       fhir:Coding.code [ fhir:value "C08CA01" ] ;
       fhir:Coding.display [ fhir:value "Amlodipine" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Amlodipine 5mg viên nén" ]
  ] ;
  fhir:Medication.form [
     fhir:CodeableConcept.text [ fhir:value "Viên nén" ]
  ] .

<http://fhir.hl7.org.vn/core/Medication/InlineMedicationMetformin500mg> a fhir:Medication ;
  fhir:Resource.id [ fhir:value "InlineMedicationMetformin500mg"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number" ] ;
     fhir:Extension.valueString [ fhir:value "VD-28456-19" ]
  ] ;
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:109081006 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "109081006" ] ;
       fhir:Coding.display [ fhir:value "Metformin-containing product" ]
     ], [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
       fhir:Coding.code [ fhir:value "A10BA02" ] ;
       fhir:Coding.display [ fhir:value "Metformin" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Metformin 500mg viên nén" ]
  ] ;
  fhir:Medication.form [
     fhir:CodeableConcept.text [ fhir:value "Viên nén" ]
  ] .

<http://fhir.hl7.org.vn/core/Medication/InlineMedicationAspirin81mg> a fhir:Medication ;
  fhir:Resource.id [ fhir:value "InlineMedicationAspirin81mg"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"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>"
  ] ;
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:387458008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "387458008" ] ;
       fhir:Coding.display [ fhir:value "Aspirin" ]
     ], [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
       fhir:Coding.code [ fhir:value "B01AC06" ] ;
       fhir:Coding.display [ fhir:value "Acetylsalicylic acid" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Aspirin 81mg viên nén bao phim tan trong ruột" ]
  ] ;
  fhir:Medication.form [
     fhir:CodeableConcept.text [ fhir:value "Viên nén bao phim tan trong ruột" ]
  ] .

<http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAmlodipine> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "InlineMedRequestAmlodipine"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_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; identifier = 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 --&gt; 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://hl7.org/fhir/uv/xver-r5.r4/0.1.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number" ] ;
     fhir:Extension.valueString [ fhir:value "VD-25123-18" ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2026-04-12T09:00:00+07:00"^^xsd:dateTime ]
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medicationrequest-category" ] ;
       fhir:Coding.code [ fhir:value "outpatient" ] ;
       fhir:Coding.display [ fhir:value "Outpatient" ]
     ]
  ] ;
  fhir:MedicationRequest.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/InlineMedicationAmlodipine5mg> ;
     fhir:Reference.reference [ fhir:value "Medication/InlineMedicationAmlodipine5mg" ] ;
     fhir:Reference.display [ fhir:value "Amlodipine 5mg" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:MedicationRequest.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterFollowUpHTNDM> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterFollowUpHTNDM" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2026-04-12T09:00:00+07:00"^^xsd:dateTime] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
  ] ;
  fhir:MedicationRequest.reasonCode [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
       fhir:Coding.code [ fhir:value "I10" ] ;
       fhir:Coding.display [ fhir:value "Essential (primary) hypertension" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Tăng huyết áp" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index -1 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "Uống 1 viên 5mg, 1 lần/ngày, sáng sau ăn" ] ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ] ;
         fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Timing.repeat.periodUnit [ fhir:value "d" ] ;
         fhir:Timing.repeat.when [
           fhir:value "CM" ;
           fhir:index -1
         ]
       ]
     ] ;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a sct:26643006 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "26643006" ] ;
         fhir:Coding.display [ fhir:value "Oral route" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Uống" ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index -1 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "5"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "mg" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "mg" ]
       ]
     ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.numberOfRepeatsAllowed [ fhir:value "0"^^xsd:nonNegativeInteger ] ;
     fhir:MedicationRequest.dispenseRequest.quantity [
       fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "viên" ]
     ] ;
     fhir:MedicationRequest.dispenseRequest.expectedSupplyDuration [
       fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "ngày" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "d" ]
     ]
  ] .

<http://hl7.org/fhir/Medication/InlineMedicationAmlodipine5mg> a fhir:Medication .

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

<http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestMetformin> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "InlineMedRequestMetformin"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_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; identifier = 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 --&gt; 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://hl7.org/fhir/uv/xver-r5.r4/0.1.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number" ] ;
     fhir:Extension.valueString [ fhir:value "VD-28456-19" ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2026-04-12T09:00:00+07:00"^^xsd:dateTime ]
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medicationrequest-category" ] ;
       fhir:Coding.code [ fhir:value "outpatient" ] ;
       fhir:Coding.display [ fhir:value "Outpatient" ]
     ]
  ] ;
  fhir:MedicationRequest.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/InlineMedicationMetformin500mg> ;
     fhir:Reference.reference [ fhir:value "Medication/InlineMedicationMetformin500mg" ] ;
     fhir:Reference.display [ fhir:value "Metformin 500mg" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:MedicationRequest.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterFollowUpHTNDM> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterFollowUpHTNDM" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2026-04-12T09:00:00+07:00"^^xsd:dateTime] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
  ] ;
  fhir:MedicationRequest.reasonCode [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
       fhir:Coding.code [ fhir:value "E11.9" ] ;
       fhir:Coding.display [ fhir:value "Type 2 diabetes mellitus : Without complications" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Đái tháo đường type 2" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index -1 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "Uống 1 viên 500mg, 2 lần/ngày (sáng và tối), ngay sau ăn" ] ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.frequency [ fhir:value "2"^^xsd:positiveInteger ] ;
         fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Timing.repeat.periodUnit [ fhir:value "d" ] ;
         fhir:Timing.repeat.when [
           fhir:value "CM" ;
           fhir:index -1
         ], [
           fhir:value "CV" ;
           fhir:index -1
         ]
       ]
     ] ;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a sct:26643006 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "26643006" ] ;
         fhir:Coding.display [ fhir:value "Oral route" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Uống" ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index -1 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "500"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "mg" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "mg" ]
       ]
     ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.numberOfRepeatsAllowed [ fhir:value "0"^^xsd:nonNegativeInteger ] ;
     fhir:MedicationRequest.dispenseRequest.quantity [
       fhir:Quantity.value [ fhir:value "60"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "viên" ]
     ] ;
     fhir:MedicationRequest.dispenseRequest.expectedSupplyDuration [
       fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "ngày" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "d" ]
     ]
  ] .

<http://hl7.org/fhir/Medication/InlineMedicationMetformin500mg> a fhir:Medication .

<http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedRequestAspirin> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "InlineMedRequestAspirin"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_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; identifier = 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 --&gt; 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://hl7.org/fhir/uv/xver-r5.r4/0.1.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date" ] ;
     fhir:Extension.valueDateTime [ fhir:value "2026-04-12T09:00:00+07:00"^^xsd:dateTime ]
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/medicationrequest-category" ] ;
       fhir:Coding.code [ fhir:value "outpatient" ] ;
       fhir:Coding.display [ fhir:value "Outpatient" ]
     ]
  ] ;
  fhir:MedicationRequest.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/InlineMedicationAspirin81mg> ;
     fhir:Reference.reference [ fhir:value "Medication/InlineMedicationAspirin81mg" ] ;
     fhir:Reference.display [ fhir:value "Aspirin 81mg" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:MedicationRequest.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterFollowUpHTNDM> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterFollowUpHTNDM" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2026-04-12T09:00:00+07:00"^^xsd:dateTime] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
  ] ;
  fhir:MedicationRequest.reasonCode [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
       fhir:Coding.code [ fhir:value "I10" ] ;
       fhir:Coding.display [ fhir:value "Essential (primary) hypertension" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Phòng ngừa biến cố tim mạch ở BN THA + ĐTĐ" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index -1 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "Uống 1 viên 81mg, 1 lần/ngày, sáng sau ăn" ] ;
     fhir:Dosage.timing [
       fhir:Timing.repeat [
         fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ] ;
         fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Timing.repeat.periodUnit [ fhir:value "d" ] ;
         fhir:Timing.repeat.when [
           fhir:value "CM" ;
           fhir:index -1
         ]
       ]
     ] ;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a sct:26643006 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "26643006" ] ;
         fhir:Coding.display [ fhir:value "Oral route" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Uống" ]
     ] ;
     fhir:Dosage.doseAndRate [
       fhir:index -1 ;
       fhir:Dosage.doseAndRate.doseQuantity [
         fhir:Quantity.value [ fhir:value "81"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "mg" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "mg" ]
       ]
     ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.numberOfRepeatsAllowed [ fhir:value "0"^^xsd:nonNegativeInteger ] ;
     fhir:MedicationRequest.dispenseRequest.quantity [
       fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "viên" ]
     ] ;
     fhir:MedicationRequest.dispenseRequest.expectedSupplyDuration [
       fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "ngày" ] ;
       fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
       fhir:Quantity.code [ fhir:value "d" ]
     ]
  ] .

<http://hl7.org/fhir/Medication/InlineMedicationAspirin81mg> a fhir:Medication .

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

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