@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://ehealth.sundhed.dk/fhir/ValueSet/ehealth-required-provenance-policies> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ehealth-required-provenance-policies"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ehealth-required-provenance-policies</b></p><a name=\"ehealth-required-provenance-policies\"> </a><a name=\"hcehealth-required-provenance-policies\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ehealth-provenance-policies.html\"><code>http://ehealth.sundhed.dk/cs/ehealth-provenance-policies</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-ehealth-provenance-policies.html#ehealth-provenance-policies-http.58.47.47ehealth.46sundhed.46dk.47policy.47dk.47sundhedsloven\">http://ehealth.sundhed.dk/policy/dk/sundhedsloven</a></td><td style=\"color: #cccccc\">Danish healthcare act</td><td/></tr><tr><td><a href=\"CodeSystem-ehealth-provenance-policies.html#ehealth-provenance-policies-http.58.47.47ehealth.46sundhed.46dk.47policy.47dk.47serviceloven\">http://ehealth.sundhed.dk/policy/dk/serviceloven</a></td><td style=\"color: #cccccc\">Danish service act</td><td/></tr><tr><td><a href=\"CodeSystem-ehealth-provenance-policies.html#ehealth-provenance-policies-http.58.47.47ehealth.46sundhed.46dk.47policy.47dk.47aeldreloven\">http://ehealth.sundhed.dk/policy/dk/aeldreloven</a></td><td style=\"color: #cccccc\">Danish elderly act</td><td>Danish elderly act, formally known as The Act on Social Services for the Elderly</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://ehealth.sundhed.dk/vs/ehealth-required-provenance-policies"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "9.0.0"] ; # 
  fhir:name [ fhir:v "Required policies for provenances"] ; # 
  fhir:title [ fhir:v "Required policies for provenances"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-30T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Required policies under which data can be provided. One of these policies must be provided in a provenance."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "DK" ] ;
       fhir:display [ fhir:v "Denmark" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://ehealth.sundhed.dk/cs/ehealth-provenance-policies"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "http://ehealth.sundhed.dk/policy/dk/sundhedsloven" ]
       ] [
         fhir:code [ fhir:v "http://ehealth.sundhed.dk/policy/dk/serviceloven" ]
       ] [
         fhir:code [ fhir:v "http://ehealth.sundhed.dk/policy/dk/aeldreloven" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

