@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/ExampleBundleInpatientTransaction> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleBundleInpatientTransaction"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-bundle>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:identifier [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:uuid:9a419a2b-56f8-4ec6-96d0-c0b4b0a1c0aa" ]
  ] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:timestamp [ fhir:v "2026-04-13T10:05:00+07:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "Patient/ExamplePatientNguyenVanAn"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientNguyenVanAn>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Coverage/ExampleCoverageBHYTNew"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Coverage/ExampleCoverageBHYTNew>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Coverage/ExampleCoverageBHYTNew> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "Coverage/ExampleCoverageBHYTNew"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/Coverage/ExampleCoverageBHYTNew>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "Practitioner/ExamplePractitionerBSCKII"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "Organization/ExampleOrganizationChoRay"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterInpatient"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterInpatient>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterInpatient> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "Encounter/ExampleEncounterInpatient"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterInpatient>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Condition/ExampleConditionAppendicitis"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Condition/ExampleConditionAppendicitis>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Condition/ExampleConditionAppendicitis> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "Condition/ExampleConditionAppendicitis"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/Condition/ExampleConditionAppendicitis>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Procedure/ExampleProcedureAppendectomy"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Procedure/ExampleProcedureAppendectomy>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Procedure/ExampleProcedureAppendectomy> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "Procedure/ExampleProcedureAppendectomy"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/Procedure/ExampleProcedureAppendectomy>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Specimen/ExampleSpecimenAppendixTissue"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Specimen/ExampleSpecimenAppendixTissue>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Specimen/ExampleSpecimenAppendixTissue> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "Specimen/ExampleSpecimenAppendixTissue"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/Specimen/ExampleSpecimenAppendixTissue>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/DiagnosticReport/ExampleDiagnosticReportPathology"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/DiagnosticReport/ExampleDiagnosticReportPathology>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/DiagnosticReport/ExampleDiagnosticReportPathology> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "DiagnosticReport/ExampleDiagnosticReportPathology"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/DiagnosticReport/ExampleDiagnosticReportPathology>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/MedicationDispense/ExampleMedicationDispenseInpatientAntibiotic"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/MedicationDispense/ExampleMedicationDispenseInpatientAntibiotic>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/MedicationDispense/ExampleMedicationDispenseInpatientAntibiotic> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "MedicationDispense/ExampleMedicationDispenseInpatientAntibiotic"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/MedicationDispense/ExampleMedicationDispenseInpatientAntibiotic>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Composition/ExampleCompositionDischargeSummary"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Composition/ExampleCompositionDischargeSummary>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Composition/ExampleCompositionDischargeSummary> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "Composition/ExampleCompositionDischargeSummary"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/Composition/ExampleCompositionDischargeSummary>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/Claim/ExampleClaimBHYT"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/Claim/ExampleClaimBHYT>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/Claim/ExampleClaimBHYT> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "Claim/ExampleClaimBHYT"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/Claim/ExampleClaimBHYT>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/MedicationRequest/ExampleMedicationRequestCefotaximeInpatient"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/MedicationRequest/ExampleMedicationRequestCefotaximeInpatient>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/MedicationRequest/ExampleMedicationRequestCefotaximeInpatient> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "MedicationRequest/ExampleMedicationRequestCefotaximeInpatient"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/MedicationRequest/ExampleMedicationRequestCefotaximeInpatient>
       ]
     ]
  ] [
     fhir:fullUrl [
       fhir:v "http://fhir.hl7.org.vn/core/MedicationAdministration/ExampleMedicationAdministrationInpatient"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/MedicationAdministration/ExampleMedicationAdministrationInpatient>
     ] ;
     fhir:resource ( <http://fhir.hl7.org.vn/core/MedicationAdministration/ExampleMedicationAdministrationInpatient> ) ;
     fhir:request [
       fhir:method [ fhir:v "PUT" ] ;
       fhir:url [
         fhir:v "MedicationAdministration/ExampleMedicationAdministrationInpatient"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/MedicationAdministration/ExampleMedicationAdministrationInpatient>
       ]
     ]
  ] ) . # 

<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/Coverage/ExampleCoverageBHYTNew> a fhir:Coverage ;
  fhir:id [ fhir:v "ExampleCoverageBHYTNew"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-coverage"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-coverage>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_ExampleCoverageBHYTNew\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleCoverageBHYTNew</b></p><a name=\"ExampleCoverageBHYTNew\"> </a><a name=\"hcExampleCoverageBHYTNew\"> </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-coverage.html\">Thẻ BHYT VN Core — VN Core Coverage Profile</a></p></div><p><b>Loại đối tượng BHYT — Vietnam BHYT Card Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-card-type-cs DN}\">Người lao động trong doanh nghiệp</span></p><p><b>Nơi đăng ký KCB ban đầu — Vietnam Primary Care Facility Extension</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>identifier</b>: <a href=\"NamingSystem-vn-bhyt-ns.html\" title=\"Hệ thống định danh Số thẻ Bảo hiểm Y tế, do BHXH Việt Nam cấp.#xA;Hỗ trợ 3 format (hiện duy trì song song):#xA;- CCCD 12 chữ số: hỗ trợ từ 15/8/2025 (NĐ 188/2025/NĐ-CP, hiệu lực 15/8/2025)#xA;- Mã số BHXH 10 chữ số: từ 01/4/2021#xA;- Format cũ 15 ký tự (2 chữ cái + 13 chữ số): trước 01/4/2021#xA;Bên triển khai cần xác minh chính sách BHXH hiện hành trước khi coi CCCD là mã BHYT duy nhất.#xA;Căn cứ:#xA;- **Luật 51/2024/QH15** — 27/11/2024 — sửa đổi Luật BHYT, hiệu lực 01/7/2025#xA;- **NĐ 188/2025/NĐ-CP** — ban hành 01/7/2025, hiệu lực 15/8/2025 — hướng dẫn thi hành Luật BHYT, hỗ trợ định danh BHYT theo CCCD#xA;- **QĐ 3176/QĐ-BYT** — 29/10/2024 — chuẩn dữ liệu đầu ra KCB phục vụ BHXH#xA;- Luật BHYT 2008 sửa đổi 2014 — nền tảng lịch sử.\">VNBHYT</a>/001085012345</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/insurance-coverage-type medical}\">Bảo hiểm y tế</span></p><p><b>subscriber</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>beneficiary</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>period</b>: 2025-08-01 --&gt; 2026-07-31</p><p><b>payor</b>: Bảo hiểm Xã hội Việt Nam</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-bhyt-card-type"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-bhyt-card-type>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-card-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-bhyt-card-type-cs>
         ] ;
         fhir:code [ fhir:v "DN" ] ;
         fhir:display [ fhir:v "Người lao động trong doanh nghiệp" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-primary-care-facility"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-primary-care-facility>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> ;
       fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
       fhir:identifier [
         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 "79001" ]
       ] ;
       fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ]
     ]
  ] ) ; # 
  fhir:identifier ( [
     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:status [ fhir:v "active"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/insurance-coverage-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/insurance-coverage-type>
       ] ;
       fhir:code [ fhir:v "medical" ] ;
       fhir:display [ fhir:v "Medical" ]
     ] ) ;
     fhir:text [ fhir:v "Bảo hiểm y tế" ]
  ] ; # 
  fhir:subscriber [
     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:beneficiary [
     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:relationship [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/subscriber-relationship>
       ] ;
       fhir:code [ fhir:v "self" ] ;
       fhir:display [ fhir:v "Self" ]
     ] )
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2025-08-01"^^xsd:date ] ;
     fhir:end [ fhir:v "2026-07-31"^^xsd:date ]
  ] ; # 
  fhir:payor ( [
     fhir:display [ fhir:v "Bảo hiểm Xã hội Việt Nam" ]
  ] ) . # 

