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 YHCT đầy đủ — Yêu thống thể hàn thấp

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/ExampleBundleYHCTFullVisit> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleBundleYHCTFullVisit"] ;
  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-18T11: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/InlineEncounterYHCTFullVisit" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Encounter/InlineEncounterYHCTFullVisit>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Condition/InlineConditionLBPWestern" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Condition/InlineConditionLBPWestern>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Condition/InlineConditionYHCTHanThap" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Condition/InlineConditionYHCTHanThap>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Condition/InlineConditionYHCTBatCuong" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Condition/InlineConditionYHCTBatCuong>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Observation/InlineObservationYHCTPulse" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Observation/InlineObservationYHCTPulse>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Observation/InlineObservationYHCTTongue" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Observation/InlineObservationYHCTTongue>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Observation/InlineObservationYHCTSymptom" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Observation/InlineObservationYHCTSymptom>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Procedure/InlineProcedureAcupuncture" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Procedure/InlineProcedureAcupuncture>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Medication/InlineMedicationHerbalFormula" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Medication/InlineMedicationHerbalFormula>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestHerbal" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestHerbal>
  ] .

<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/InlineEncounterYHCTFullVisit> a fhir:Encounter ;
  fhir:Resource.id [ fhir:value "InlineEncounterYHCTFullVisit"] ;
  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_InlineEncounterYHCTFullVisit\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter InlineEncounterYHCTFullVisit</b></p><a name=\"InlineEncounterYHCTFullVisit\"> </a><a name=\"hcInlineEncounterYHCTFullVisit\"> </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>Kết quả điều trị — Vietnam Treatment Outcome Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-treatment-outcome-cs 2}\">Đỡ</span></p><p><b>identifier</b>: Mã lượt khám chữa bệnh/LK-2026-04-18-YHCT-0042</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}\">Khám ngoại trú YHCT — Yêu thống thể hàn thấp</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></td></tr></table><p><b>period</b>: 2026-04-18 08:00:00+0700 --&gt; 2026-04-18 11:00:00+0700</p><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Bundle-ExampleBundleYHCTFullVisit.html#Condition_InlineConditionLBPWestern\">M54.5 — Đau thắt lưng (Tây y / ICD-10)</a></p><p><b>use</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></p><p><b>rank</b>: 1</p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Bundle-ExampleBundleYHCTFullVisit.html#Condition_InlineConditionYHCTHanThap\">U62.392.5.01 — Yêu thống: Thể hàn thấp (YHCT)</a></p><p><b>use</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></p><p><b>rank</b>: 2</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:index -1 ;
     fhir:Extension.url [ fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-treatment-outcome" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-treatment-outcome-cs" ] ;
         fhir:Coding.code [ fhir:value "2" ] ;
         fhir:Coding.display [ fhir:value "Đỡ" ]
       ]
     ]
  ] ;
  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-18-YHCT-0042" ]
  ] ;
  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 "Khám ngoại trú YHCT — Yêu thống thể hàn thấp" ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Encounter.participant [
     fhir:index -1 ;
     fhir:Encounter.participant.individual [
       fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
       fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
       fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
     ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2026-04-18T08:00:00+07:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2026-04-18T11:00:00+07:00"^^xsd:dateTime ]
  ] ;
  fhir:Encounter.diagnosis [
     fhir:index -1 ;
     fhir:Encounter.diagnosis.condition [
       fhir:link <http://hl7.org/fhir/Condition/InlineConditionLBPWestern> ;
       fhir:Reference.reference [ fhir:value "Condition/InlineConditionLBPWestern" ] ;
       fhir:Reference.display [ fhir:value "M54.5 — Đau thắt lưng (Tây y / ICD-10)" ]
     ] ;
     fhir:Encounter.diagnosis.use [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/diagnosis-role" ] ;
         fhir:Coding.code [ fhir:value "AD" ] ;
         fhir:Coding.display [ fhir:value "Admission diagnosis" ]
       ]
     ] ;
     fhir:Encounter.diagnosis.rank [ fhir:value "1"^^xsd:positiveInteger ]
  ], [
     fhir:index -1 ;
     fhir:Encounter.diagnosis.condition [
       fhir:link <http://hl7.org/fhir/Condition/InlineConditionYHCTHanThap> ;
       fhir:Reference.reference [ fhir:value "Condition/InlineConditionYHCTHanThap" ] ;
       fhir:Reference.display [ fhir:value "U62.392.5.01 — Yêu thống: Thể hàn thấp (YHCT)" ]
     ] ;
     fhir:Encounter.diagnosis.use [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/diagnosis-role" ] ;
         fhir:Coding.code [ fhir:value "AD" ] ;
         fhir:Coding.display [ fhir:value "Admission diagnosis" ]
       ]
     ] ;
     fhir:Encounter.diagnosis.rank [ fhir:value "2"^^xsd:positiveInteger ]
  ] ;
  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/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner .

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

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

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

