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ụ: Gói tài liệu IPS đầy đủ — Nguyễn Văn An

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

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/ExampleBundleIPSNguyenVanAn> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleBundleIPSNguyenVanAn"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle-ips" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle-ips>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ips-bundle" ] ;
     fhir:Identifier.value [ fhir:value "IPS-NVA-20260602" ]
  ] ;
  fhir:Bundle.type [ fhir:value "document"] ;
  fhir:Bundle.timestamp [ fhir:value "2026-06-02T08:00:00+07:00"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Composition/ExampleCompositionIPSNguyenVanAn" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Composition/ExampleCompositionIPSNguyenVanAn>
  ], [
     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/Organization/ExampleOrganizationHealthCheckupFacility" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationHealthCheckupFacility>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/AllergyIntolerance/ExampleAllergyPenicillin" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/AllergyIntolerance/ExampleAllergyPenicillin>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/Condition/ExampleConditionProblemHypertension" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/Condition/ExampleConditionProblemHypertension>
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://fhir.hl7.org.vn/core/MedicationStatement/ExampleMedicationStatementAmlodipine" ] ;
     fhir:Bundle.entry.resource <http://fhir.hl7.org.vn/core/MedicationStatement/ExampleMedicationStatementAmlodipine>
  ] .

<http://fhir.hl7.org.vn/core/Composition/ExampleCompositionIPSNguyenVanAn> a fhir:Composition ;
  fhir:Resource.id [ fhir:value "ExampleCompositionIPSNguyenVanAn"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition-ips" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition-ips>
     ]
  ] ;
  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=\"Composition_ExampleCompositionIPSNguyenVanAn\"> </a><h1>International Patient Summary</h1><p>Patient: Nguyễn Văn An. Allergies: Penicillin. Problems: Essential hypertension. Medications: Amlodipine 5mg daily.</p></div>"
  ] ;
  fhir:Composition.status [ fhir:value "final"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:60591-5 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "60591-5" ] ;
       fhir:Coding.display [ fhir:value "Patient summary Document" ]
     ]
  ] ;
  fhir:Composition.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:Composition.date [ fhir:value "2026-06-02T08:00:00+07:00"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationHealthCheckupFacility> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationHealthCheckupFacility" ]
  ] ;
  fhir:Composition.title [ fhir:value "International Patient Summary — Nguyễn Văn An"] ;
  fhir:Composition.attester [
     fhir:index -1 ;
     fhir:Composition.attester.mode [ fhir:value "legal" ] ;
     fhir:Composition.attester.time [ fhir:value "2026-06-02T08:00:00+07:00"^^xsd:dateTime ] ;
     fhir:Composition.attester.party [
       fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationHealthCheckupFacility> ;
       fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationHealthCheckupFacility" ]
     ]
  ] ;
  fhir:Composition.custodian [
     fhir:link <http://hl7.org/fhir/Organization/ExampleOrganizationHealthCheckupFacility> ;
     fhir:Reference.reference [ fhir:value "Organization/ExampleOrganizationHealthCheckupFacility" ]
  ] ;
  fhir:Composition.section [
     fhir:index -1 ;
     fhir:Composition.section.title [ fhir:value "Active Problems" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:11450-4 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "11450-4" ] ;
         fhir:Coding.display [ fhir:value "Problem list - Reported" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Essential (primary) hypertension (ICD-10 I10), active.</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/Condition/ExampleConditionProblemHypertension> ;
       fhir:Reference.reference [ fhir:value "Condition/ExampleConditionProblemHypertension" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Composition.section.title [ fhir:value "Allergies and Intolerances" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:48765-2 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "48765-2" ] ;
         fhir:Coding.display [ fhir:value "Allergies and adverse reactions Document" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Allergy to penicillin (SNOMED CT 91936005), high criticality.</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/AllergyIntolerance/ExampleAllergyPenicillin> ;
       fhir:Reference.reference [ fhir:value "AllergyIntolerance/ExampleAllergyPenicillin" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Composition.section.title [ fhir:value "Medication Summary" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a loinc:10160-0 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "10160-0" ] ;
         fhir:Coding.display [ fhir:value "History of Medication use Narrative" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "generated" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Amlodipine 5 mg once daily (current), for hypertension.</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/MedicationStatement/ExampleMedicationStatementAmlodipine> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/ExampleMedicationStatementAmlodipine" ]
     ]
  ] .

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

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

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

<http://hl7.org/fhir/AllergyIntolerance/ExampleAllergyPenicillin> a fhir:AllergyIntolerance .

<http://hl7.org/fhir/MedicationStatement/ExampleMedicationStatementAmlodipine> a fhir:MedicationStatement .

<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/Organization/ExampleOrganizationHealthCheckupFacility> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "ExampleOrganizationHealthCheckupFacility"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization>
     ]
  ] ;
  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=\"Organization_ExampleOrganizationHealthCheckupFacility\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationHealthCheckupFacility</b></p><a name=\"ExampleOrganizationHealthCheckupFacility\"> </a><a name=\"hcExampleOrganizationHealthCheckupFacility\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-organization.html\">Cơ sở y tế VN Core — VN Core Organization Profile</a></p></div><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/01234, Mã định danh cơ sở KCB 13 ký tự/8930000000019</p><p><b>active</b>: true</p><p><b>name</b>: Trung tâm Y tế khu vực Cầu Giấy</p></div>"
  ] ;
  fhir:Organization.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 "CSKCB" ] ;
         fhir:Coding.display [ fhir:value "Mã cơ sở khám chữa bệnh" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ma-cskcb" ] ;
     fhir:Identifier.value [ fhir:value "01234" ]
  ], [
     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 "CSKCB13" ] ;
         fhir:Coding.display [ fhir:value "Mã định danh cơ sở KCB 13 ký tự" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://fhir.hl7.org.vn/core/sid/ma-gtin-cskcb" ] ;
     fhir:Identifier.value [ fhir:value "8930000000019" ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.name [ fhir:value "Trung tâm Y tế khu vực Cầu Giấy"] .

<http://fhir.hl7.org.vn/core/AllergyIntolerance/ExampleAllergyPenicillin> a fhir:AllergyIntolerance ;
  fhir:Resource.id [ fhir:value "ExampleAllergyPenicillin"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-allergy-intolerance" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-allergy-intolerance>
     ], [
       fhir:value "http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips>
     ]
  ] ;
  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=\"AllergyIntolerance_ExampleAllergyPenicillin\"> </a><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance ExampleAllergyPenicillin</b></p><a name=\"ExampleAllergyPenicillin\"> </a><a name=\"hcExampleAllergyPenicillin\"> </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\">Profiles: <a href=\"StructureDefinition-vn-core-allergy-intolerance.html\">Dị ứng/Bất dung nạp VN Core — VN Core AllergyIntolerance Profile</a>, <a href=\"file:///web/publishing/work/task-89/draft/output/StructureDefinition-AllergyIntolerance-uv-ips.html\">AllergyIntolerance (IPS)</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91936005}\">Dị ứng Penicillin</span></p><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>recordedDate</b>: 2025-06-15</p><blockquote><p><b>reaction</b></p><p><b>substance</b>: <span title=\"Codes:{http://snomed.info/sct 764146007}\">Penicillin</span></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 271807003}\">Ban đỏ da</span>, <span title=\"Codes:{http://snomed.info/sct 267038008}\">Phù nề</span></p><p><b>severity</b>: Severe</p></blockquote></div>"
  ] ;
  fhir:AllergyIntolerance.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ] ;
       fhir:Coding.display [ fhir:value "Active" ]
     ]
  ] ;
  fhir:AllergyIntolerance.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ] ;
       fhir:Coding.display [ fhir:value "Confirmed" ]
     ]
  ] ;
  fhir:AllergyIntolerance.type [ fhir:value "allergy"] ;
  fhir:AllergyIntolerance.category [
     fhir:value "medication" ;
     fhir:index -1
  ] ;
  fhir:AllergyIntolerance.criticality [ fhir:value "high"] ;
  fhir:AllergyIntolerance.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:91936005 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "91936005" ] ;
       fhir:Coding.display [ fhir:value "Allergy to penicillin" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Dị ứng Penicillin" ]
  ] ;
  fhir:AllergyIntolerance.patient [
     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:AllergyIntolerance.recordedDate [ fhir:value "2025-06-15"^^xsd:date] ;
  fhir:AllergyIntolerance.reaction [
     fhir:index -1 ;
     fhir:AllergyIntolerance.reaction.substance [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a sct:764146007 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "764146007" ] ;
         fhir:Coding.display [ fhir:value "Penicillin" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Penicillin" ]
     ] ;
     fhir:AllergyIntolerance.reaction.manifestation [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a sct:271807003 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "271807003" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Ban đỏ da" ]
     ], [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a sct:267038008 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "267038008" ] ;
         fhir:Coding.display [ fhir:value "Interstitial edema" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Phù nề" ]
     ] ;
     fhir:AllergyIntolerance.reaction.severity [ fhir:value "severe" ]
  ] .

<http://fhir.hl7.org.vn/core/Condition/ExampleConditionProblemHypertension> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "ExampleConditionProblemHypertension"] ;
  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:value "http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips>
     ]
  ] ;
  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_ExampleConditionProblemHypertension\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition ExampleConditionProblemHypertension</b></p><a name=\"ExampleConditionProblemHypertension\"> </a><a name=\"hcExampleConditionProblemHypertension\"> </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\">Profiles: <a href=\"StructureDefinition-vn-core-condition.html\">Chẩn đoán VN Core — VN Core Condition Profile</a>, <a href=\"file:///web/publishing/work/task-89/draft/output/StructureDefinition-Condition-uv-ips.html\">Condition (IPS)</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 problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 38341003}\">Tăng huyết áp</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>recordedDate</b>: 2026-03-19</p></div>"
  ] ;
  fhir:Condition.clinicalStatus [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
       fhir:Coding.code [ fhir:value "active" ] ;
       fhir:Coding.display [ fhir:value "Active" ]
     ]
  ] ;
  fhir:Condition.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ] ;
       fhir:Coding.display [ fhir:value "Confirmed" ]
     ]
  ] ;
  fhir:Condition.category [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
       fhir:Coding.code [ fhir:value "problem-list-item" ] ;
       fhir:Coding.display [ fhir:value "Problem List Item" ]
     ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:38341003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "38341003" ] ;
       fhir:Coding.display [ fhir:value "High blood pressure" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Tăng huyết áp" ]
  ] ;
  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.recordedDate [ fhir:value "2026-03-19"^^xsd:date] .

