@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.hl7.org.vn/core/Bundle/ExampleBundleIPSNguyenVanAn> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleBundleIPSNguyenVanAn"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle-ips"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle-ips>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:identifier [
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/ips-bundle"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/ips-bundle>
     ] ;
     fhir:value [ fhir:v "IPS-NVA-20260602" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2026-06-02T08:00:00+07:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Composition/ExampleCompositionIPSNguyenVanAn"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Composition/ExampleCompositionIPSNguyenVanAn>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Composition/ExampleCompositionIPSNguyenVanAn> )
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> )
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationHealthCheckupFacility"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationHealthCheckupFacility>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationHealthCheckupFacility> )
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/AllergyIntolerance/ExampleAllergyPenicillin"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/AllergyIntolerance/ExampleAllergyPenicillin>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/AllergyIntolerance/ExampleAllergyPenicillin> )
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Condition/ExampleConditionProblemHypertension"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Condition/ExampleConditionProblemHypertension>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Condition/ExampleConditionProblemHypertension> )
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/MedicationStatement/ExampleMedicationStatementAmlodipine"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/MedicationStatement/ExampleMedicationStatementAmlodipine>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/MedicationStatement/ExampleMedicationStatementAmlodipine> )
  ] ) . # 

<http://fhir.hl7.org.vn/core/Composition/ExampleCompositionIPSNguyenVanAn> a fhir:Composition ;
  fhir:id [ fhir:v "ExampleCompositionIPSNguyenVanAn"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition-ips"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition-ips>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
     fhir:coding ( [
       a loinc:60591-5 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "60591-5" ] ;
       fhir:display [ fhir:v "Patient summary Document" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ;
     fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:display [ fhir:v "Nguyễn Văn An" ]
  ] ; # 
  fhir:date [ fhir:v "2026-06-02T08:00:00+07:00"^^xsd:dateTime] ; # 
  fhir:author ( [
     fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationHealthCheckupFacility> ;
     fhir:reference [ fhir:v "Organization/ExampleOrganizationHealthCheckupFacility" ]
  ] ) ; # 
  fhir:title [ fhir:v "International Patient Summary — Nguyễn Văn An"] ; # 
  fhir:attester ( [
     fhir:mode [ fhir:v "legal" ] ;
     fhir:time [ fhir:v "2026-06-02T08:00:00+07:00"^^xsd:dateTime ] ;
     fhir:party [
       fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationHealthCheckupFacility> ;
       fhir:reference [ fhir:v "Organization/ExampleOrganizationHealthCheckupFacility" ]
     ]
  ] ) ; # 
  fhir:custodian [
     fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationHealthCheckupFacility> ;
     fhir:reference [ fhir:v "Organization/ExampleOrganizationHealthCheckupFacility" ]
  ] ; # 
  fhir:section ( [
     fhir:title [ fhir:v "Active Problems" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:11450-4 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "11450-4" ] ;
         fhir:display [ fhir:v "Problem list - Reported" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Essential (primary) hypertension (ICD-10 I10), active.</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <http://fhir.hl7.org.vn/core/Condition/ExampleConditionProblemHypertension> ;
       fhir:reference [ fhir:v "Condition/ExampleConditionProblemHypertension" ]
     ] )
  ] [
     fhir:title [ fhir:v "Allergies and Intolerances" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:48765-2 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "48765-2" ] ;
         fhir:display [ fhir:v "Allergies and adverse reactions Document" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Allergy to penicillin (SNOMED CT 91936005), high criticality.</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <http://fhir.hl7.org.vn/core/AllergyIntolerance/ExampleAllergyPenicillin> ;
       fhir:reference [ fhir:v "AllergyIntolerance/ExampleAllergyPenicillin" ]
     ] )
  ] [
     fhir:title [ fhir:v "Medication Summary" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:10160-0 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "10160-0" ] ;
         fhir:display [ fhir:v "History of Medication use Narrative" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Amlodipine 5 mg once daily (current), for hypertension.</div>"^^rdf:XMLLiteral ]
     ] ;
     fhir:entry ( [
       fhir:l <http://fhir.hl7.org.vn/core/MedicationStatement/ExampleMedicationStatementAmlodipine> ;
       fhir:reference [ fhir:v "MedicationStatement/ExampleMedicationStatementAmlodipine" ]
     ] )
  ] ) . # 

