@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://fhir.cognovis.de/praxis/Provenance/ExampleProposalSuggestionProvenance> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleProposalSuggestionProvenance"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-proposal-provenance"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-proposal-provenance>
     ] )
  ] ; # 
  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 ExampleProposalSuggestionProvenance</b></p><a name=\"ExampleProposalSuggestionProvenance\"> </a><a name=\"hcExampleProposalSuggestionProvenance\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-praxis-proposal-provenance.html\">Praxis Proposal Provenance</a></p></div><p>Provenance for <a href=\"Condition-ExampleDiagnose.html\">Condition Diabetes mellitus, Typ 2, ohne Komplikationen</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2026-05-18 10:15:00+0100</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>Role</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type assembler}\">Assembler</span></td><td/><td><a href=\"Device-example-proposal-engine-device.html\">Device: type = </a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:target ( [
     fhir:l <https://fhir.cognovis.de/praxis/Condition/ExampleDiagnose> ;
     fhir:reference [ fhir:v "Condition/ExampleDiagnose" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2026-05-18T10:15:00+01:00"^^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 "assembler" ] ;
         fhir:display [ fhir:v "Assembler" ]
       ] )
     ] ;
     fhir:role ( [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/proposal-contribution-role"^^xsd:anyURI ;
           fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/proposal-contribution-role>
         ] ;
         fhir:code [ fhir:v "llm-suggested" ] ;
         fhir:display [ fhir:v "LLM-suggested" ]
       ] )
     ] ) ;
     fhir:who [
       fhir:l <https://fhir.cognovis.de/praxis/Device/example-proposal-engine-device> ;
       fhir:reference [ fhir:v "Device/example-proposal-engine-device" ]
     ]
  ] ) ; # 
  fhir:entity ( [
     fhir:role [ fhir:v "source" ] ;
     fhir:what [
       fhir:l <https://fhir.cognovis.de/praxis/Composition/example-card-entry-composition> ;
       fhir:reference [ fhir:v "Composition/example-card-entry-composition" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