<http://fhir.hl7.org.vn/core/Condition/InlineConditionLBPWestern> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "InlineConditionLBPWestern"] ;
  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_InlineConditionLBPWestern\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition InlineConditionLBPWestern</b></p><a name=\"InlineConditionLBPWestern\"> </a><a name=\"hcInlineConditionLBPWestern\"> </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 M54.5}, {http://snomed.info/sct 279039007}\">Đau thắt lưng mạn tính (mã ICD-10 Tây y song song YHCT)</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-ExampleBundleYHCTFullVisit.html#Encounter_InlineEncounterYHCTFullVisit\">Encounter: extension = Khám chữa bệnh ban đầu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-18-YHCT-0042; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-18 08:00:00+0700 --&gt; 2026-04-18 11:00:00+0700</a></p><p><b>onset</b>: 2026-01-18 00:00:00+0700</p><p><b>recordedDate</b>: 2026-04-18</p><p><b>note</b>: </p><blockquote><div><p>Đau lưng mạn tính 3 tháng. Đau tăng khi trời lạnh ẩm. Không chấn thương. Đây là mã Tây y — chẩn đoán YHCT xem InlineConditionYHCTHanThap.</p>\n</div></blockquote></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 "M54.5" ] ;
       fhir:Coding.display [ fhir:value "Low back pain" ]
     ], [
       fhir:index -1 ;
       a sct:279039007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "279039007" ] ;
       fhir:Coding.display [ fhir:value "Low back pain" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Đau thắt lưng mạn tính (mã ICD-10 Tây y song song YHCT)" ]
  ] ;
  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/InlineEncounterYHCTFullVisit> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterYHCTFullVisit" ]
  ] ;
  fhir:Condition.onsetDateTime [ fhir:value "2026-01-18T00:00:00+07:00"^^xsd:dateTime] ;
  fhir:Condition.recordedDate [ fhir:value "2026-04-18"^^xsd:date] ;
  fhir:Condition.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Đau lưng mạn tính 3 tháng. Đau tăng khi trời lạnh ẩm. Không chấn thương. Đây là mã Tây y — chẩn đoán YHCT xem InlineConditionYHCTHanThap." ]
  ] .

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

<http://fhir.hl7.org.vn/core/Condition/InlineConditionYHCTHanThap> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "InlineConditionYHCTHanThap"] ;
  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_InlineConditionYHCTHanThap\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition InlineConditionYHCTHanThap</b></p><a name=\"InlineConditionYHCTHanThap\"> </a><a name=\"hcInlineConditionYHCTHanThap\"> </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 M54.5}, {http://snomed.info/sct 279039007}, {http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-disease-cs U62.392.5.01}\">Yêu thống thể hàn thấp — Đau lưng do phong hàn thấp xâm phạm</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleYHCTFullVisit.html#Encounter_InlineEncounterYHCTFullVisit\">Encounter: extension = Khám chữa bệnh ban đầu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-18-YHCT-0042; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-18 08:00:00+0700 --&gt; 2026-04-18 11:00:00+0700</a></p><p><b>onset</b>: 2026-01-18 00:00:00+0700</p><p><b>recordedDate</b>: 2026-04-18</p><p><b>note</b>: </p><blockquote><div><p>Chẩn đoán YHCT: Yêu thống thể hàn thấp. Biểu hiện: đau thắt lưng tăng khi lạnh ẩm, sợ lạnh, mạch trầm trì, lưỡi nhợt rêu trắng. Pháp điều trị: Ôn thông kinh lạc, Trừ phong thấp.</p>\n</div></blockquote></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 "M54.5" ] ;
       fhir:Coding.display [ fhir:value "Low back pain" ]
     ], [
       fhir:index -1 ;
       a sct:279039007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "279039007" ] ;
       fhir:Coding.display [ fhir:value "Low back pain" ]
     ], [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-disease-cs" ] ;
       fhir:Coding.code [ fhir:value "U62.392.5.01" ] ;
       fhir:Coding.display [ fhir:value "Yêu thống: Thể hàn thấp [M54.5]" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Yêu thống thể hàn thấp — Đau lưng do phong hàn thấp xâm phạm" ]
  ] ;
  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/InlineEncounterYHCTFullVisit> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterYHCTFullVisit" ]
  ] ;
  fhir:Condition.onsetDateTime [ fhir:value "2026-01-18T00:00:00+07:00"^^xsd:dateTime] ;
  fhir:Condition.recordedDate [ fhir:value "2026-04-18"^^xsd:date] ;
  fhir:Condition.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Chẩn đoán YHCT: Yêu thống thể hàn thấp. Biểu hiện: đau thắt lưng tăng khi lạnh ẩm, sợ lạnh, mạch trầm trì, lưỡi nhợt rêu trắng. Pháp điều trị: Ôn thông kinh lạc, Trừ phong thấp." ]
  ] .