<http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> a fhir:Patient ;
  fhir:id [ fhir:v "ExamplePatientNguyenVanAn"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-patient>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ExamplePatientNguyenVanAn\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatientNguyenVanAn</b></p><a name=\"ExamplePatientNguyenVanAn\"> </a><a name=\"hcExamplePatientNguyenVanAn\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-patient.html\">Bệnh nhân VN Core — VN Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Nguyễn Văn An Male, DoB: 1985-03-15 ( Căn cước công dân: VNCCCD#001085012345)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>Thẻ bảo hiểm y tế/001085012345</li><li>Mã bệnh nhân nội bộ/BV-CR-2026-001234</li><li>Mã số bảo hiểm xã hội/0791234567</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0901234567(Mobile)</li><li><a href=\"mailto:an.nguyen@email.vn\">an.nguyen@email.vn</a></li><li>Số 123 Nguyễn Huệ, Phường Bến Thành, Thành phố Hồ Chí Minh</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Mở rộng ghi nhận dân tộc của bệnh nhân theo danh mục 54 dân tộc Việt Nam#xA;(Tổng cục Thống kê). FHIR base chỉ có US Race/Ethnicity — không phù hợp cho Việt Nam.#xA;Căn cứ: Hiến pháp 2013 Điều 5, Luật Căn cước 2023.\"><a href=\"StructureDefinition-vn-ext-ethnicity.html\">Dân tộc — Vietnam Ethnicity Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-ethnicity-cs 01}\">Kinh</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.3.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Phường Ngọc Hà, Hà Nội</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Mở rộng ghi nhận nghề nghiệp của bệnh nhân theo Danh mục Nghề nghiệp Việt Nam (VSCO 2020).#xA;Căn cứ: QĐ 34/2020/QĐ-TTg (20/11/2020) — Ban hành Danh mục nghề nghiệp Việt Nam.#xA;1.516 mã, 5 cấp phân loại, tương thích ISCO-08 (ILO).#xA;FHIR base Patient không có element nghề nghiệp chuẩn — cần extension.#xA;Nghề nghiệp ảnh hưởng đánh giá nguy cơ sức khỏe nghề nghiệp (TT 28/2016/TT-BYT).\"><a href=\"StructureDefinition-vn-ext-occupation.html\">Nghề nghiệp — Vietnam Occupation Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-occupation-cs 2511}\">Nhà phân tích hệ thống</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's professed religious affiliations.\"><a href=\"http://hl7.org/fhir/extensions/5.3.0/StructureDefinition-patient-religion.html\">Patient Religion</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-religion-cs 02}, {http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation 1041}\">Công giáo</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">Patient Citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{urn:iso:std:iso:3166 VN}\">Viet Nam</span></li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ethnicity"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ethnicity>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-ethnicity-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-ethnicity-cs>
         ] ;
         fhir:code [ fhir:v "01" ] ;
         fhir:display [ fhir:v "Kinh" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/patient-religion"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/patient-religion>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-religion-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-religion-cs>
         ] ;
         fhir:code [ fhir:v "02" ] ;
         fhir:display [ fhir:v "Công giáo" ]
       ] [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation>
         ] ;
         fhir:code [ fhir:v "1041" ] ;
         fhir:display [ fhir:v "Roman Catholic Church" ]
       ] ) ;
       fhir:text [ fhir:v "Công giáo" ]
     ]
  ] [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-occupation"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-occupation>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-occupation-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-occupation-cs>
         ] ;
         fhir:code [ fhir:v "2511" ] ;
         fhir:display [ fhir:v "Nhà phân tích hệ thống" ]
       ] )
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "code"^^xsd:anyURI ;
         fhir:l fhir:code
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
             fhir:l <urn:iso:std:iso:3166>
           ] ;
           fhir:code [ fhir:v "VN" ] ;
           fhir:display [ fhir:v "Viet Nam" ]
         ] )
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/patient-citizenship"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/patient-citizenship>
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/patient-birthPlace>
     ] ;
     fhir:value [
       a fhir:Address ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province>
         ] ;
         fhir:value [
           a fhir:Coding ;
           fhir:system [
             fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs"^^xsd:anyURI ;
             fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs>
           ] ;
           fhir:code [ fhir:v "01" ] ;
           fhir:display [ fhir:v "Thành phố Hà Nội" ]
         ]
       ] [
         fhir:url [
           fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward>
         ] ;
         fhir:value [
           a fhir:Coding ;
           fhir:system [
             fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs"^^xsd:anyURI ;
             fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs>
           ] ;
           fhir:code [ fhir:v "00008" ] ;
           fhir:display [ fhir:v "Phường Ngọc Hà" ]
         ]
       ] ) ;
       fhir:text [ fhir:v "Phường Ngọc Hà, Hà Nội" ] ;
       fhir:state [ fhir:v "Hà Nội" ] ;
       fhir:country [ fhir:v "VN" ]
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "CCCD" ] ;
         fhir:display [ fhir:v "Căn cước công dân" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/cccd"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/cccd>
     ] ;
     fhir:value [ fhir:v "001085012345" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "BHYT" ] ;
         fhir:display [ fhir:v "Thẻ bảo hiểm y tế" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/bhyt"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/bhyt>
     ] ;
     fhir:value [ fhir:v "001085012345" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "MRN" ] ;
         fhir:display [ fhir:v "Mã bệnh nhân nội bộ" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/mrn"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/mrn>
     ] ;
     fhir:value [ fhir:v "BV-CR-2026-001234" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "BHXH" ] ;
         fhir:display [ fhir:v "Mã số bảo hiểm xã hội" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/bhxh"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/bhxh>
     ] ;
     fhir:value [ fhir:v "0791234567" ]
  ] ) ; # 
  fhir:name ( [
     fhir:text [ fhir:v "Nguyễn Văn An" ] ;
     fhir:family [ fhir:v "Nguyễn" ] ;
     fhir:given ( [ fhir:v "Văn" ] [ fhir:v "An" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "0901234567" ] ;
     fhir:use [ fhir:v "mobile" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "an.nguyen@email.vn" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1985-03-15"^^xsd:date] ; # 
  fhir:address ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province>
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs>
         ] ;
         fhir:code [ fhir:v "79" ] ;
         fhir:display [ fhir:v "Thành phố Hồ Chí Minh" ]
       ]
     ] [
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward>
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs>
         ] ;
         fhir:code [ fhir:v "26743" ] ;
         fhir:display [ fhir:v "Phường Bến Thành" ]
       ]
     ] ) ;
     fhir:text [ fhir:v "Số 123 Nguyễn Huệ, Phường Bến Thành, Thành phố Hồ Chí Minh" ] ;
     fhir:line ( [ fhir:v "Số 123 Nguyễn Huệ" ] ) ;
     fhir:state [ fhir:v "Thành phố Hồ Chí Minh" ] ;
     fhir:country [ fhir:v "VN" ]
  ] ) . # 