<http://fhir.hl7.org.vn/core/MedicationStatement/ExampleMedicationStatementAmlodipine> a fhir:MedicationStatement ;
  fhir:Resource.id [ fhir:value "ExampleMedicationStatementAmlodipine"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-statement" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-statement>
     ], [
       fhir:value "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips>
     ]
  ] ;
  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=\"MedicationStatement_ExampleMedicationStatementAmlodipine\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement ExampleMedicationStatementAmlodipine</b></p><a name=\"ExampleMedicationStatementAmlodipine\"> </a><a name=\"hcExampleMedicationStatementAmlodipine\"> </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\">Profiles: <a href=\"StructureDefinition-vn-core-medication-statement.html\">Tiền sử dùng thuốc VN Core — VN Core MedicationStatement Profile</a>, <a href=\"file:///web/publishing/work/task-89/draft/output/StructureDefinition-MedicationStatement-uv-ips.html\">MedicationStatement (IPS)</a></p></div><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc C08CA01}\">Amlodipine 5mg viên nén</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>context</b>: <a href=\"Encounter-ExampleEncounterOutpatient.html\">Encounter: extension = Khám chữa bệnh ban đầu; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-19-NGT-0207; status = finished; class = ambulatory (ActCode#AMB); period = 2026-03-19 08:30:00+0700 --&gt; 2026-03-19 11:00:00+0700; reasonCode = </a></p><p><b>effective</b>: 2026-01-15 --&gt; (ongoing)</p><p><b>dateAsserted</b>: 2026-03-19</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>Uống 1 viên 5mg, 1 lần/ngày, buổi sáng</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Uống</span></td></tr></table></div>"
  ] ;
  fhir:MedicationStatement.status [ fhir:value "active"] ;
  fhir:MedicationStatement.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
       fhir:Coding.code [ fhir:value "C08CA01" ] ;
       fhir:Coding.display [ fhir:value "Amlodipine" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Amlodipine 5mg viên nén" ]
  ] ;
  fhir:MedicationStatement.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:MedicationStatement.context [
     fhir:link <http://hl7.org/fhir/Encounter/ExampleEncounterOutpatient> ;
     fhir:Reference.reference [ fhir:value "Encounter/ExampleEncounterOutpatient" ]
  ] ;
  fhir:MedicationStatement.effectivePeriod [
     fhir:Period.start [ fhir:value "2026-01-15"^^xsd:date ]
  ] ;
  fhir:MedicationStatement.dateAsserted [ fhir:value "2026-03-19"^^xsd:date] ;
  fhir:MedicationStatement.dosage [
     fhir:index -1 ;
     fhir:Dosage.text [ fhir:value "Uống 1 viên 5mg, 1 lần/ngày, buổi sáng" ] ;
     fhir:Dosage.route [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         a sct:26643006 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "26643006" ] ;
         fhir:Coding.display [ fhir:value "Oral route" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Uống" ]
     ]
  ] .

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

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

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