@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/CodeSystem/proposal-contribution-role> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "proposal-contribution-role"] ; # 
  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: CodeSystem proposal-contribution-role</b></p><a name=\"proposal-contribution-role\"> </a><a name=\"hcproposal-contribution-role\"> </a><p>This case-sensitive code system <code>https://fhir.cognovis.de/praxis/CodeSystem/proposal-contribution-role</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">software-suggested<a name=\"proposal-contribution-role-software-suggested\"> </a></td><td>Software-suggested</td><td>A deterministic parser or rule engine extracted the proposal from structured source data.</td></tr><tr><td style=\"white-space:nowrap\">llm-suggested<a name=\"proposal-contribution-role-llm-suggested\"> </a></td><td>LLM-suggested</td><td>A large-language-model component extracted the proposal from free text or other unstructured source data.</td></tr><tr><td style=\"white-space:nowrap\">clinician-confirmed<a name=\"proposal-contribution-role-clinician-confirmed\"> </a></td><td>Clinician-confirmed</td><td>A clinician reviewed and confirmed a previously suggested proposal.</td></tr><tr><td style=\"white-space:nowrap\">linked-existing<a name=\"proposal-contribution-role-linked-existing\"> </a></td><td>Linked to existing record</td><td>A proposal was resolved by linking to an existing clinical record instead of creating a new resource.</td></tr><tr><td style=\"white-space:nowrap\">manual-entry<a name=\"proposal-contribution-role-manual-entry\"> </a></td><td>Manual entry</td><td>A clinician created a structured resource directly without an intermediate proposal step.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     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:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.3.7985.16.43" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.71.0"] ; # 
  fhir:name [ fhir:v "ProposalContributionRoleCS"] ; # 
  fhir:title [ fhir:v "Proposal Contribution Role"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-30T10:39:27+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "cognovis GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "cognovis GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.cognovis.de" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@cognovis.de" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Roles that describe how a participant contributed to a structured clinical proposal lifecycle."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "DE" ] ;
       fhir:display [ fhir:v "Germany" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "software-suggested" ] ;
     fhir:display [ fhir:v "Software-suggested" ] ;
     fhir:definition [ fhir:v "A deterministic parser or rule engine extracted the proposal from structured source data." ]
  ] [
     fhir:code [ fhir:v "llm-suggested" ] ;
     fhir:display [ fhir:v "LLM-suggested" ] ;
     fhir:definition [ fhir:v "A large-language-model component extracted the proposal from free text or other unstructured source data." ]
  ] [
     fhir:code [ fhir:v "clinician-confirmed" ] ;
     fhir:display [ fhir:v "Clinician-confirmed" ] ;
     fhir:definition [ fhir:v "A clinician reviewed and confirmed a previously suggested proposal." ]
  ] [
     fhir:code [ fhir:v "linked-existing" ] ;
     fhir:display [ fhir:v "Linked to existing record" ] ;
     fhir:definition [ fhir:v "A proposal was resolved by linking to an existing clinical record instead of creating a new resource." ]
  ] [
     fhir:code [ fhir:v "manual-entry" ] ;
     fhir:display [ fhir:v "Manual entry" ] ;
     fhir:definition [ fhir:v "A clinician created a structured resource directly without an intermediate proposal step." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