<http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> a fhir:Practitioner ;
  fhir:id [ fhir:v "ExamplePractitionerBSCKII"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_ExamplePractitionerBSCKII\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ExamplePractitionerBSCKII</b></p><a name=\"ExamplePractitionerBSCKII\"> </a><a name=\"hcExamplePractitionerBSCKII\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-practitioner.html\">Nhân viên y tế VN Core — VN Core Practitioner Profile</a></p></div><p><b>identifier</b>: Căn cước công dân/079175001234, Giấy phép hành nghề/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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "CCCD" ] ;
         fhir:display [ fhir:v "Căn cước công dân" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/cccd"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/cccd>
     ] ;
     fhir:value [ fhir:v "079175001234" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "GPHN" ] ;
         fhir:display [ fhir:v "Giấy phép hành nghề" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/gphn"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/gphn>
     ] ;
     fhir:value [ fhir:v "001234/BYT-GPHN" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "CCHN" ] ;
         fhir:display [ fhir:v "Chứng chỉ hành nghề" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/cchn"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/cchn>
     ] ;
     fhir:value [ fhir:v "HCM-001234/BYT-CCHN" ]
  ] ) ; # 
  fhir:name ( [
     fhir:text [ fhir:v "Nguyễn Thị Lan" ] ;
     fhir:family [ fhir:v "Nguyễn" ] ;
     fhir:given ( [ fhir:v "Thị" ] [ fhir:v "Lan" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:qualification ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-qualification-cs>
         ] ;
         fhir:code [ fhir:v "BS-CKII" ] ;
         fhir:display [ fhir:v "Bác sĩ Chuyên khoa II" ]
       ] ) ;
       fhir:text [ fhir:v "Bác sĩ Chuyên khoa II — Nội khoa" ]
     ] ;
     fhir:issuer [
       fhir:display [ fhir:v "Bộ Y tế" ]
     ]
  ] ) . # 

<http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> a fhir:Organization ;
  fhir:id [ fhir:v "ExampleOrganizationChoRay"] ; # 
  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 "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ExampleOrganizationChoRay\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationChoRay</b></p><a name=\"ExampleOrganizationChoRay\"> </a><a name=\"hcExampleOrganizationChoRay\"> </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>Loại hình cơ sở y tế — Vietnam Organization Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs BV}\">Bệnh viện</span></p><p><b>Cấp quản lý hành chính y tế — Vietnam Administrative Health Level Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs TW}\">Trung ương</span></p><p><b>Hạng cơ sở khám bệnh, chữa bệnh — Vietnam KCB Facility Rank Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-hospital-rank-cs DB}\">Đặc biệt</span></p><p><b>Tình trạng xếp hạng cơ sở y tế — Organization Rank Status Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs RANKED}\">Đã xếp hạng</span></p><p><b>Cấp năng lực cơ sở KCB — Facility Care Level Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs CHUYEN_SAU}\">Cấp chuyên sâu</span></p><p><b>Dải điểm chất lượng cơ sở KCB — Quality Score Band Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-quality-score-band-cs GT70}\">Trên 70 điểm</span></p><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/79001</p><p><b>active</b>: true</p><p><b>name</b>: Bệnh viện Chợ Rẫy</p><p><b>telecom</b>: ph: 028 3855 4137</p><p><b>address</b>: 201B Nguyễn Chí Thanh, Phường Chợ Lớn, Thành phố Hồ Chí Minh</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs>
         ] ;
         fhir:code [ fhir:v "BV" ] ;
         fhir:display [ fhir:v "Bệnh viện" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs>
         ] ;
         fhir:code [ fhir:v "TW" ] ;
         fhir:display [ fhir:v "Trung ương" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-hospital-rank-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-hospital-rank-cs>
         ] ;
         fhir:code [ fhir:v "DB" ] ;
         fhir:display [ fhir:v "Đặc biệt" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs>
         ] ;
         fhir:code [ fhir:v "RANKED" ] ;
         fhir:display [ fhir:v "Đã xếp hạng" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs>
         ] ;
         fhir:code [ fhir:v "CHUYEN_SAU" ] ;
         fhir:display [ fhir:v "Cấp chuyên sâu" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-quality-score-band"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-quality-score-band>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-quality-score-band-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-quality-score-band-cs>
         ] ;
         fhir:code [ fhir:v "GT70" ] ;
         fhir:display [ fhir:v "Trên 70 điểm" ]
       ] )
     ]
  ] ) ; # 
  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 "79001" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name [ fhir:v "Bệnh viện Chợ Rẫy"] ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "028 3855 4137" ]
  ] ) ; # 
  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 "27343" ] ;
         fhir:display [ fhir:v "Phường Chợ Lớn" ]
       ]
     ] ) ;
     fhir:text [ fhir:v "201B Nguyễn Chí Thanh, Phường Chợ Lớn, Thành phố Hồ Chí Minh" ] ;
     fhir:line ( [ fhir:v "201B Nguyễn Chí Thanh" ] ) ;
     fhir:district [ fhir:v "Quận 5" ] ;
     fhir:state [ fhir:v "Thành phố Hồ Chí Minh" ] ;
     fhir:country [ fhir:v "VN" ]
  ] ) . # 

<http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterInpatient> a fhir:Encounter ;
  fhir:id [ fhir:v "ExampleEncounterInpatient"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-encounter>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_ExampleEncounterInpatient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter ExampleEncounterInpatient</b></p><a name=\"ExampleEncounterInpatient\"> </a><a name=\"hcExampleEncounterInpatient\"> </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 1}\">Đúng tuyến</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 1}\">Khỏi</span></p><p><b>identifier</b>: Mã lượt khám chữa bệnh/LK-2026-03-10-NTRU-0042</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://hl7.org/fhir/R4/v3/ActCode/cs.html#v3-ActCode-IMP\">v3 Code System ActCode: IMP</a> (inpatient encounter)</p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>period</b>: 2026-03-10 14:00:00+0700 --&gt; 2026-03-17 10:00:00+0700</p><p><b>reasonCode</b>: <span title=\"Codes:\">Đau bụng hố chậu phải, sốt, buồn nôn</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Use</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-ExampleConditionAppendicitis.html\">Viêm ruột thừa cấp (K35.8)</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></td></tr></table><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-discharge-disposition-cs 1}\">Ra viện</span></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-visit-type"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-visit-type>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-visit-type-cs>
         ] ;
         fhir:code [ fhir:v "1" ] ;
         fhir:display [ fhir:v "Đúng tuyến" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-treatment-outcome"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-treatment-outcome>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-treatment-outcome-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-treatment-outcome-cs>
         ] ;
         fhir:code [ fhir:v "1" ] ;
         fhir:display [ fhir:v "Khỏi" ]
       ] )
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "MA_LUOT_KCB" ] ;
         fhir:display [ fhir:v "Mã lượt khám chữa bệnh" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/ma-luot-kcb"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/ma-luot-kcb>
     ] ;
     fhir:value [ fhir:v "LK-2026-03-10-NTRU-0042" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
     fhir:system [
       fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActCode>
     ] ;
     fhir:code [ fhir:v "IMP" ] ;
     fhir:display [ fhir:v "inpatient encounter" ]
  ] ; # 
  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:period [
     fhir:start [ fhir:v "2026-03-10T14:00:00+07:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2026-03-17T10:00:00+07:00"^^xsd:dateTime ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:text [ fhir:v "Đau bụng hố chậu phải, sốt, buồn nôn" ]
  ] ) ; # 
  fhir:diagnosis ( [
     fhir:condition [
       fhir:l <http://fhir.hl7.org.vn/core/Condition/ExampleConditionAppendicitis> ;
       fhir:reference [ fhir:v "Condition/ExampleConditionAppendicitis" ] ;
       fhir:display [ fhir:v "Viêm ruột thừa cấp (K35.8)" ]
     ] ;
     fhir:use [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/diagnosis-role"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/diagnosis-role>
         ] ;
         fhir:code [ fhir:v "AD" ] ;
         fhir:display [ fhir:v "Admission diagnosis" ]
       ] )
     ]
  ] ) ; # 
  fhir:hospitalization [
     fhir:dischargeDisposition [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-discharge-disposition-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-discharge-disposition-cs>
         ] ;
         fhir:code [ fhir:v "1" ] ;
         fhir:display [ fhir:v "Ra viện" ]
       ] )
     ]
  ] ; # 
  fhir:serviceProvider [
     fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> ;
     fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
     fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ]
  ] . # 

