@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://annotatemd.com/fhir/ig/Provenance/ExampleAIPredictionProvenance> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleAIPredictionProvenance"] ; # 
  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: Provenance ExampleAIPredictionProvenance</b></p><a name=\"ExampleAIPredictionProvenance\"> </a><a name=\"hcExampleAIPredictionProvenance\"> </a><p>Provenance for <a href=\"Observation-ExampleAIPrediction.html\">Observation Lesion Classification</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2026-03-27 14:29:00+0000</td></tr><tr><td>Activity</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>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type performer}\">Performer</span></td><td><a href=\"Device-example-derm-ai-model.html\">Device: manufacturer = Annotate MD</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:target ( [
     fhir:l <https://annotatemd.com/fhir/ig/Observation/ExampleAIPrediction> ;
     fhir:reference [ fhir:v "Observation/ExampleAIPrediction" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2026-03-27T14:29:00Z"^^xsd:dateTime] ; # 
  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:display [ 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 "performer" ] ;
         fhir:display [ fhir:v "Performer" ]
       ] )
     ] ;
     fhir:who [
       fhir:l <https://annotatemd.com/fhir/ig/Device/example-derm-ai-model> ;
       fhir:reference [ fhir:v "Device/example-derm-ai-model" ]
     ]
  ] ) ; # 
  fhir:entity ( [
     fhir:role [ fhir:v "source" ] ;
     fhir:what [
       fhir:l <https://annotatemd.com/fhir/ig/DocumentReference/example-clinical-photo> ;
       fhir:reference [ fhir:v "DocumentReference/example-clinical-photo" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