<http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationHealthCheckupFacility> a fhir:Organization ;
  fhir:id [ fhir:v "ExampleOrganizationHealthCheckupFacility"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ExampleOrganizationHealthCheckupFacility\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationHealthCheckupFacility</b></p><a name=\"ExampleOrganizationHealthCheckupFacility\"> </a><a name=\"hcExampleOrganizationHealthCheckupFacility\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-organization.html\">Cơ sở y tế VN Core — VN Core Organization Profile</a></p></div><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/01234, Mã định danh cơ sở KCB 13 ký tự/8930000000019</p><p><b>active</b>: true</p><p><b>name</b>: Trung tâm Y tế khu vực Cầu Giấy</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "CSKCB" ] ;
         fhir:display [ fhir:v "Mã cơ sở khám chữa bệnh" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/ma-cskcb"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/ma-cskcb>
     ] ;
     fhir:value [ fhir:v "01234" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "CSKCB13" ] ;
         fhir:display [ fhir:v "Mã định danh cơ sở KCB 13 ký tự" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/ma-gtin-cskcb"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/ma-gtin-cskcb>
     ] ;
     fhir:value [ fhir:v "8930000000019" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name [ fhir:v "Trung tâm Y tế khu vực Cầu Giấy"] . # 

<http://fhir.hl7.org.vn/core/AllergyIntolerance/ExampleAllergyPenicillin> a fhir:AllergyIntolerance ;
  fhir:id [ fhir:v "ExampleAllergyPenicillin"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-allergy-intolerance"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-allergy-intolerance>
     ] [
       fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"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=\"http://hl7.org/fhir/uv/ips/STU2/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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:clinicalStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical>
       ] ;
       fhir:code [ fhir:v "active" ] ;
       fhir:display [ fhir:v "Active" ]
     ] )
  ] ; # 
  fhir:verificationStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-verification>
       ] ;
       fhir:code [ fhir:v "confirmed" ] ;
       fhir:display [ fhir:v "Confirmed" ]
     ] )
  ] ; # 
  fhir:type [ fhir:v "allergy"] ; # 
  fhir:category ( [ fhir:v "medication"] ) ; # 
  fhir:criticality [ fhir:v "high"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:91936005 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "91936005" ] ;
       fhir:display [ fhir:v "Allergy to penicillin" ]
     ] ) ;
     fhir:text [ fhir:v "Dị ứng Penicillin" ]
  ] ; # 
  fhir:patient [
     fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ;
     fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:display [ fhir:v "Nguyễn Văn An" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2025-06-15"^^xsd:date] ; # 
  fhir:reaction ( [
     fhir:substance [
       fhir:coding ( [
         a sct:764146007 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "764146007" ] ;
         fhir:display [ fhir:v "Penicillin" ]
       ] ) ;
       fhir:text [ fhir:v "Penicillin" ]
     ] ;
     fhir:manifestation ( [
       fhir:coding ( [
         a sct:271807003 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "271807003" ]
       ] ) ;
       fhir:text [ fhir:v "Ban đỏ da" ]
     ] [
       fhir:coding ( [
         a sct:267038008 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "267038008" ] ;
         fhir:display [ fhir:v "Interstitial edema" ]
       ] ) ;
       fhir:text [ fhir:v "Phù nề" ]
     ] ) ;
     fhir:severity [ fhir:v "severe" ]
  ] ) . # 

