@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://example.org/fhir/eu-ai-transparency/ValueSet/ehds-secondary-use-purpose-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ehds-secondary-use-purpose-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 ehds-secondary-use-purpose-vs</b></p><a name=\"ehds-secondary-use-purpose-vs\"> </a><a name=\"hcehds-secondary-use-purpose-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ehds-purpose-codesystem.html\"><code>http://example.org/fhir/eu-ai-transparency/CodeSystem/ehds-purpose-codesystem</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><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-ehds-purpose-codesystem.html#ehds-purpose-codesystem-public-health\">public-health</a></td><td style=\"color: #cccccc\">Public Health</td></tr><tr><td><a href=\"CodeSystem-ehds-purpose-codesystem.html#ehds-purpose-codesystem-policy-regulatory\">policy-regulatory</a></td><td style=\"color: #cccccc\">Policy and Regulatory Activities</td></tr><tr><td><a href=\"CodeSystem-ehds-purpose-codesystem.html#ehds-purpose-codesystem-statistics\">statistics</a></td><td style=\"color: #cccccc\">Statistics</td></tr><tr><td><a href=\"CodeSystem-ehds-purpose-codesystem.html#ehds-purpose-codesystem-education-teaching\">education-teaching</a></td><td style=\"color: #cccccc\">Education or Teaching</td></tr><tr><td><a href=\"CodeSystem-ehds-purpose-codesystem.html#ehds-purpose-codesystem-scientific-research\">scientific-research</a></td><td style=\"color: #cccccc\">Scientific Research</td></tr><tr><td><a href=\"CodeSystem-ehds-purpose-codesystem.html#ehds-purpose-codesystem-development-innovation\">development-innovation</a></td><td style=\"color: #cccccc\">Development and Innovation</td></tr><tr><td><a href=\"CodeSystem-ehds-purpose-codesystem.html#ehds-purpose-codesystem-algorithm-training-testing\">algorithm-training-testing</a></td><td style=\"color: #cccccc\">Training, Testing and Evaluation of Algorithms</td></tr><tr><td><a href=\"CodeSystem-ehds-purpose-codesystem.html#ehds-purpose-codesystem-care-improvement\">care-improvement</a></td><td style=\"color: #cccccc\">Improvement of Care Delivery</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://example.org/fhir/eu-ai-transparency/ValueSet/ehds-secondary-use-purpose-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "EHDS_SecondaryUsePurposeVS"] ; # 
  fhir:title [ fhir:v "EHDS Secondary Use Purpose ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-18T12:04:51+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Selina Adlberger"] ; # 
  fhir:description [ fhir:v "Permitted purposes for secondary use of electronic health data under the EHDS."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://example.org/fhir/eu-ai-transparency/CodeSystem/ehds-purpose-codesystem"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "public-health" ]
       ] [
         fhir:code [ fhir:v "policy-regulatory" ]
       ] [
         fhir:code [ fhir:v "statistics" ]
       ] [
         fhir:code [ fhir:v "education-teaching" ]
       ] [
         fhir:code [ fhir:v "scientific-research" ]
       ] [
         fhir:code [ fhir:v "development-innovation" ]
       ] [
         fhir:code [ fhir:v "algorithm-training-testing" ]
       ] [
         fhir:code [ fhir:v "care-improvement" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