<http://fhir.hl7.org.vn/core/Condition/InlineConditionYHCTBatCuong> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "InlineConditionYHCTBatCuong"] ;
  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_InlineConditionYHCTBatCuong\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition InlineConditionYHCTBatCuong</b></p><a name=\"InlineConditionYHCTBatCuong\"> </a><a name=\"hcInlineConditionYHCTBatCuong\"> </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://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-diagnosis-cs 6535004}\">Hàn chứng — Bát cương biện chứng: Hàn (phong hàn thấp 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-ExampleBundleYHCTFullVisit.html#Encounter_InlineEncounterYHCTFullVisit\">Encounter: extension = Khám chữa bệnh ban đầu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-18-YHCT-0042; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-18 08:00:00+0700 --&gt; 2026-04-18 11:00:00+0700</a></p><p><b>recordedDate</b>: 2026-04-18</p><p><b>note</b>: </p><blockquote><div><p>Bát cương biện chứng: Hàn chứng. Căn cứ: đau tăng khi lạnh, sợ lạnh, mạch trầm trì, lưỡi nhợt. Kết luận bát cương: Lý — Hàn — Thực (hàn thấp tà thực). Điều trị cần ôn dương tán hàn.</p>\n</div></blockquote></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://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-diagnosis-cs" ] ;
       fhir:Coding.code [ fhir:value "6535004" ] ;
       fhir:Coding.display [ fhir:value "Hàn" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Hàn chứng — Bát cương biện chứng: Hàn (phong hàn thấp 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/InlineEncounterYHCTFullVisit> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterYHCTFullVisit" ]
  ] ;
  fhir:Condition.recordedDate [ fhir:value "2026-04-18"^^xsd:date] ;
  fhir:Condition.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Bát cương biện chứng: Hàn chứng. Căn cứ: đau tăng khi lạnh, sợ lạnh, mạch trầm trì, lưỡi nhợt. Kết luận bát cương: Lý — Hàn — Thực (hàn thấp tà thực). Điều trị cần ôn dương tán hàn." ]
  ] .

<http://fhir.hl7.org.vn/core/Observation/InlineObservationYHCTPulse> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "InlineObservationYHCTPulse"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-yhct" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-yhct>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_InlineObservationYHCTPulse\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation InlineObservationYHCTPulse</b></p><a name=\"InlineObservationYHCTPulse\"> </a><a name=\"hcInlineObservationYHCTPulse\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-observation-yhct.html\">Đánh giá YHCT VN Core — VN Core Observation Traditional Medicine Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs YHCT}\">Y học cổ truyền</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 5880005}\">Thiết chẩn — Bắt mạch YHCT (tứ chẩn)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleYHCTFullVisit.html#Encounter_InlineEncounterYHCTFullVisit\">Encounter: extension = Khám chữa bệnh ban đầu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-18-YHCT-0042; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-18 08:00:00+0700 --&gt; 2026-04-18 11:00:00+0700</a></p><p><b>effective</b>: 2026-04-18 09:00:00+0700</p><p><b>performer</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>value</b>: Mạch trầm, trì. Hai tay đều trầm trì, lực yếu, nhất là bộ thận. Phù hợp hàn thấp tý.</p><p><b>note</b>: </p><blockquote><div><p>Thiết chẩn tổng hợp: Mạch trầm trì — phù hợp hàn thấp tý. Mạch bộ thận (chi xích) đặc biệt trầm trì yếu, chứng tỏ thận dương hư suy. Kết hợp các chứng khác → thể hàn thấp.</p>\n</div></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-pulse-cs 6581102}\">Mạch trầm</span></p><p><b>value</b>: Mạch trầm — ấn sâu mới thấy rõ, cả hai tay. Biểu hiện lý chứng (nội thương).</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-pulse-cs 6581103}\">Mạch trì</span></p><p><b>value</b>: Mạch trì — nhịp &lt; 60 lần/phút. Biểu hiện hàn chứng (dương hư hoặc hàn tà).</p></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs" ] ;
       fhir:Coding.code [ fhir:value "YHCT" ] ;
       fhir:Coding.display [ fhir:value "Y học cổ truyền" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:5880005 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "5880005" ] ;
       fhir:Coding.display [ fhir:value "Clinical examination" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Thiết chẩn — Bắt mạch YHCT (tứ chẩn)" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Observation.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterYHCTFullVisit> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterYHCTFullVisit" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-04-18T09:00:00+07:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
  ] ;
  fhir:Observation.valueString [ fhir:value "Mạch trầm, trì. Hai tay đều trầm trì, lực yếu, nhất là bộ thận. Phù hợp hàn thấp tý."] ;
  fhir:Observation.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Thiết chẩn tổng hợp: Mạch trầm trì — phù hợp hàn thấp tý. Mạch bộ thận (chi xích) đặc biệt trầm trì yếu, chứng tỏ thận dương hư suy. Kết hợp các chứng khác → thể hàn thấp." ]
  ] ;
  fhir:Observation.component [
     fhir:index -1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-pulse-cs" ] ;
         fhir:Coding.code [ fhir:value "6581102" ] ;
         fhir:Coding.display [ fhir:value "Mạch trầm" ]
       ]
     ] ;
     fhir:Observation.component.valueString [ fhir:value "Mạch trầm — ấn sâu mới thấy rõ, cả hai tay. Biểu hiện lý chứng (nội thương)." ]
  ], [
     fhir:index -1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-pulse-cs" ] ;
         fhir:Coding.code [ fhir:value "6581103" ] ;
         fhir:Coding.display [ fhir:value "Mạch trì" ]
       ]
     ] ;
     fhir:Observation.component.valueString [ fhir:value "Mạch trì — nhịp < 60 lần/phút. Biểu hiện hàn chứng (dương hư hoặc hàn tà)." ]
  ] .