<http://fhir.hl7.org.vn/core/Condition/ExampleConditionAppendicitis> a fhir:Condition ;
  fhir:id [ fhir:v "ExampleConditionAppendicitis"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition-diagnosis"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-condition-diagnosis>
     ] )
  ] ; # 
  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_ExampleConditionAppendicitis\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition ExampleConditionAppendicitis</b></p><a name=\"ExampleConditionAppendicitis\"> </a><a name=\"hcExampleConditionAppendicitis\"> </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-diagnosis.html\">Chẩn đoán lượt khám VN Core — VN Core Encounter Diagnosis 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 K35.8}, {http://snomed.info/sct 85189001}\">Viêm ruột thừa cấp</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 66754008}\">Ruột thừa</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterInpatient.html\">Encounter: extension = Đúng tuyến,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-10-NTRU-0042; status = finished; class = inpatient encounter (v3 Code System ActCode#IMP); period = 2026-03-10 14:00:00+0700 --&gt; 2026-03-17 10:00:00+0700; reasonCode = </a></p><p><b>recordedDate</b>: 2026-03-10</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:clinicalStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/condition-clinical>
       ] ;
       fhir:code [ fhir:v "active" ] ;
       fhir:display [ fhir:v "Active" ]
     ] )
  ] ; # 
  fhir:verificationStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/condition-ver-status>
       ] ;
       fhir:code [ fhir:v "confirmed" ] ;
       fhir:display [ fhir:v "Confirmed" ]
     ] )
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/condition-category>
       ] ;
       fhir:code [ fhir:v "encounter-diagnosis" ] ;
       fhir:display [ fhir:v "Encounter Diagnosis" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/sid/icd-10>
       ] ;
       fhir:code [ fhir:v "K35.8" ] ;
       fhir:display [ fhir:v "Acute appendicitis, other and unspecified" ]
     ] [
       a sct:85189001 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "85189001" ] ;
       fhir:display [ fhir:v "Acute appendicitis" ]
     ] ) ;
     fhir:text [ fhir:v "Viêm ruột thừa cấp" ]
  ] ; # 
  fhir:bodySite ( [
     fhir:coding ( [
       a sct:66754008 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "66754008" ] ;
       fhir:display [ fhir:v "Appendix" ]
     ] ) ;
     fhir:text [ fhir:v "Ruột thừa" ]
  ] ) ; # 
  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:encounter [
     fhir:l <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterInpatient> ;
     fhir:reference [ fhir:v "Encounter/ExampleEncounterInpatient" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2026-03-10"^^xsd:date] . # 

<http://fhir.hl7.org.vn/core/Procedure/ExampleProcedureAppendectomy> a fhir:Procedure ;
  fhir:id [ fhir:v "ExampleProcedureAppendectomy"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-procedure>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_ExampleProcedureAppendectomy\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure ExampleProcedureAppendectomy</b></p><a name=\"ExampleProcedureAppendectomy\"> </a><a name=\"hcExampleProcedureAppendectomy\"> </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-03-12 07:30:00+0700</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 6025007}\">Phẫu thuật cắt ruột thừa nội soi</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterInpatient.html\">Encounter: extension = Đúng tuyến,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-10-NTRU-0042; status = finished; class = inpatient encounter (v3 Code System ActCode#IMP); period = 2026-03-10 14:00:00+0700 --&gt; 2026-03-17 10:00:00+0700; reasonCode = </a></p><p><b>performed</b>: 2026-03-12 09:00:00+0700</p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 66754008}\">Ruột thừa</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-order-date>
     ] ;
     fhir:value [
       a fhir:DateTime ;
       fhir:v "2026-03-12T07:30:00+07:00"^^xsd:dateTime
     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:6025007 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "6025007" ] ;
       fhir:display [ fhir:v "Laparoscopic appendectomy" ]
     ] ) ;
     fhir:text [ fhir:v "Phẫu thuật cắt ruột thừa nội soi" ]
  ] ; # 
  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:encounter [
     fhir:l <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterInpatient> ;
     fhir:reference [ fhir:v "Encounter/ExampleEncounterInpatient" ]
  ] ; # 
  fhir:performed [
     a fhir:DateTime ;
     fhir:v "2026-03-12T09:00:00+07:00"^^xsd:dateTime
  ] ; # 
  fhir:bodySite ( [
     fhir:coding ( [
       a sct:66754008 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "66754008" ] ;
       fhir:display [ fhir:v "Appendix" ]
     ] ) ;
     fhir:text [ fhir:v "Ruột thừa" ]
  ] ) . # 

<http://fhir.hl7.org.vn/core/Specimen/ExampleSpecimenAppendixTissue> a fhir:Specimen ;
  fhir:id [ fhir:v "ExampleSpecimenAppendixTissue"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-specimen"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-specimen>
     ] )
  ] ; # 
  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=\"Specimen_ExampleSpecimenAppendixTissue\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Specimen ExampleSpecimenAppendixTissue</b></p><a name=\"ExampleSpecimenAppendixTissue\"> </a><a name=\"hcExampleSpecimenAppendixTissue\"> </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-specimen.html\">Mẫu bệnh phẩm VN Core — VN Core Specimen Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/GPB-20260310-0008</p><p><b>accessionIdentifier</b>: <a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/GPB-TN-20260310-0042</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 TISS}\">Mô ruột thừa</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>receivedTime</b>: 2026-03-10 15:20:00+0700</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-03-10 14:30:00+0700</td><td><span title=\"Codes:\">Bệnh phẩm sau cắt ruột thừa</span></td><td><span title=\"Codes:{http://snomed.info/sct 66754008}\">Appendix</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Description</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/JAR-GPB-20260310-0042</td><td>Lọ bệnh phẩm cố định formalin 10%</td><td><span title=\"Codes:\">Lọ bệnh phẩm GPB</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Mẫu mô ruột thừa gửi giải phẫu bệnh sau phẫu thuật.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/specimen-local-id"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/specimen-local-id>
     ] ;
     fhir:value [ fhir:v "GPB-20260310-0008" ]
  ] ) ; # 
  fhir:accessionIdentifier [
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/specimen-local-id"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/specimen-local-id>
     ] ;
     fhir:value [ fhir:v "GPB-TN-20260310-0042" ]
  ] ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v2-0487"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v2-0487>
       ] ;
       fhir:code [ fhir:v "TISS" ] ;
       fhir:display [ fhir:v "Tissue" ]
     ] ) ;
     fhir:text [ fhir:v "Mô ruột thừa" ]
  ] ; # 
  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:receivedTime [ fhir:v "2026-03-10T15:20:00+07:00"^^xsd:dateTime] ; # 
  fhir:collection [
     fhir:collected [
       a fhir:DateTime ;
       fhir:v "2026-03-10T14:30:00+07:00"^^xsd:dateTime
     ] ;
     fhir:method [
       fhir:text [ fhir:v "Bệnh phẩm sau cắt ruột thừa" ]
     ] ;
     fhir:bodySite [
       fhir:coding ( [
         a sct:66754008 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "66754008" ] ;
         fhir:display [ fhir:v "Appendix" ]
       ] )
     ]
  ] ; # 
  fhir:container ( [
     fhir:identifier ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/sid/specimen-local-id"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/sid/specimen-local-id>
       ] ;
       fhir:value [ fhir:v "JAR-GPB-20260310-0042" ]
     ] ) ;
     fhir:description [ fhir:v "Lọ bệnh phẩm cố định formalin 10%" ] ;
     fhir:type [
       fhir:text [ fhir:v "Lọ bệnh phẩm GPB" ]
     ]
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Mẫu mô ruột thừa gửi giải phẫu bệnh sau phẫu thuật." ]
  ] ) . # 

