@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://hl7.fi/fhir/finnish-base-profiles/ValueSet/kanta-provenance-agent-role> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "kanta-provenance-agent-role"] ; # 
  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 kanta-provenance-agent-role</b></p><a name=\"kanta-provenance-agent-role\"> </a><a name=\"hckanta-provenance-agent-role\"> </a><a name=\"kanta-provenance-agent-role-fi-FI\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <code>urn:ietf:rfc:3986</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>http://gen.kanta.fi/fikanta-cs-rolecategory</td><td>Kanta specified roles</td></tr></table></li><li>Include these codes as defined in <code>urn:ietf:rfc:3986</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>urn:oid:1.2.246.537.5.40172</td><td>eArkisto - Rekisteripitäjän laji</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://gen.kanta.fi/kanta-provenance-agent-role"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:title [ fhir:v "Example value set for provenance roles"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-10-05T18:38:26+03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Finland"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Finland" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.hl7.fi/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "mikael@sensotrend.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This example value set contains the systems that can be used for agent roles in Kanta profiles"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "FI" ] ;
       fhir:display [ fhir:v "Finland" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "http://gen.kanta.fi/fikanta-cs-rolecategory" ] ;
         fhir:display [ fhir:v "Kanta specified roles" ]
       ] )
     ] [
       fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "urn:oid:1.2.246.537.5.40172" ] ;
         fhir:display [ fhir:v "eArkisto - Rekisteripitäjän laji" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

