@prefix fhir: <http://hl7.org/fhir/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.hl7.org.vn/core/HealthcareService/ExampleHealthcareServiceTYTXa> a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleHealthcareServiceTYTXa"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-healthcare-service"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-healthcare-service>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService ExampleHealthcareServiceTYTXa</b></p><a name=\"ExampleHealthcareServiceTYTXa\"> </a><a name=\"hcExampleHealthcareServiceTYTXa\"> </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-healthcare-service.html\">Dịch vụ y tế VN Core — VN Core HealthcareService Profile</a></p></div><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-ExampleOrganizationTramYTe.html\">Trạm Y tế xã</a></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category 1}\">Khám bệnh, chữa bệnh ban đầu</span></p><p><b>type</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-service-type-cs kham-benh-ban-dau}\">KCB ban đầu</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-service-type-cs tiem-chung}\">Tiêm chủng</span>, <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-service-type-cs cham-soc-bme-tre-em}\">Chăm sóc bà mẹ, trẻ em</span></p><p><b>specialty</b>: <span title=\"Codes:\">Y học gia đình</span></p><p><b>name</b>: KCB ban đầu — Trạm Y tế xã Đông Triều</p><p><b>comment</b>: Trạm Y tế xã cung cấp dịch vụ KCB ban đầu cho cư dân địa bàn theo Luật KCB 2023 và mô hình 2 cấp (NQ 202/2025, Luật 72/2025). Phạm vi 5 nhóm dịch vụ theo VBHN 06/2026/VBHN-BYT.</p><p><b>extraDetails</b>: </p><div><p>Bao gồm: tiêm chủng mở rộng (TCMR), khám sức khỏe định kỳ, theo dõi bệnh mạn tính, sơ cấp cứu ban đầu.</p>\n</div><p><b>serviceProvisionCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-provision-conditions free}\">Dịch vụ KCB ban đầu được BHYT chi trả 100% với người có thẻ đúng tuyến</span></p><h3>Eligibilities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Comment</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Mọi cư dân có địa chỉ thường trú/tạm trú trong địa bàn xã</span></td><td><div><p>Người có thẻ BHYT đăng ký KCB ban đầu tại đây được hưởng quyền lợi BHYT đầy đủ; người không có BHYT trả phí dịch vụ theo giá nhà nước.</p>\n</div></td></tr></table><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 07:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote><h3>NotAvailables</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>Trạm có trực cấp cứu ngoài giờ hành chính, liên hệ qua số điện thoại trạm.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:providedBy [
     fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationTramYTe> ;
     fhir:reference [ fhir:v "Organization/ExampleOrganizationTramYTe" ] ;
     fhir:display [ fhir:v "Trạm Y tế xã" ]
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/service-category>
       ] ;
       fhir:code [ fhir:v "1" ] ;
       fhir:display [ fhir:v "Adoption" ]
     ] ) ;
     fhir:text [ fhir:v "Khám bệnh, chữa bệnh ban đầu" ]
  ] ) ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-service-type-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-service-type-cs>
       ] ;
       fhir:code [ fhir:v "kham-benh-ban-dau" ] ;
       fhir:display [ fhir:v "KCB ban đầu" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-service-type-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-service-type-cs>
       ] ;
       fhir:code [ fhir:v "tiem-chung" ] ;
       fhir:display [ fhir:v "Tiêm chủng" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-service-type-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-service-type-cs>
       ] ;
       fhir:code [ fhir:v "cham-soc-bme-tre-em" ] ;
       fhir:display [ fhir:v "Chăm sóc bà mẹ, trẻ em" ]
     ] )
  ] ) ; # 
  fhir:specialty ( [
     fhir:text [ fhir:v "Y học gia đình" ]
  ] ) ; # 
  fhir:name [ fhir:v "KCB ban đầu — Trạm Y tế xã Đông Triều"] ; # 
  fhir:comment [ fhir:v "Trạm Y tế xã cung cấp dịch vụ KCB ban đầu cho cư dân địa bàn theo Luật KCB 2023 và mô hình 2 cấp (NQ 202/2025, Luật 72/2025). Phạm vi 5 nhóm dịch vụ theo VBHN 06/2026/VBHN-BYT."] ; # 
  fhir:extraDetails [ fhir:v "Bao gồm: tiêm chủng mở rộng (TCMR), khám sức khỏe định kỳ, theo dõi bệnh mạn tính, sơ cấp cứu ban đầu."] ; # 
  fhir:serviceProvisionCode ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/service-provision-conditions"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/service-provision-conditions>
       ] ;
       fhir:code [ fhir:v "free" ] ;
       fhir:display [ fhir:v "Free" ]
     ] ) ;
     fhir:text [ fhir:v "Dịch vụ KCB ban đầu được BHYT chi trả 100% với người có thẻ đúng tuyến" ]
  ] ) ; # 
  fhir:eligibility ( [
     fhir:code [
       fhir:text [ fhir:v "Mọi cư dân có địa chỉ thường trú/tạm trú trong địa bàn xã" ]
     ] ;
     fhir:comment [ fhir:v "Người có thẻ BHYT đăng ký KCB ban đầu tại đây được hưởng quyền lợi BHYT đầy đủ; người không có BHYT trả phí dịch vụ theo giá nhà nước." ]
  ] ) ; # 
  fhir:availableTime ( [
     fhir:daysOfWeek ( [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
     fhir:availableStartTime [ fhir:v "07:00:00"^^xsd:time ] ;
     fhir:availableEndTime [ fhir:v "17:00:00"^^xsd:time ]
  ] ) ; # 
  fhir:notAvailable ( [
     fhir:description [ fhir:v "Trạm có trực cấp cứu ngoài giờ hành chính, liên hệ qua số điện thoại trạm." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