<http://fhir.hl7.org.vn/core/DiagnosticReport/ExampleDiagnosticReportPathology> a fhir:DiagnosticReport ;
  fhir:id [ fhir:v "ExampleDiagnosticReportPathology"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-diagnostic-report-pathology"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-diagnostic-report-pathology>
     ] )
  ] ; # 
  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=\"DiagnosticReport_ExampleDiagnosticReportPathology\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport ExampleDiagnosticReportPathology</b></p><a name=\"ExampleDiagnosticReportPathology\"> </a><a name=\"hcExampleDiagnosticReportPathology\"> </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-diagnostic-report-pathology.html\">Báo cáo Giải phẫu bệnh VN Core — VN Core Pathology DiagnosticReport</a></p></div><h2><span title=\"Codes:{http://loinc.org 60568-3}\">Giải phẫu bệnh lý</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 SP}\">Surgical Pathology</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs 3}\">Xét nghiệm</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Nguyễn Văn An Male, DoB: 1985-03-15 ( Căn cước công dân: VNCCCD#001085012345)</td></tr><tr><td>When For</td><td>2026-03-10 14:30:00+0700</td></tr><tr><td>Reported</td><td>2026-03-12 16:00:00+0700</td></tr><tr><td>Performer</td><td> <a href=\"Organization-ExampleOrganizationChoRay.html\">Khoa Giải phẫu bệnh — BV Chợ Rẫy</a></td></tr></table><p><b>Report Details</b></p><p>Đại thể: Ruột thừa dài 7cm, đường kính 1.2cm, sưng nề phù nề, phủ fibrin màu vàng xanh. Lòng ruột thừa chứa mủ vàng đục. Vi thể: Thâm nhập bạch cầu đa nhân toàn thành, mủ trong lòng ruột thừa. Hoại tử thành khu trú, chưa thủng. Không thấy tế bào ác tính. Kết luận: Viêm ruột thừa cấp mủ (K35.8), chưa vỡ.</p><p><b>Coded Conclusions:</b></p><ul><li><span title=\"Codes:{http://snomed.info/sct 45959006}, {http://hl7.org/fhir/sid/icd-10 K35.8}\">Viêm ruột thừa cấp mủ, chưa vỡ</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v2-0074>
       ] ;
       fhir:code [ fhir:v "SP" ] ;
       fhir:display [ fhir:v "Surgical Pathology" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs>
       ] ;
       fhir:code [ fhir:v "3" ] ;
       fhir:display [ fhir:v "Xét nghiệm" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:60568-3 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "60568-3" ] ;
       fhir:display [ fhir:v "Pathology synoptic report" ]
     ] ) ;
     fhir:text [ fhir:v "Giải phẫu bệnh lý" ]
  ] ; # 
  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:encounter [
     fhir:l <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterInpatient> ;
     fhir:reference [ fhir:v "Encounter/ExampleEncounterInpatient" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2026-03-10T14:30:00+07:00"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2026-03-12T16:00:00+07:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
     fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> ;
     fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
     fhir:display [ fhir:v "Khoa Giải phẫu bệnh — BV Chợ Rẫy" ]
  ] ) ; # 
  fhir:specimen ( [
     fhir:l <http://fhir.hl7.org.vn/core/Specimen/ExampleSpecimenAppendixTissue> ;
     fhir:reference [ fhir:v "Specimen/ExampleSpecimenAppendixTissue" ] ;
     fhir:display [ fhir:v "Mẫu mô ruột thừa sau cắt ruột thừa" ]
  ] ) ; # 
  fhir:conclusion [ fhir:v "Đại thể: Ruột thừa dài 7cm, đường kính 1.2cm, sưng nề phù nề, phủ fibrin màu vàng xanh. Lòng ruột thừa chứa mủ vàng đục. Vi thể: Thâm nhập bạch cầu đa nhân toàn thành, mủ trong lòng ruột thừa. Hoại tử thành khu trú, chưa thủng. Không thấy tế bào ác tính. Kết luận: Viêm ruột thừa cấp mủ (K35.8), chưa vỡ."] ; # 
  fhir:conclusionCode ( [
     fhir:coding ( [
       a sct:45959006 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "45959006" ] ;
       fhir:display [ fhir:v "Acute suppurative inflammation" ]
     ] [
       fhir:system [
         fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/sid/icd-10>
       ] ;
       fhir:code [ fhir:v "K35.8" ] ;
       fhir:display [ fhir:v "Acute appendicitis, other and unspecified" ]
     ] ) ;
     fhir:text [ fhir:v "Viêm ruột thừa cấp mủ, chưa vỡ" ]
  ] ) ; # 
  fhir:presentedForm ( [
     fhir:contentType [ fhir:v "application/pdf" ] ;
     fhir:language [ fhir:v "vi" ] ;
     fhir:title [ fhir:v "GPB-RuotThua-NguyenVanAn-20260312.pdf" ] ;
     fhir:creation [ fhir:v "2026-03-12T16:00:00+07:00"^^xsd:dateTime ]
  ] ) . # 

<http://fhir.hl7.org.vn/core/MedicationDispense/ExampleMedicationDispenseInpatientAntibiotic> a fhir:MedicationDispense ;
  fhir:id [ fhir:v "ExampleMedicationDispenseInpatientAntibiotic"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-dispense"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-dispense>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationDispense_ExampleMedicationDispenseInpatientAntibiotic\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense ExampleMedicationDispenseInpatientAntibiotic</b></p><a name=\"ExampleMedicationDispenseInpatientAntibiotic\"> </a><a name=\"hcExampleMedicationDispenseInpatientAntibiotic\"> </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-dispense.html\">Cấp phát thuốc VN Core — VN Core Medication Dispense Profile</a></p></div><p><b>Số đăng ký thuốc (Visa) — Medication Registration Number</b>: VD-18422-16</p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category inpatient}\">Inpatient</span></p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc J01DD01}\">Cefotaxime 1g bột pha tiêm</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-ExampleEncounterInpatient.html\">Encounter: extension = Đúng tuyến,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-10-NTRU-0042; status = finished; class = inpatient encounter (v3 Code System ActCode#IMP); period = 2026-03-10 14:00:00+0700 --&gt; 2026-03-17 10:00:00+0700; reasonCode = </a></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=\"Organization-ExampleOrganizationChoRay.html\">Khoa Dược — Bệnh viện Chợ Rẫy</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-ExampleMedicationRequestCefotaximeInpatient.html\">Y lệnh Cefotaxime 1g IV mỗi 8 giờ</a></p><p><b>quantity</b>: 6 lọ</p><p><b>daysSupply</b>: 2 ngày<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></p><p><b>whenHandedOver</b>: 2026-03-16 15:00:00+0700</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Tiêm tĩnh mạch Cefotaxime 1g mỗi 8 giờ</p><p><b>timing</b>: 3 per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 47625008}\">Tiêm tĩnh mạch</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "VD-18422-16"
     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category>
       ] ;
       fhir:code [ fhir:v "inpatient" ] ;
       fhir:display [ fhir:v "Inpatient" ]
     ] )
  ] ; # 
  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 "J01DD01" ] ;
       fhir:display [ fhir:v "Cefotaxime" ]
     ] ) ;
     fhir:text [ fhir:v "Cefotaxime 1g bột pha tiêm" ]
  ] ; # 
  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/ExampleEncounterInpatient> ;
     fhir:reference [ fhir:v "Encounter/ExampleEncounterInpatient" ]
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> ;
       fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
       fhir:display [ fhir:v "Khoa Dược — Bệnh viện Chợ Rẫy" ]
     ]
  ] ) ; # 
  fhir:authorizingPrescription ( [
     fhir:l <http://fhir.hl7.org.vn/core/MedicationRequest/ExampleMedicationRequestCefotaximeInpatient> ;
     fhir:reference [ fhir:v "MedicationRequest/ExampleMedicationRequestCefotaximeInpatient" ] ;
     fhir:display [ fhir:v "Y lệnh Cefotaxime 1g IV mỗi 8 giờ" ]
  ] ) ; # 
  fhir:quantity [
     fhir:value [ fhir:v "6"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "lọ" ]
  ] ; # 
  fhir:daysSupply [
     fhir:value [ fhir:v "2"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "ngày" ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "d" ]
  ] ; # 
  fhir:whenHandedOver [ fhir:v "2026-03-16T15:00:00+07:00"^^xsd:dateTime] ; # 
  fhir:dosageInstruction ( [
     fhir:sequence [ fhir:v 1 ] ;
     fhir:text [ fhir:v "Tiêm tĩnh mạch Cefotaxime 1g mỗi 8 giờ" ] ;
     fhir:timing [
       fhir:repeat [
         fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ;
         fhir:period [ fhir:v "1"^^xsd:decimal ] ;
         fhir:periodUnit [ fhir:v "d" ]
       ]
     ] ;
     fhir:route [
       fhir:coding ( [
         a sct:47625008 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "47625008" ] ;
         fhir:display [ fhir:v "Intravenous route" ]
       ] ) ;
       fhir:text [ fhir:v "Tiêm tĩnh mạch" ]
     ] ;
     fhir:doseAndRate ( [
       fhir:dose [
         a fhir:Quantity ;
         fhir:value [ fhir:v "1"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "g" ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "g" ]
       ]
     ] )
  ] ) . # 

