@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 -------------------------------------------------------------------

<https://hl7chile.cl/fhir/ig/clips/ValueSet/vs-ni-ips-cl> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vs-ni-ips-cl"] ; # 
  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 vs-ni-ips-cl</b></p><a name=\"vs-ni-ips-cl\"> </a><a name=\"hcvs-ni-ips-cl\"> </a><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is explicitly stated to be http://snomed.info/sct/21000325107/version/20250915\"> version ?</span> where concept  in 661000325101 (conjunto de referencias de inmunizaciones del programa nacional de inmunizaciones (metadato fundacional))</li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://hl7chile.cl/fhir/ig/clips/ValueSet/vs-ni-ips-cl"^^xsd:anyURI ;
     fhir:l <https://hl7chile.cl/fhir/ig/clips/ValueSet/vs-ni-ips-cl>
  ] ; # 
  fhir:version [ fhir:v "0.5.0-ballot"] ; # 
  fhir:name [ fhir:v "VsPNI"] ; # 
  fhir:title [ fhir:v "Set de Valores del Programa Nacional de Inmunizaciones (PNI)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-12-18T09:54:19-03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Chile"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Chile" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7chile.cl" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Set de Valores del Programa Nacionalde Inmunizaciones (PNI)"] ; # 
  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 "CL" ] ;
       fhir:display [ fhir:v "Chile" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:version [ fhir:v "http://snomed.info/sct/21000325107/version/20250915" ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "concept" ] ;
         fhir:op [ fhir:v "in" ] ;
         fhir:value [ fhir:v "661000325101" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