<http://fhir.hl7.org.vn/core/Observation/InlineObservationYHCTTongue> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "InlineObservationYHCTTongue"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-yhct" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-yhct>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_InlineObservationYHCTTongue\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation InlineObservationYHCTTongue</b></p><a name=\"InlineObservationYHCTTongue\"> </a><a name=\"hcInlineObservationYHCTTongue\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-observation-yhct.html\">Đánh giá YHCT VN Core — VN Core Observation Traditional Medicine Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs YHCT}\">Y học cổ truyền</span></p><p><b>code</b>: <span title=\"Codes:\">Vọng chẩn — Quan sát lưỡi YHCT (tứ chẩn)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleYHCTFullVisit.html#Encounter_InlineEncounterYHCTFullVisit\">Encounter: extension = Khám chữa bệnh ban đầu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-18-YHCT-0042; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-18 08:00:00+0700 --&gt; 2026-04-18 11:00:00+0700</a></p><p><b>effective</b>: 2026-04-18 09:05:00+0700</p><p><b>performer</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>value</b>: Lưỡi nhợt, rêu trắng dày ướt. Phù hợp hàn thấp — dương hư thấp trệ.</p><p><b>note</b>: </p><blockquote><div><p>Vọng chẩn lưỡi: Chất nhợt + rêu trắng dày ướt. Kết luận: Hàn thấp xâm phạm, dương khí bị tổn thương. Phù hợp hoàn toàn với thiết chẩn mạch trầm trì.</p>\n</div></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-tongue-cs 6581007}\">Chất lưỡi nhợt/Chất lưỡi nhạt</span></p><p><b>value</b>: Chất lưỡi nhợt nhạt — khí huyết hư, dương hư. Cả thân lưỡi đều nhạt.</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-tongue-cs 6581027}\">Rêu lưỡi trắng</span></p><p><b>value</b>: Rêu trắng — biểu chứng hoặc hàn chứng. Kết hợp rêu dày → hàn thấp.</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-tongue-cs 6581026}\">Rêu lưỡi dầy/Rêu lưỡi dày</span></p><p><b>value</b>: Rêu dày — thực tà (thấp, thực nhiệt, thực hàn). Ở đây kết hợp trắng dày → hàn thấp thực chứng.</p></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs" ] ;
       fhir:Coding.code [ fhir:value "YHCT" ] ;
       fhir:Coding.display [ fhir:value "Y học cổ truyền" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.text [ fhir:value "Vọng chẩn — Quan sát lưỡi YHCT (tứ chẩn)" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Observation.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterYHCTFullVisit> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterYHCTFullVisit" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-04-18T09:05:00+07:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
  ] ;
  fhir:Observation.valueString [ fhir:value "Lưỡi nhợt, rêu trắng dày ướt. Phù hợp hàn thấp — dương hư thấp trệ."] ;
  fhir:Observation.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Vọng chẩn lưỡi: Chất nhợt + rêu trắng dày ướt. Kết luận: Hàn thấp xâm phạm, dương khí bị tổn thương. Phù hợp hoàn toàn với thiết chẩn mạch trầm trì." ]
  ] ;
  fhir:Observation.component [
     fhir:index -1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-tongue-cs" ] ;
         fhir:Coding.code [ fhir:value "6581007" ] ;
         fhir:Coding.display [ fhir:value "Chất lưỡi nhợt/Chất lưỡi nhạt" ]
       ]
     ] ;
     fhir:Observation.component.valueString [ fhir:value "Chất lưỡi nhợt nhạt — khí huyết hư, dương hư. Cả thân lưỡi đều nhạt." ]
  ], [
     fhir:index -1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-tongue-cs" ] ;
         fhir:Coding.code [ fhir:value "6581027" ] ;
         fhir:Coding.display [ fhir:value "Rêu lưỡi trắng" ]
       ]
     ] ;
     fhir:Observation.component.valueString [ fhir:value "Rêu trắng — biểu chứng hoặc hàn chứng. Kết hợp rêu dày → hàn thấp." ]
  ], [
     fhir:index -1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-tongue-cs" ] ;
         fhir:Coding.code [ fhir:value "6581026" ] ;
         fhir:Coding.display [ fhir:value "Rêu lưỡi dầy/Rêu lưỡi dày" ]
       ]
     ] ;
     fhir:Observation.component.valueString [ fhir:value "Rêu dày — thực tà (thấp, thực nhiệt, thực hàn). Ở đây kết hợp trắng dày → hàn thấp thực chứng." ]
  ] .