<http://fhir.hl7.org.vn/core/Composition/ExampleCompositionDischargeSummary> a fhir:Composition ;
  fhir:id [ fhir:v "ExampleCompositionDischargeSummary"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition>
     ] )
  ] ; # 
  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_ExampleCompositionDischargeSummary\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition ExampleCompositionDischargeSummary</b></p><a name=\"ExampleCompositionDischargeSummary\"> </a><a name=\"hcExampleCompositionDischargeSummary\"> </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-composition.html\">Bệnh án điện tử VN Core — VN Core Composition Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-document-number-ns.html\" title=\"Namespace khuyến nghị cho mã tài liệu lâm sàng nội bộ do cơ sở y tế phát sinh, dùng cho Composition.identifier và DocumentReference.identifier khi chưa có NamingSystem riêng của từng cơ sở.\">VNDocumentNumber</a>/BA-NKH-2026-00123</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 18842-5}\">Discharge summary</span></p><p><b>encounter</b>: <a href=\"Encounter-ExampleEncounterInpatient.html\">Encounter: extension = Đúng tuyến,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-10-NTRU-0042; status = finished; class = inpatient encounter (v3 Code System ActCode#IMP); period = 2026-03-10 14:00:00+0700 --&gt; 2026-03-17 10:00:00+0700; reasonCode = </a></p><p><b>date</b>: 2026-03-17 10:00:00+0700</p><p><b>author</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>title</b>: Tóm tắt xuất viện — Viêm ruột thừa cấp K35.8</p><p><b>confidentiality</b>: restricted</p><p><b>custodian</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier [
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/document-number"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/document-number>
     ] ;
     fhir:value [ fhir:v "BA-NKH-2026-00123" ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
     fhir:coding ( [
       a loinc:18842-5 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "18842-5" ] ;
       fhir:display [ fhir:v "Discharge summary" ]
     ] )
  ] ; # 
  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:encounter [
     fhir:l <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterInpatient> ;
     fhir:reference [ fhir:v "Encounter/ExampleEncounterInpatient" ]
  ] ; # 
  fhir:date [ fhir:v "2026-03-17T10:00:00+07:00"^^xsd:dateTime] ; # 
  fhir:author ( [
     fhir:l <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:display [ fhir:v "BS CKII Nguyễn Thị Lan" ]
  ] ) ; # 
  fhir:title [ fhir:v "Tóm tắt xuất viện — Viêm ruột thừa cấp K35.8"] ; # 
  fhir:confidentiality [ fhir:v "R"] ; # 
  fhir:custodian [
     fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> ;
     fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
     fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ]
  ] ; # 
  fhir:section ( [
     fhir:title [ fhir:v "Lý do nhập viện" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:10154-3 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "10154-3" ] ;
         fhir:display [ fhir:v "Chief complaint Narrative - Reported" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Bệnh nhân Nguyễn Văn An, 45 tuổi, nhập viện ngày 10/3/2026 vì đau bụng vùng hố chậu phải khởi phát đột ngột, sốt 38.5°C, buồn nôn. Siêu âm ổ bụng: hình ảnh ruột thừa viêm, thành dày, có dịch quanh ruột thừa.</div>"^^rdf:XMLLiteral ]
     ]
  ] [
     fhir:title [ fhir:v "Chẩn đoán xác định" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:29548-5 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "29548-5" ] ;
         fhir:display [ fhir:v "Diagnosis Narrative" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Viêm ruột thừa cấp (K35.8 — ICD-10 VN per QĐ 4469/QĐ-BYT ngày 28/10/2020). Bệnh kèm: Đái tháo đường type 2 (E11.9), Tăng huyết áp nguyên phát (I10) — kiểm soát ổn định.</div>"^^rdf:XMLLiteral ]
     ]
  ] [
     fhir:title [ fhir:v "Tình trạng xuất viện" ] ;
     fhir:code [
       fhir:coding ( [
         a loinc:18842-5 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "18842-5" ] ;
         fhir:display [ fhir:v "Discharge summary" ]
       ] )
     ] ;
     fhir:text [
       fhir:status [ fhir:v "generated" ] ;
       fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Bệnh nhân được phẫu thuật nội soi cắt ruột thừa ngày 12/3/2026, kháng sinh Cefotaxime đường tĩnh mạch sau mổ. Hậu phẫu ổn định: hết sốt, vết mổ khô, trung tiện tốt, ăn uống bình thường. Xuất viện ngày 17/3/2026 với đơn kháng sinh uống 5 ngày, hẹn cắt chỉ sau 7 ngày. Tái khám tại phòng khám Ngoại tiêu hoá — BV Chợ Rẫy.</div>"^^rdf:XMLLiteral ]
     ]
  ] ) . # 

