@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://interop.esante.gouv.fr/ig/fhir/ror/ValueSet/ror-include-associated-data-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ror-include-associated-data-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ror-include-associated-data-vs</b></p><a name=\"ror-include-associated-data-vs\"> </a><a name=\"hcror-include-associated-data-vs\"> </a><a name=\"ror-include-associated-data-vs-fr-FR\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://hl7.org/fhir/uv/bulkdata/STU2/CodeSystem-include-associated-data.html\"><code>http://hl7.org/fhir/uv/bulkdata/CodeSystem/include-associated-data</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-ror-include-associated-data-code-system.html\"><code>https://interop.esante.gouv.fr/ig/fhir/ror/CodeSystem/ror-include-associated-data-code-system</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/ror/ValueSet/ror-include-associated-data-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.0"] ; # 
  fhir:name [ fhir:v "RorIncludeAssociatedDataVS"] ; # 
  fhir:title [ fhir:v "Value Set afin d'étendre le Value Set pour query parameter includeAssociatedData"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-12-09T16:21:45+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ANS"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "ANS" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://esante.gouv.fr" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Value Set pour étendre http://hl7.org/fhir/uv/bulkdata/ValueSet/include-associated-data et utiliser _[custom value] pour utiliser le query parameter includeAssociatedData"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "FR" ] ;
       fhir:display [ fhir:v "FRANCE" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/uv/bulkdata/CodeSystem/include-associated-data"^^xsd:anyURI ]
     ] [
       fhir:system [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/ror/CodeSystem/ror-include-associated-data-code-system"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

