@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/Provenance/ESE-289490> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ESE-289490"] ; # 
  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: Provenance ESE-289490</b></p><a name=\"ESE-289490\"> </a><a name=\"hcESE-289490\"> </a><a name=\"ESE-289490-fi-FI\"> </a><p>Provenance for <a href=\"Encounter/SE-289490\">Encounter/SE-289490</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2025-08-31 17:14:02+0300</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Role</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType CST}\">custodian</span></td><td/><td>Logica (Identifier: Provider number/1.2.246.10.3575029.19.0)</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:target ( [
     fhir:link <https://hl7.fi/fhir/finnish-base-profiles/Encounter/SE-289490> ;
     fhir:reference [ fhir:v "Encounter/SE-289490" ] ;
     fhir:identifier [
       fhir:use [ fhir:v "official" ] ;
       fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "urn:oid:1.2.246.10.3575029.10.99.14131.2025.289490" ]
     ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2025-08-31T17:14:02.117+03:00"^^xsd:dateTime] ; # 
  fhir:reason ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:oid:1.2.246.537.5.40150"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "2" ]
     ] )
  ] ) ; # 
  fhir:agent ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "CST" ]
       ] )
     ] ;
     fhir:role ( [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:oid:1.2.246.537.5.40172"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "1" ]
       ] )
     ] ) ;
     fhir:who [
       fhir:identifier [
         fhir:type [
           fhir:coding ( [
             fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "PRN" ]
           ] )
         ] ;
         fhir:system [ fhir:v "urn:oid:1.2.246.537.6.40174"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "1.2.246.10.3575029.19.0" ]
       ] ;
       fhir:display [ fhir:v "Logica" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