<http://fhir.hl7.org.vn/core/Claim/ExampleClaimBHYT> a fhir:Claim ;
  fhir:id [ fhir:v "ExampleClaimBHYT"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-claim"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-claim>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Claim_ExampleClaimBHYT\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Claim ExampleClaimBHYT</b></p><a name=\"ExampleClaimBHYT\"> </a><a name=\"hcExampleClaimBHYT\"> </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-claim.html\">Yêu cầu thanh toán KCB VN Core — VN Core Claim Profile</a></p></div><blockquote><p><b>Tổng chi phí theo nhóm — Claim Cost Summary Extension</b></p><ul><li>totalMedication: <span title=\"Vietnamese Dong\">₫3.200.000</span> (VND)</li><li>totalInsurance: <span title=\"Vietnamese Dong\">₫10.440.000</span> (VND)</li><li>totalPatientCopay: <span title=\"Vietnamese Dong\">₫2.610.000</span> (VND)</li><li>totalPatientSelfPay: <span title=\"Vietnamese Dong\">₫1.770.000</span> (VND)</li></ul></blockquote><blockquote><p><b>Kỳ thanh toán — Claim Payment Period Extension</b></p><ul><li>year: 2026</li><li>month: 3</li></ul></blockquote><p><b>Phương thức thanh toán — Payment Method Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-payment-method-cs 1}\">Phí dịch vụ (FFS)</span></p><p><b>identifier</b>: Mã liên kết hồ sơ BHYT/LK-2026-000101</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/claim-type institutional}\">Institutional</span></p><p><b>subType</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-patient-visit-type-cs 1.1}\">KCB đúng cơ sở nơi đăng ký KCB BHYT ban đầu</span></p><p><b>use</b>: Claim</p><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>created</b>: 2026-03-17</p><p><b>provider</b>: <a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Diagnosis[x]</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td><span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 K35.8}\">Acute appendicitis, other and unspecified</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ex-diagnosistype principal}\">Principal Diagnosis</span></td></tr></table><h3>Procedures</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Procedure[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td><span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-icd9-cm-cs 47.01}\">Phẫu thuật nội soi ổ bụng cắt bỏ ruột thừa</span></td></tr></table><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>true</td><td><a href=\"Coverage-ExampleCoverageBHYTNew.html\">BHYT Nguyễn Văn An — DN 80%</a></td></tr></table><blockquote><p><b>item</b></p><p><b>Khoa thực hiện — Claim Item Department Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-department-cs K22}\">Khoa Ngoại tiêu hoá</span></p><blockquote><p><b>Thông tin chi phí BHYT — Insurance Cost Info Extension</b></p><ul><li>scope: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs 1}\">Trong phạm vi hưởng BHYT</span></li><li>paymentRatio: 100</li><li>benefitLevel: 80</li></ul></blockquote><p><b>sequence</b>: 1</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs 1}\">Khám bệnh</span></p><p><b>productOrService</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-examination-code-cs 10.22}\">Khám chuyên khoa Ngoại tiêu hóa</span></p><h3>Nets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>150000</td><td>Vietnamese đồng</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>Khoa thực hiện — Claim Item Department Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-department-cs K22}\">Khoa Ngoại tiêu hoá</span></p><p><b>sequence</b>: 2</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs 2.2}\">Ngày giường điều trị nội trú</span></p><p><b>productOrService</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-bed-day-code-cs K22.NG1}\">Ngày giường Ngoại loại 1 — 7 ngày</span></p><p><b>quantity</b>: 7</p><h3>UnitPrices</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>360000</td><td>Vietnamese đồng</td></tr></table><h3>Nets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>2520000</td><td>Vietnamese đồng</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>sequence</b>: 3</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs 6}\">Phẫu thuật, thủ thuật</span></p><p><b>productOrService</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-icd9-cm-cs 47.01}\">Phẫu thuật nội soi ổ bụng cắt bỏ ruột thừa</span></p><h3>Nets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>8500000</td><td>Vietnamese đồng</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>Nguồn chi trả — Payment Source Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-payment-source-cs 1}\">Bảo hiểm y tế</span></p><p><b>sequence</b>: 4</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs 8}\">Thuốc, dịch truyền</span></p><p><b>productOrService</b>: <span title=\"Codes:{http://www.whocc.no/atc J01DD04}\">Ceftriaxone 2g bột pha tiêm hậu phẫu</span></p><h3>Nets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>3200000</td><td>Vietnamese đồng</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>Nhóm TBYT theo danh mục BHYT — VN Device Group</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-device-group-cs N04.00.000}\">Ống thông, ống dẫn lưu, ống nối, dây nối, chạc nối, catheter</span></p><p><b>Phạm vi BHYT cho VTYT — Device Insurance Scope Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs 1}\">Trong phạm vi hưởng BHYT</span></p><blockquote><p><b>Thông tin chi phí BHYT — Insurance Cost Info Extension</b></p><ul><li>scope: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs 1}\">Trong phạm vi hưởng BHYT</span></li><li>paymentRatio: 100</li><li>benefitLevel: 80</li></ul></blockquote><p><b>sequence</b>: 5</p><p><b>category</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs 9}\">Thiết bị y tế</span></p><p><b>productOrService</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason unknown}\">Kim luồn tĩnh mạch an toàn 22G</span></p><p><b>quantity</b>: 3</p><h3>UnitPrices</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>150000</td><td>Vietnamese đồng</td></tr></table><h3>Nets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>450000</td><td>Vietnamese đồng</td></tr></table></blockquote><h3>Totals</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>14820000</td><td>Vietnamese đồng</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "totalMedication"^^xsd:anyURI ;
         fhir:l fhir:totalMedication
       ] ;
       fhir:value [
         a fhir:Money ;
         fhir:value [ fhir:v "3200000"^^xsd:decimal ] ;
         fhir:currency [ fhir:v "VND" ]
       ]
     ] [
       fhir:url [
         fhir:v "totalInsurance"^^xsd:anyURI ;
         fhir:l fhir:totalInsurance
       ] ;
       fhir:value [
         a fhir:Money ;
         fhir:value [ fhir:v "10440000"^^xsd:decimal ] ;
         fhir:currency [ fhir:v "VND" ]
       ]
     ] [
       fhir:url [
         fhir:v "totalPatientCopay"^^xsd:anyURI ;
         fhir:l fhir:totalPatientCopay
       ] ;
       fhir:value [
         a fhir:Money ;
         fhir:value [ fhir:v "2610000"^^xsd:decimal ] ;
         fhir:currency [ fhir:v "VND" ]
       ]
     ] [
       fhir:url [
         fhir:v "totalPatientSelfPay"^^xsd:anyURI ;
         fhir:l fhir:totalPatientSelfPay
       ] ;
       fhir:value [
         a fhir:Money ;
         fhir:value [ fhir:v "1770000"^^xsd:decimal ] ;
         fhir:currency [ fhir:v "VND" ]
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-claim-cost-summary"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-claim-cost-summary>
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "year"^^xsd:anyURI ;
         fhir:l fhir:year
       ] ;
       fhir:value [
         a fhir:Integer ;
         fhir:v 2026
       ]
     ] [
       fhir:url [
         fhir:v "month"^^xsd:anyURI ;
         fhir:l fhir:month
       ] ;
       fhir:value [
         a fhir:Integer ;
         fhir:v 3
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-claim-payment-period"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-claim-payment-period>
     ]
  ] [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-payment-method"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-payment-method>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-payment-method-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-payment-method-cs>
         ] ;
         fhir:code [ fhir:v "1" ] ;
         fhir:display [ fhir:v "Phí dịch vụ (FFS)" ]
       ] )
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "MA_LK" ] ;
         fhir:display [ fhir:v "Mã liên kết hồ sơ BHYT" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/ma-lk"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/ma-lk>
     ] ;
     fhir:value [ fhir:v "LK-2026-000101" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/claim-type>
       ] ;
       fhir:code [ fhir:v "institutional" ] ;
       fhir:display [ fhir:v "Institutional" ]
     ] )
  ] ; # 
  fhir:subType [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-patient-visit-type-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-patient-visit-type-cs>
       ] ;
       fhir:code [ fhir:v "1.1" ] ;
       fhir:display [ fhir:v "KCB đúng cơ sở nơi đăng ký KCB BHYT ban đầu" ]
     ] )
  ] ; # 
  fhir:use [ fhir:v "claim"] ; # 
  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:created [ fhir:v "2026-03-17"^^xsd:date] ; # 
  fhir:provider [
     fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationChoRay> ;
     fhir:reference [ fhir:v "Organization/ExampleOrganizationChoRay" ] ;
     fhir:display [ fhir:v "Bệnh viện Chợ Rẫy" ]
  ] ; # 
  fhir:priority [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/processpriority"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/processpriority>
       ] ;
       fhir:code [ fhir:v "normal" ] ;
       fhir:display [ fhir:v "Normal" ]
     ] )
  ] ; # 
  fhir:diagnosis ( [
     fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:diagnosis [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/sid/icd-10>
         ] ;
         fhir:code [ fhir:v "K35.8" ] ;
         fhir:display [ fhir:v "Acute appendicitis, other and unspecified" ]
       ] )
     ] ;
     fhir:type ( [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/ex-diagnosistype"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/ex-diagnosistype>
         ] ;
         fhir:code [ fhir:v "principal" ] ;
         fhir:display [ fhir:v "Principal Diagnosis" ]
       ] )
     ] )
  ] ) ; # 
  fhir:procedure ( [
     fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:procedure [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-icd9-cm-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-icd9-cm-cs>
         ] ;
         fhir:code [ fhir:v "47.01" ] ;
         fhir:display [ fhir:v "Phẫu thuật nội soi ổ bụng cắt bỏ ruột thừa" ]
       ] )
     ]
  ] ) ; # 
  fhir:insurance ( [
     fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:focal [ fhir:v true ] ;
     fhir:coverage [
       fhir:l <http://fhir.hl7.org.vn/core/Coverage/ExampleCoverageBHYTNew> ;
       fhir:reference [ fhir:v "Coverage/ExampleCoverageBHYTNew" ] ;
       fhir:display [ fhir:v "BHYT Nguyễn Văn An — DN 80%" ]
     ]
  ] ) ; # 
  fhir:item ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-claim-item-department"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-claim-item-department>
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-department-cs"^^xsd:anyURI ;
             fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-department-cs>
           ] ;
           fhir:code [ fhir:v "K22" ] ;
           fhir:display [ fhir:v "Khoa Ngoại tiêu hoá" ]
         ] )
       ]
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "scope"^^xsd:anyURI ;
           fhir:l fhir:scope
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [
               fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs"^^xsd:anyURI ;
               fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs>
             ] ;
             fhir:code [ fhir:v "1" ] ;
             fhir:display [ fhir:v "Trong phạm vi hưởng BHYT" ]
           ] )
         ]
       ] [
         fhir:url [
           fhir:v "paymentRatio"^^xsd:anyURI ;
           fhir:l fhir:paymentRatio
         ] ;
         fhir:value [
           a fhir:Decimal ;
           fhir:v "100"^^xsd:decimal
         ]
       ] [
         fhir:url [
           fhir:v "benefitLevel"^^xsd:anyURI ;
           fhir:l fhir:benefitLevel
         ] ;
         fhir:value [
           a fhir:Decimal ;
           fhir:v "80"^^xsd:decimal
         ]
       ] ) ;
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info>
       ]
     ] ) ;
     fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:category [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs>
         ] ;
         fhir:code [ fhir:v "1" ] ;
         fhir:display [ fhir:v "Khám bệnh" ]
       ] )
     ] ;
     fhir:productOrService [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-examination-code-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-examination-code-cs>
         ] ;
         fhir:code [ fhir:v "10.22" ] ;
         fhir:display [ fhir:v "Ngoại tiêu hóa" ]
       ] ) ;
       fhir:text [ fhir:v "Khám chuyên khoa Ngoại tiêu hóa" ]
     ] ;
     fhir:net [
       fhir:value [ fhir:v "150000"^^xsd:decimal ] ;
       fhir:currency [ fhir:v "VND" ]
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-claim-item-department"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-claim-item-department>
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-department-cs"^^xsd:anyURI ;
             fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-department-cs>
           ] ;
           fhir:code [ fhir:v "K22" ] ;
           fhir:display [ fhir:v "Khoa Ngoại tiêu hoá" ]
         ] )
       ]
     ] ) ;
     fhir:sequence [ fhir:v "2"^^xsd:positiveInteger ] ;
     fhir:category [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs>
         ] ;
         fhir:code [ fhir:v "2.2" ] ;
         fhir:display [ fhir:v "Ngày giường điều trị nội trú" ]
       ] )
     ] ;
     fhir:productOrService [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-bed-day-code-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-bed-day-code-cs>
         ] ;
         fhir:code [ fhir:v "K22.NG1" ] ;
         fhir:display [ fhir:v "Ngày giường Ngoại loại 1 - Khoa Ngoại tiêu hoá" ]
       ] ) ;
       fhir:text [ fhir:v "Ngày giường Ngoại loại 1 — 7 ngày" ]
     ] ;
     fhir:quantity [
       fhir:value [ fhir:v "7"^^xsd:decimal ]
     ] ;
     fhir:unitPrice [
       fhir:value [ fhir:v "360000"^^xsd:decimal ] ;
       fhir:currency [ fhir:v "VND" ]
     ] ;
     fhir:net [
       fhir:value [ fhir:v "2520000"^^xsd:decimal ] ;
       fhir:currency [ fhir:v "VND" ]
     ]
  ] [
     fhir:sequence [ fhir:v "3"^^xsd:positiveInteger ] ;
     fhir:category [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs>
         ] ;
         fhir:code [ fhir:v "6" ] ;
         fhir:display [ fhir:v "Phẫu thuật, thủ thuật" ]
       ] )
     ] ;
     fhir:productOrService [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-icd9-cm-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-icd9-cm-cs>
         ] ;
         fhir:code [ fhir:v "47.01" ] ;
         fhir:display [ fhir:v "Phẫu thuật nội soi ổ bụng cắt bỏ ruột thừa" ]
       ] )
     ] ;
     fhir:net [
       fhir:value [ fhir:v "8500000"^^xsd:decimal ] ;
       fhir:currency [ fhir:v "VND" ]
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-payment-source"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-payment-source>
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-payment-source-cs"^^xsd:anyURI ;
             fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-payment-source-cs>
           ] ;
           fhir:code [ fhir:v "1" ] ;
           fhir:display [ fhir:v "Bảo hiểm y tế" ]
         ] )
       ]
     ] ) ;
     fhir:sequence [ fhir:v "4"^^xsd:positiveInteger ] ;
     fhir:category [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs>
         ] ;
         fhir:code [ fhir:v "8" ] ;
         fhir:display [ fhir:v "Thuốc, dịch truyền" ]
       ] )
     ] ;
     fhir:productOrService [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ;
           fhir:l <http://www.whocc.no/atc>
         ] ;
         fhir:code [ fhir:v "J01DD04" ] ;
         fhir:display [ fhir:v "Ceftriaxone" ]
       ] ) ;
       fhir:text [ fhir:v "Ceftriaxone 2g bột pha tiêm hậu phẫu" ]
     ] ;
     fhir:net [
       fhir:value [ fhir:v "3200000"^^xsd:decimal ] ;
       fhir:currency [ fhir:v "VND" ]
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-group"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-group>
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-device-group-cs"^^xsd:anyURI ;
             fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-device-group-cs>
           ] ;
           fhir:code [ fhir:v "N04.00.000" ] ;
           fhir:display [ fhir:v "Ống thông, ống dẫn lưu, ống nối, dây nối, chạc nối, catheter" ]
         ] )
       ]
     ] [
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-insurance-scope"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-device-insurance-scope>
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs"^^xsd:anyURI ;
             fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs>
           ] ;
           fhir:code [ fhir:v "1" ] ;
           fhir:display [ fhir:v "Trong phạm vi hưởng BHYT" ]
         ] )
       ]
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "scope"^^xsd:anyURI ;
           fhir:l fhir:scope
         ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [
               fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs"^^xsd:anyURI ;
               fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-insurance-scope-cs>
             ] ;
             fhir:code [ fhir:v "1" ] ;
             fhir:display [ fhir:v "Trong phạm vi hưởng BHYT" ]
           ] )
         ]
       ] [
         fhir:url [
           fhir:v "paymentRatio"^^xsd:anyURI ;
           fhir:l fhir:paymentRatio
         ] ;
         fhir:value [
           a fhir:Decimal ;
           fhir:v "100"^^xsd:decimal
         ]
       ] [
         fhir:url [
           fhir:v "benefitLevel"^^xsd:anyURI ;
           fhir:l fhir:benefitLevel
         ] ;
         fhir:value [
           a fhir:Decimal ;
           fhir:v "80"^^xsd:decimal
         ]
       ] ) ;
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-insurance-cost-info>
       ]
     ] ) ;
     fhir:sequence [ fhir:v "5"^^xsd:positiveInteger ] ;
     fhir:category [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-cost-category-cs>
         ] ;
         fhir:code [ fhir:v "9" ] ;
         fhir:display [ fhir:v "Thiết bị y tế" ]
       ] )
     ] ;
     fhir:productOrService [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/data-absent-reason>
         ] ;
         fhir:code [ fhir:v "unknown" ] ;
         fhir:display [ fhir:v "Unknown" ]
       ] ) ;
       fhir:text [ fhir:v "Kim luồn tĩnh mạch an toàn 22G" ]
     ] ;
     fhir:quantity [
       fhir:value [ fhir:v "3"^^xsd:decimal ]
     ] ;
     fhir:unitPrice [
       fhir:value [ fhir:v "150000"^^xsd:decimal ] ;
       fhir:currency [ fhir:v "VND" ]
     ] ;
     fhir:net [
       fhir:value [ fhir:v "450000"^^xsd:decimal ] ;
       fhir:currency [ fhir:v "VND" ]
     ]
  ] ) ; # 
  fhir:total [
     fhir:value [ fhir:v "14820000"^^xsd:decimal ] ;
     fhir:currency [ fhir:v "VND" ]
  ] . # 

