@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://aphp.github.io/IG-fhir-dm/Provenance/02c623c6-1c34-43bb-9ff9-5e1b1b6caf90> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "02c623c6-1c34-43bb-9ff9-5e1b1b6caf90"] ; # 
  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>Narratif généré : Provenance 02c623c6-1c34-43bb-9ff9-5e1b1b6caf90</b></p><a name=\"02c623c6-1c34-43bb-9ff9-5e1b1b6caf90\"> </a><a name=\"hc02c623c6-1c34-43bb-9ff9-5e1b1b6caf90\"> </a><p>Provenance pour <a href=\"Condition-ascite-cas-9.html\">Condition Ascites</a></p><p>Résumé</p><table class=\"grid\"><tr><td>Occurrence</td><td>2025-10-16</td></tr><tr><td>Enregistré</td><td>2025-10-16 16:00:00+0200</td></tr><tr><td>Activité</td><td><span title=\"Codes :{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>qui</b></td></tr><tr><td><span title=\"Codes :{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td>Nicolas Griffon</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:target ( [
     fhir:l <https://aphp.github.io/IG-fhir-dm/Condition/ascite-cas-9> ;
     fhir:reference [ fhir:v "Condition/ascite-cas-9" ]
  ] ) ; # 
  fhir:occurred [
     a fhir:DateTime ;
     fhir:v "2025-10-16"^^xsd:date
  ] ; # 
  fhir:recorded [ fhir:v "2025-10-16T16:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:reason ( [
     fhir:text [ fhir:v "Création des ressources de la couche sémantique pour la représentation du cas 9" ]
  ] ) ; # 
  fhir:activity [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-DataOperation"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-DataOperation>
       ] ;
       fhir:code [ fhir:v "CREATE" ]
     ] )
  ] ; # 
  fhir:agent ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/provenance-participant-type>
         ] ;
         fhir:code [ fhir:v "author" ]
       ] )
     ] ;
     fhir:who [
       fhir:display [ fhir:v "Nicolas Griffon" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