<http://fhir.hl7.org.vn/core/Observation/InlineObservationYHCTSymptom> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "InlineObservationYHCTSymptom"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-yhct" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-observation-yhct>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_InlineObservationYHCTSymptom\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation InlineObservationYHCTSymptom</b></p><a name=\"InlineObservationYHCTSymptom\"> </a><a name=\"hcInlineObservationYHCTSymptom\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-observation-yhct.html\">Đánh giá YHCT VN Core — VN Core Observation Traditional Medicine Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs YHCT}\">Y học cổ truyền</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 84100007}\">Vấn chẩn — Hỏi bệnh YHCT (tứ chẩn)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleYHCTFullVisit.html#Encounter_InlineEncounterYHCTFullVisit\">Encounter: extension = Khám chữa bệnh ban đầu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-18-YHCT-0042; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-18 08:00:00+0700 --&gt; 2026-04-18 11:00:00+0700</a></p><p><b>effective</b>: 2026-04-18 08:30:00+0700</p><p><b>performer</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>value</b>: Đau thắt lưng mạn tính 3 tháng, tăng khi lạnh ẩm, sợ lạnh, không sốt, tiểu trong dài. Phù hợp hàn thấp tý.</p><p><b>note</b>: </p><blockquote><div><p>Vấn chẩn tổng hợp: Khởi phát mùa đông, đau tăng khi lạnh ẩm, giảm khi ấm. Không sốt, không vã mồ hôi. Tiểu trong dài (không có nhiệt). Kết luận vấn chẩn: Hàn thấp tý — kiêm thận dương hư.</p>\n</div></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-symptom-cs 6541000}\">Đau nhiều vùng thắt lưng</span></p><p><b>value</b>: Đau thắt lưng âm ỉ, kéo dài 3 tháng. Đau theo vùng, không lan xuống chân. VAS 6/10.</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-symptom-cs 6541001}\">Đau tăng khi trời lạnh, ẩm</span></p><p><b>value</b>: Đau tăng rõ rệt khi trời lạnh, ẩm, mưa. Giảm khi chườm ấm, nghỉ ngơi. Điển hình hàn thấp.</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-symptom-cs 6541004}\">Sợ lạnh</span></p><p><b>value</b>: Bệnh nhân sợ lạnh, thích ấm, tay chân lạnh về mùa đông. Biểu hiện dương khí hư.</p></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-service-request-category-cs" ] ;
       fhir:Coding.code [ fhir:value "YHCT" ] ;
       fhir:Coding.display [ fhir:value "Y học cổ truyền" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:84100007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "84100007" ] ;
       fhir:Coding.display [ fhir:value "History taking" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Vấn chẩn — Hỏi bệnh YHCT (tứ chẩn)" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Observation.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterYHCTFullVisit> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterYHCTFullVisit" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-04-18T08:30:00+07:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
  ] ;
  fhir:Observation.valueString [ fhir:value "Đau thắt lưng mạn tính 3 tháng, tăng khi lạnh ẩm, sợ lạnh, không sốt, tiểu trong dài. Phù hợp hàn thấp tý."] ;
  fhir:Observation.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Vấn chẩn tổng hợp: Khởi phát mùa đông, đau tăng khi lạnh ẩm, giảm khi ấm. Không sốt, không vã mồ hôi. Tiểu trong dài (không có nhiệt). Kết luận vấn chẩn: Hàn thấp tý — kiêm thận dương hư." ]
  ] ;
  fhir:Observation.component [
     fhir:index -1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-symptom-cs" ] ;
         fhir:Coding.code [ fhir:value "6541000" ] ;
         fhir:Coding.display [ fhir:value "Đau nhiều vùng thắt lưng" ]
       ]
     ] ;
     fhir:Observation.component.valueString [ fhir:value "Đau thắt lưng âm ỉ, kéo dài 3 tháng. Đau theo vùng, không lan xuống chân. VAS 6/10." ]
  ], [
     fhir:index -1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-symptom-cs" ] ;
         fhir:Coding.code [ fhir:value "6541001" ] ;
         fhir:Coding.display [ fhir:value "Đau tăng khi trời lạnh, ẩm" ]
       ]
     ] ;
     fhir:Observation.component.valueString [ fhir:value "Đau tăng rõ rệt khi trời lạnh, ẩm, mưa. Giảm khi chườm ấm, nghỉ ngơi. Điển hình hàn thấp." ]
  ], [
     fhir:index -1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-symptom-cs" ] ;
         fhir:Coding.code [ fhir:value "6541004" ] ;
         fhir:Coding.display [ fhir:value "Sợ lạnh" ]
       ]
     ] ;
     fhir:Observation.component.valueString [ fhir:value "Bệnh nhân sợ lạnh, thích ấm, tay chân lạnh về mùa đông. Biểu hiện dương khí hư." ]
  ] .