<http://fhir.hl7.org.vn/core/Condition/ExampleConditionProblemHypertension> a fhir:Condition ;
  fhir:id [ fhir:v "ExampleConditionProblemHypertension"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition>
     ] [
       fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/ips/StructureDefinition/Condition-uv-ips>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_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=\"http://hl7.org/fhir/uv/ips/STU2/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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:clinicalStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/condition-clinical>
       ] ;
       fhir:code [ fhir:v "active" ] ;
       fhir:display [ fhir:v "Active" ]
     ] )
  ] ; # 
  fhir:verificationStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/condition-ver-status>
       ] ;
       fhir:code [ fhir:v "confirmed" ] ;
       fhir:display [ fhir:v "Confirmed" ]
     ] )
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/condition-category>
       ] ;
       fhir:code [ fhir:v "problem-list-item" ] ;
       fhir:display [ fhir:v "Problem List Item" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a sct:38341003 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "38341003" ] ;
       fhir:display [ fhir:v "High blood pressure" ]
     ] ) ;
     fhir:text [ fhir:v "Tăng huyết áp" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ;
     fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:display [ fhir:v "Nguyễn Văn An" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2026-03-19"^^xsd:date] . # 

<http://fhir.hl7.org.vn/core/MedicationStatement/ExampleMedicationStatementAmlodipine> a fhir:MedicationStatement ;
  fhir:id [ fhir:v "ExampleMedicationStatementAmlodipine"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-statement"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-statement>
     ] [
       fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"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=\"http://hl7.org/fhir/uv/ips/STU2/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 (v3 Code System 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:medication [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [
         fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ;
         fhir:l <http://www.whocc.no/atc>
       ] ;
       fhir:code [ fhir:v "C08CA01" ] ;
       fhir:display [ fhir:v "Amlodipine" ]
     ] ) ;
     fhir:text [ fhir:v "Amlodipine 5mg viên nén" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ;
     fhir:reference [ fhir:v "Patient/ExamplePatientNguyenVanAn" ] ;
     fhir:display [ fhir:v "Nguyễn Văn An" ]
  ] ; # 
  fhir:context [
     fhir:l <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterOutpatient> ;
     fhir:reference [ fhir:v "Encounter/ExampleEncounterOutpatient" ]
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2026-01-15"^^xsd:date ]
  ] ; # 
  fhir:dateAsserted [ fhir:v "2026-03-19"^^xsd:date] ; # 
  fhir:dosage ( [
     fhir:text [ fhir:v "Uống 1 viên 5mg, 1 lần/ngày, buổi sáng" ] ;
     fhir:route [
       fhir:coding ( [
         a sct:26643006 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "26643006" ] ;
         fhir:display [ fhir:v "Oral route" ]
       ] ) ;
       fhir:text [ fhir:v "Uống" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

