@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://pghd.na.icar.cnr.it/ValueSet/consent-category-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "consent-category-vs"] ; # 
  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 consent-category-vs</b></p><a name=\"consent-category-vs\"> </a><a name=\"hcconsent-category-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-consent-category-cs.html\"><code>https://pghd.na.icar.cnr.it/CodeSystem/consent-category-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://pghd.na.icar.cnr.it/ValueSet/consent-category-vs"^^xsd:anyURI ;
     fhir:l <https://pghd.na.icar.cnr.it/ValueSet/consent-category-vs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ConsentCategoryVS"] ; # 
  fhir:title [ fhir:v "Consent Category ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-30T10:09:13+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "PGHD"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "PGHD" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://example.org/example-publisher" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet containing the categories of patient consent"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://pghd.na.icar.cnr.it/CodeSystem/consent-category-cs"^^xsd:anyURI ;
         fhir:l <https://pghd.na.icar.cnr.it/CodeSystem/consent-category-cs>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