<http://fhir.hl7.org.vn/core/MedicationRequest/ExampleMedicationRequestCefotaximeInpatient> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "ExampleMedicationRequestCefotaximeInpatient"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-request>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_ExampleMedicationRequestCefotaximeInpatient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest ExampleMedicationRequestCefotaximeInpatient</b></p><a name=\"ExampleMedicationRequestCefotaximeInpatient\"> </a><a name=\"hcExampleMedicationRequestCefotaximeInpatient\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-medication-request.html\">Đơn thuốc VN Core — VN Core MedicationRequest Profile</a></p></div><p><b>Số đăng ký thuốc (Visa) — Medication Registration Number</b>: VD-18422-16</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 inpatient}\">Inpatient</span></p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc J01DD01}\">Cefotaxime 1g bột pha tiê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=\"Encounter-ExampleEncounterInpatient.html\">Encounter: extension = Đúng tuyến,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-10-NTRU-0042; status = finished; class = inpatient encounter (v3 Code System ActCode#IMP); period = 2026-03-10 14:00:00+0700 --&gt; 2026-03-17 10:00:00+0700; reasonCode = </a></p><p><b>authoredOn</b>: 2026-03-16 08:00:00+0700</p><p><b>requester</b>: <a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS CKII Nguyễn Thị Lan</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 K35.8}\">Kháng sinh hậu phẫu cắt ruột thừa</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Tiêm tĩnh mạch Cefotaxime 1g mỗi 8 giờ</p><p><b>timing</b>: 3 per 1 day</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 47625008}\">Tiêm tĩnh mạch</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-med-reg-number>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "VD-18422-16"
     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/medicationrequest-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/medicationrequest-category>
       ] ;
       fhir:code [ fhir:v "inpatient" ] ;
       fhir:display [ fhir:v "Inpatient" ]
     ] )
  ] ) ; # 
  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 "J01DD01" ] ;
       fhir:display [ fhir:v "Cefotaxime" ]
     ] ) ;
     fhir:text [ fhir:v "Cefotaxime 1g bột pha tiêm" ]
  ] ; # 
  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:encounter [
     fhir:l <http://fhir.hl7.org.vn/core/Encounter/ExampleEncounterInpatient> ;
     fhir:reference [ fhir:v "Encounter/ExampleEncounterInpatient" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-03-16T08:00:00+07:00"^^xsd:dateTime] ; # 
  fhir:requester [
     fhir:l <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> ;
     fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ;
     fhir:display [ fhir:v "BS CKII Nguyễn Thị Lan" ]
  ] ; # 
  fhir:reasonCode ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/sid/icd-10>
       ] ;
       fhir:code [ fhir:v "K35.8" ] ;
       fhir:display [ fhir:v "Acute appendicitis, other and unspecified" ]
     ] ) ;
     fhir:text [ fhir:v "Kháng sinh hậu phẫu cắt ruột thừa" ]
  ] ) ; # 
  fhir:dosageInstruction ( [
     fhir:sequence [ fhir:v 1 ] ;
     fhir:text [ fhir:v "Tiêm tĩnh mạch Cefotaxime 1g mỗi 8 giờ" ] ;
     fhir:timing [
       fhir:repeat [
         fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ;
         fhir:period [ fhir:v "1"^^xsd:decimal ] ;
         fhir:periodUnit [ fhir:v "d" ]
       ]
     ] ;
     fhir:route [
       fhir:coding ( [
         a sct:47625008 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "47625008" ] ;
         fhir:display [ fhir:v "Intravenous route" ]
       ] ) ;
       fhir:text [ fhir:v "Tiêm tĩnh mạch" ]
     ] ;
     fhir:doseAndRate ( [
       fhir:dose [
         a fhir:Quantity ;
         fhir:value [ fhir:v "1"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "g" ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "g" ]
       ]
     ] )
  ] ) . # 

