@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://interoperabilidad.minsal.cl/fhir/ig/tei/ValueSet/VSIdentificadorPrestador> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "VSIdentificadorPrestador"] ; # 
  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: ConjuntoValores / ConjuntoDeValores VSIdentificadorPrestador</b></p><a name=\"VSIdentificadorPrestador\"> </a><a name=\"hcVSIdentificadorPrestador\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"https://hl7chile.cl/fhir/ig/clcore/1.9.2/CodeSystem-CSTipoIdentificador.html\"><code>https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 1.9.2, the version found through the package references\"> version ?1.9.2</span> where concept  is-a <a href=\"https://hl7chile.cl/fhir/ig/clcore/1.9.2/CodeSystem-CSTipoIdentificador.html#CSTipoIdentificador-01\">01</a></li><li>Include codes from<a href=\"https://hl7chile.cl/fhir/ig/clcore/1.9.2/CodeSystem-CSTipoIdentificador.html\"><code>https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 1.9.2, the version found through the package references\"> version ?1.9.2</span> where concept  is-a <a href=\"https://hl7chile.cl/fhir/ig/clcore/1.9.2/CodeSystem-CSTipoIdentificador.html#CSTipoIdentificador-13\">13</a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/ValueSet/VSIdentificadorPrestador"^^xsd:anyURI ;
     fhir:l <https://interoperabilidad.minsal.cl/fhir/ig/tei/ValueSet/VSIdentificadorPrestador>
  ] ; # 
  fhir:version [ fhir:v "0.2.2"] ; # 
  fhir:name [ fhir:v "VSIdentificadorPrestador"] ; # 
  fhir:title [ fhir:v "IdentificadorPrestador"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2023-01-15"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Unidad de Interoperabilidad - MINSAL"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Unidad de Interoperabilidad - MINSAL" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://interoperabilidad.minsal.cl" ]
     ] )
  ] [
     fhir:name [ fhir:v "Franco Ulloa" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "franco.ulloa@minsal.cl" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "IdentificadorPrestador"] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador"^^xsd:anyURI ;
         fhir:l <https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador>
       ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "concept" ] ;
         fhir:op [ fhir:v "is-a" ] ;
         fhir:value [ fhir:v "01" ]
       ] )
     ] [
       fhir:system [
         fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador"^^xsd:anyURI ;
         fhir:l <https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador>
       ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "concept" ] ;
         fhir:op [ fhir:v "is-a" ] ;
         fhir:value [ fhir:v "13" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