<http://fhir.hl7.org.vn/core/Procedure/InlineProcedureAcupuncture> a fhir:Procedure ;
  fhir:Resource.id [ fhir:value "InlineProcedureAcupuncture"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_InlineProcedureAcupuncture\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure InlineProcedureAcupuncture</b></p><a name=\"InlineProcedureAcupuncture\"> </a><a name=\"hcInlineProcedureAcupuncture\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-procedure.html\">Thủ thuật/DVKT VN Core — VN Core Procedure Profile</a></p></div><p><b>Ngày y lệnh — Order Date Extension</b>: 2026-04-18 09:30:00+0700</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-technique-cs 3810018}\">Châm cứu hào châm — 5 huyệt vùng thắt lưng + toàn thân</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Bundle-ExampleBundleYHCTFullVisit.html#Encounter_InlineEncounterYHCTFullVisit\">Encounter: extension = Khám chữa bệnh ban đầu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-18-YHCT-0042; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-18 08:00:00+0700 --&gt; 2026-04-18 11:00:00+0700</a></p><p><b>performed</b>: 2026-04-18 09:45:00+0700</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></td></tr></table><p><b>bodySite</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs 6536596}\">Thận Du (BL23) — Bổ thận tráng dương, cường cân cốt</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs 6537277}\">Yêu Dương Quan (GV3) — Ôn thông đốc mạch, tán hàn thấp</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs 6536664}\">Uỷ Trung (BL40) — Yếu huyệt trị yêu thống, thư cân hoạt lạc</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs 6536604}\">Đại Trường Du (BL25) — Điều khí cục bộ vùng thắt lưng</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs 6536059}\">Hợp Cốc (LI4) — Trừ phong tán tà, thông kinh hoạt lạc toàn thân</span></p><p><b>outcome</b>: <span title=\"Codes:\">Đạt đắc khí tại tất cả 5 huyệt. Bệnh nhân cảm giác tê, căng, nặng tại chỗ. Sau châm 30 phút: đau thuyên giảm VAS 6→3/10.</span></p><p><b>note</b>: </p><blockquote><div><p>Châm hào châm: Mỗi huyệt châm sâu 1.0–1.5 thốn, kích thích đắc khí. Lưu kim 30 phút. Thủ pháp bổ (xoay kim thuận chiều, nhanh vào chậm ra) tại Thận Du + Yêu Dương Quan (bổ thận tráng dương). Tả tại Hợp Cốc (trừ phong tà). Tần suất: ngày 1 lần × 10 ngày liên tiếp (1 liệu trình).</p>\n</div></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-18T09:30:00+07:00"^^xsd:dateTime ]
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-technique-cs" ] ;
       fhir:Coding.code [ fhir:value "3810018" ] ;
       fhir:Coding.display [ fhir:value "Hào châm" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Châm cứu hào châm — 5 huyệt vùng thắt lưng + toàn thân" ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
  ] ;
  fhir:Procedure.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/InlineEncounterYHCTFullVisit> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterYHCTFullVisit" ]
  ] ;
  fhir:Procedure.performedDateTime [ fhir:value "2026-04-18T09:45:00+07:00"^^xsd:dateTime] ;
  fhir:Procedure.performer [
     fhir:index -1 ;
     fhir:Procedure.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/ExamplePractitionerBSCKII> ;
       fhir:Reference.reference [ fhir:value "Practitioner/ExamplePractitionerBSCKII" ] ;
       fhir:Reference.display [ fhir:value "BS CKII Nguyễn Thị Lan" ]
     ]
  ] ;
  fhir:Procedure.bodySite [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs" ] ;
       fhir:Coding.code [ fhir:value "6536596" ] ;
       fhir:Coding.display [ fhir:value "Thận Du" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Thận Du (BL23) — Bổ thận tráng dương, cường cân cốt" ]
  ], [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs" ] ;
       fhir:Coding.code [ fhir:value "6537277" ] ;
       fhir:Coding.display [ fhir:value "Yêu Dương Quan" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Yêu Dương Quan (GV3) — Ôn thông đốc mạch, tán hàn thấp" ]
  ], [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs" ] ;
       fhir:Coding.code [ fhir:value "6536664" ] ;
       fhir:Coding.display [ fhir:value "Uỷ Trung" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Uỷ Trung (BL40) — Yếu huyệt trị yêu thống, thư cân hoạt lạc" ]
  ], [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs" ] ;
       fhir:Coding.code [ fhir:value "6536604" ] ;
       fhir:Coding.display [ fhir:value "Đại Trường Du" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Đại Trường Du (BL25) — Điều khí cục bộ vùng thắt lưng" ]
  ], [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-acupoint-cs" ] ;
       fhir:Coding.code [ fhir:value "6536059" ] ;
       fhir:Coding.display [ fhir:value "Hợp Cốc" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Hợp Cốc (LI4) — Trừ phong tán tà, thông kinh hoạt lạc toàn thân" ]
  ] ;
  fhir:Procedure.outcome [
     fhir:CodeableConcept.text [ fhir:value "Đạt đắc khí tại tất cả 5 huyệt. Bệnh nhân cảm giác tê, căng, nặng tại chỗ. Sau châm 30 phút: đau thuyên giảm VAS 6→3/10." ]
  ] ;
  fhir:Procedure.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Châm hào châm: Mỗi huyệt châm sâu 1.0–1.5 thốn, kích thích đắc khí. Lưu kim 30 phút. Thủ pháp bổ (xoay kim thuận chiều, nhanh vào chậm ra) tại Thận Du + Yêu Dương Quan (bổ thận tráng dương). Tả tại Hợp Cốc (trừ phong tà). Tần suất: ngày 1 lần × 10 ngày liên tiếp (1 liệu trình)." ]
  ] .

<http://fhir.hl7.org.vn/core/Medication/InlineMedicationHerbalFormula> a fhir:Medication ;
  fhir:Resource.id [ fhir:value "InlineMedicationHerbalFormula"] ;
  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_InlineMedicationHerbalFormula\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication InlineMedicationHerbalFormula</b></p><a name=\"InlineMedicationHerbalFormula\"> </a><a name=\"hcInlineMedicationHerbalFormula\"> </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://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-prescription-cs 6586400}\">Bài thuốc Can khương thương truật thang — trị yêu thống thể hàn thấp</span></p><p><b>form</b>: <span title=\"Codes:\">Thuốc sắc truyền thống (decoction) — dạng thang</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs 6581452}\">Can khương (Rhizoma Zingiberis) — Quân dược: ôn trung tán hàn</span></p><p><b>strength</b>: 12 g/1 thang</p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs 6581784}\">Thương truật (Rhizoma Atractylodis) — Thần dược: táo thấp kiện tỳ</span></p><p><b>strength</b>: 12 g/1 thang</p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs 6581418}\">Phục linh (Poria) — Tá dược: kiện tỳ lợi thấp</span></p><p><b>strength</b>: 12 g/1 thang</p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs 6581791}\">Trần bì (Pericarpium Citri reticulatae) — Tá dược: lý khí táo thấp</span></p><p><b>strength</b>: 8 g/1 thang</p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs 6581523}\">Độc hoạt (Radix Angelicae pubescentis) — Tá dược: khứ phong thấp vùng thắt lưng</span></p><p><b>strength</b>: 10 g/1 thang</p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs 6581732}\">Tần giao (Radix Gentianae macrophyllae) — Tá dược: khứ phong thấp, thư cân</span></p><p><b>strength</b>: 10 g/1 thang</p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs 6581677}\">Phòng phong (Radix Saposhnikoviae) — Tá dược: giải biểu khứ phong</span></p><p><b>strength</b>: 10 g/1 thang</p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs 6581659}\">Ngưu tất (Radix Achyranthis bidentatae) — Tá sứ: dẫn thuốc xuống thắt lưng</span></p><p><b>strength</b>: 10 g/1 thang</p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs 6581449}\">Cam thảo (Radix Glycyrrhizae) — Sứ dược: điều hòa các vị</span></p><p><b>strength</b>: 6 g/1 thang</p></blockquote></div>"
  ] ;
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-prescription-cs" ] ;
       fhir:Coding.code [ fhir:value "6586400" ] ;
       fhir:Coding.display [ fhir:value "Can khương thương truật thang" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Bài thuốc Can khương thương truật thang — trị yêu thống thể hàn thấp" ]
  ] ;
  fhir:Medication.form [
     fhir:CodeableConcept.text [ fhir:value "Thuốc sắc truyền thống (decoction) — dạng thang" ]
  ] ;
  fhir:Medication.ingredient [
     fhir:index -1 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs" ] ;
         fhir:Coding.code [ fhir:value "6581452" ] ;
         fhir:Coding.display [ fhir:value "Can khương" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Can khương (Rhizoma Zingiberis) — Quân dược: ôn trung tán hàn" ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "12"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "g" ]
       ] ;
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "thang" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs" ] ;
         fhir:Coding.code [ fhir:value "6581784" ] ;
         fhir:Coding.display [ fhir:value "Thương truật" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Thương truật (Rhizoma Atractylodis) — Thần dược: táo thấp kiện tỳ" ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "12"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "g" ]
       ] ;
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "thang" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs" ] ;
         fhir:Coding.code [ fhir:value "6581418" ] ;
         fhir:Coding.display [ fhir:value "Bạch linh/Phục linh/Bạch phục linh" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Phục linh (Poria) — Tá dược: kiện tỳ lợi thấp" ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "12"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "g" ]
       ] ;
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "thang" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs" ] ;
         fhir:Coding.code [ fhir:value "6581791" ] ;
         fhir:Coding.display [ fhir:value "Trần bì/Vỏ quýt" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Trần bì (Pericarpium Citri reticulatae) — Tá dược: lý khí táo thấp" ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "8"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "g" ]
       ] ;
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "thang" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs" ] ;
         fhir:Coding.code [ fhir:value "6581523" ] ;
         fhir:Coding.display [ fhir:value "Độc hoạt" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Độc hoạt (Radix Angelicae pubescentis) — Tá dược: khứ phong thấp vùng thắt lưng" ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "g" ]
       ] ;
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "thang" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs" ] ;
         fhir:Coding.code [ fhir:value "6581732" ] ;
         fhir:Coding.display [ fhir:value "Tần giao" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Tần giao (Radix Gentianae macrophyllae) — Tá dược: khứ phong thấp, thư cân" ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "g" ]
       ] ;
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "thang" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs" ] ;
         fhir:Coding.code [ fhir:value "6581677" ] ;
         fhir:Coding.display [ fhir:value "Phòng phong" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Phòng phong (Radix Saposhnikoviae) — Tá dược: giải biểu khứ phong" ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "g" ]
       ] ;
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "thang" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs" ] ;
         fhir:Coding.code [ fhir:value "6581659" ] ;
         fhir:Coding.display [ fhir:value "Ngưu tất" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Ngưu tất (Radix Achyranthis bidentatae) — Tá sứ: dẫn thuốc xuống thắt lưng" ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "g" ]
       ] ;
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "thang" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Medication.ingredient.itemCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-herb-cs" ] ;
         fhir:Coding.code [ fhir:value "6581449" ] ;
         fhir:Coding.display [ fhir:value "Cam thảo" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Cam thảo (Radix Glycyrrhizae) — Sứ dược: điều hòa các vị" ]
     ] ;
     fhir:Medication.ingredient.strength [
       fhir:Ratio.numerator [
         fhir:Quantity.value [ fhir:value "6"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "g" ]
       ] ;
       fhir:Ratio.denominator [
         fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "thang" ]
       ]
     ]
  ] .

<http://fhir.hl7.org.vn/core/MedicationRequest/InlineMedicationRequestHerbal> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "InlineMedicationRequestHerbal"] ;
  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_InlineMedicationRequestHerbal\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest InlineMedicationRequestHerbal</b></p><a name=\"InlineMedicationRequestHerbal\"> </a><a name=\"hcInlineMedicationRequestHerbal\"> </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-18 10:30: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-ExampleBundleYHCTFullVisit.html#Medication_InlineMedicationHerbalFormula\">Can khương thương truật thang</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-ExampleBundleYHCTFullVisit.html#Encounter_InlineEncounterYHCTFullVisit\">Encounter: extension = Khám chữa bệnh ban đầu,Đỡ; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-04-18-YHCT-0042; status = finished; class = ambulatory (ActCode#AMB); type = Khám bệnh; period = 2026-04-18 08:00:00+0700 --&gt; 2026-04-18 11:00:00+0700</a></p><p><b>authoredOn</b>: 2026-04-18 10:30: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://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-treatment-method-cs 6581209}\">Pháp 1: Ôn thông kinh lạc — ôn dương tán hàn, thông lạc chỉ thống</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-treatment-method-cs 6581247}\">Pháp 2: Trừ phong thấp — khứ phong hàn thấp tà, giải tý thông lạc</span></p><p><b>reasonReference</b>: <a href=\"Bundle-ExampleBundleYHCTFullVisit.html#Condition_InlineConditionYHCTHanThap\">Condition Low back pain</a></p><p><b>note</b>: </p><blockquote><div><p>Pháp điều trị tổng hợp: Ôn thông kinh lạc + Trừ phong thấp. Liệu trình 14 ngày sắc uống kết hợp châm cứu hào châm 10 buổi. Kiêng kỵ: không dùng thức ăn lạnh, tắm nước lạnh. Tái khám sau 14 ngày để đánh giá kết quả.</p>\n</div></blockquote><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>Sắc uống: ngày 1 thang, sắc 3 lần lấy nước, chia 2 lần uống (sáng + tối), uống ấm sau ăn 30 phút</td><td>2 per 1 day</td><td><span title=\"Codes:\">Uống (đường uống — thuốc sắc)</span></td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 14 thang</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>14</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-18T10:30: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/InlineMedicationHerbalFormula> ;
     fhir:Reference.reference [ fhir:value "Medication/InlineMedicationHerbalFormula" ] ;
     fhir:Reference.display [ fhir:value "Can khương thương truật thang" ]
  ] ;
  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/InlineEncounterYHCTFullVisit> ;
     fhir:Reference.reference [ fhir:value "Encounter/InlineEncounterYHCTFullVisit" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2026-04-18T10:30: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://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-treatment-method-cs" ] ;
       fhir:Coding.code [ fhir:value "6581209" ] ;
       fhir:Coding.display [ fhir:value "Ôn thông kinh lạc" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Pháp 1: Ôn thông kinh lạc — ôn dương tán hàn, thông lạc chỉ thống" ]
  ], [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://fhir.hl7.org.vn/core/CodeSystem/vn-yhct-treatment-method-cs" ] ;
       fhir:Coding.code [ fhir:value "6581247" ] ;
       fhir:Coding.display [ fhir:value "Trừ phong thấp" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Pháp 2: Trừ phong thấp — khứ phong hàn thấp tà, giải tý thông lạc" ]
  ] ;
  fhir:MedicationRequest.reasonReference [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Condition/InlineConditionYHCTHanThap> ;
     fhir:Reference.reference [ fhir:value "Condition/InlineConditionYHCTHanThap" ]
  ] ;
  fhir:MedicationRequest.note [
     fhir:index -1 ;
     fhir:Annotation.text [ fhir:value "Pháp điều trị tổng hợp: Ôn thông kinh lạc + Trừ phong thấp. Liệu trình 14 ngày sắc uống kết hợp châm cứu hào châm 10 buổi. Kiêng kỵ: không dùng thức ăn lạnh, tắm nước lạnh. Tái khám sau 14 ngày để đánh giá kết quả." ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index -1 ;
     fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
     fhir:Dosage.text [ fhir:value "Sắc uống: ngày 1 thang, sắc 3 lần lấy nước, chia 2 lần uống (sáng + tối), uống ấm sau ăn 30 phút" ] ;
     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:Dosage.route [
       fhir:CodeableConcept.text [ fhir:value "Uống (đường uống — thuốc sắc)" ]
     ]
  ] ;
  fhir:MedicationRequest.dispenseRequest [
     fhir:MedicationRequest.dispenseRequest.quantity [
       fhir:Quantity.value [ fhir:value "14"^^xsd:decimal ] ;
       fhir:Quantity.unit [ fhir:value "thang" ]
     ] ;
     fhir:MedicationRequest.dispenseRequest.expectedSupplyDuration [
       fhir:Quantity.value [ fhir:value "14"^^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/InlineMedicationHerbalFormula> a fhir:Medication .

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

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