@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/ValueSet/vn-basic-health-service-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vn-basic-health-service-vs"] ; # 
  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: ValueSet vn-basic-health-service-vs</b></p><a name=\"vn-basic-health-service-vs\"> </a><a name=\"hcvn-basic-health-service-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-vn-basic-health-service-cs.html\"><code>http://fhir.hl7.org.vn/core/CodeSystem/vn-basic-health-service-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.6.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-legal-basis"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-legal-basis>
     ] ;
     fhir:value [
       a fhir:Coding ;
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-legal-document-ref-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-legal-document-ref-cs>
       ] ;
       fhir:code [ fhir:v "TT-30-2024" ]
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://fhir.hl7.org.vn/core/ValueSet/vn-basic-health-service-vs"^^xsd:anyURI ;
     fhir:l <http://fhir.hl7.org.vn/core/ValueSet/vn-basic-health-service-vs>
  ] ; # 
  fhir:version [ fhir:v "0.6.0"] ; # 
  fhir:name [ fhir:v "VNBasicHealthServiceVS"] ; # 
  fhir:title [ fhir:v "Danh mục gói dịch vụ y tế cơ bản tại Trạm Y tế xã (TT 30/2024) — Basic Health Service Package ValueSet"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-05-30"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Omi HealthTech / VN Core FHIR Community Initiative"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Omi HealthTech / VN Core FHIR Community Initiative" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://hl7.org.vn" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@hl7.org.vn" ]
     ] )
  ] [
     fhir:name [ fhir:v "Omi HealthTech (OmiGroup)" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://omihealthtech.vn" ]
     ] [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://omigroup.vn" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@hl7.org.vn" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Tập giá trị gồm toàn bộ concept của VNBasicHealthServiceCS (15 nhóm gói, 39 dịch vụ, 20 dịch vụ con theo TT 30/2024/TT-BYT).\nMục đích: cung cấp tập mã để binding ở IG phái sinh (vd hl7.fhir.vn.chc — HealthcareService.type/category của tuyến xã). KHÔNG binding trong core; core chỉ publish terminology trung lập.\nTheo cùng cảnh báo governance của CodeSystem: experimental tới khi chốt chính sách code-assignment quốc gia."] ; # 
  fhir:jurisdiction ( [
     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:purpose [ fhir:v "Value set of the full TT 30/2024 basic health service package for binding in derived IGs (e.g. hl7.fhir.vn.chc). Not bound inside core."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-basic-health-service-cs"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-basic-health-service-cs>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