<http://fhir.hl7.org.vn/core/MedicationAdministration/ExampleMedicationAdministrationInpatient> a fhir:MedicationAdministration ;
  fhir:id [ fhir:v "ExampleMedicationAdministrationInpatient"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-administration"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-medication-administration>
     ] )
  ] ; # 
  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=\"MedicationAdministration_ExampleMedicationAdministrationInpatient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration ExampleMedicationAdministrationInpatient</b></p><a name=\"ExampleMedicationAdministrationInpatient\"> </a><a name=\"hcExampleMedicationAdministrationInpatient\"> </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-administration.html\">Sử dụng/Cho dùng thuốc VN Core — VN Core Medication Administration Profile</a></p></div><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-admin-category inpatient}\">Inpatient</span></p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc J01DD01}\">Cefotaxime 1g bột pha tiêm</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-ExampleEncounterInpatient.html\">Encounter: extension = Đúng tuyến,Khỏi; identifier = Mã lượt khám chữa bệnh: VNMaLuotKCB#LK-2026-03-10-NTRU-0042; status = finished; class = inpatient encounter (v3 Code System ActCode#IMP); period = 2026-03-10 14:00:00+0700 --&gt; 2026-03-17 10:00:00+0700; reasonCode = </a></p><p><b>effective</b>: 2026-03-16 16:00: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>reasonCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 K35.8}\">Kháng sinh hậu phẫu cắt ruột thừa</span></p><p><b>request</b>: <a href=\"MedicationRequest-ExampleMedicationRequestCefotaximeInpatient.html\">Y lệnh Cefotaxime 1g IV mỗi 8 giờ</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 47625008}\">Tiêm tĩnh mạch</span></td><td>1 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/medication-admin-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/medication-admin-category>
       ] ;
       fhir:code [ fhir:v "inpatient" ] ;
       fhir:display [ fhir:v "Inpatient" ]
     ] )
  ] ; # 
  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 "J01DD01" ] ;
       fhir:display [ fhir:v "Cefotaxime" ]
     ] ) ;
     fhir:text [ fhir:v "Cefotaxime 1g bột pha tiêm" ]
  ] ; # 
  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/ExampleEncounterInpatient> ;
     fhir:reference [ fhir:v "Encounter/ExampleEncounterInpatient" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2026-03-16T16:00:00+07:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:l <http://fhir.hl7.org.vn/core/Practitioner/ExamplePractitionerBSCKII> ;
       fhir:reference [ fhir:v "Practitioner/ExamplePractitionerBSCKII" ] ;
       fhir:display [ fhir:v "BS CKII Nguyễn Thị Lan" ]
     ]
  ] ) ; # 
  fhir:reasonCode ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/sid/icd-10>
       ] ;
       fhir:code [ fhir:v "K35.8" ] ;
       fhir:display [ fhir:v "Acute appendicitis, other and unspecified" ]
     ] ) ;
     fhir:text [ fhir:v "Kháng sinh hậu phẫu cắt ruột thừa" ]
  ] ) ; # 
  fhir:request [
     fhir:l <http://fhir.hl7.org.vn/core/MedicationRequest/ExampleMedicationRequestCefotaximeInpatient> ;
     fhir:reference [ fhir:v "MedicationRequest/ExampleMedicationRequestCefotaximeInpatient" ] ;
     fhir:display [ fhir:v "Y lệnh Cefotaxime 1g IV mỗi 8 giờ" ]
  ] ; # 
  fhir:dosage [
     fhir:route [
       fhir:coding ( [
         a sct:47625008 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "47625008" ] ;
         fhir:display [ fhir:v "Intravenous route" ]
       ] ) ;
       fhir:text [ fhir:v "Tiêm tĩnh mạch" ]
     ] ;
     fhir:dose [
       fhir:value [ fhir:v "1"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "g" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "g" ]
     ]
  ] . # 

# -------------------------------------------------------------------------------------

