{
  "resourceType" : "CodeSystem",
  "id" : "proposal-contribution-role",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://fhir.cognovis.de/praxis/CodeSystem/proposal-contribution-role",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.3.7985.16.43"
  }],
  "version" : "0.71.0",
  "name" : "ProposalContributionRoleCS",
  "title" : "Proposal Contribution Role",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-05-30T10:39:27+02:00",
  "publisher" : "cognovis GmbH",
  "contact" : [{
    "name" : "cognovis GmbH",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.cognovis.de"
    },
    {
      "system" : "email",
      "value" : "info@cognovis.de"
    }]
  }],
  "description" : "Roles that describe how a participant contributed to a structured clinical proposal lifecycle.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "DE",
      "display" : "Germany"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [{
    "code" : "software-suggested",
    "display" : "Software-suggested",
    "definition" : "A deterministic parser or rule engine extracted the proposal from structured source data."
  },
  {
    "code" : "llm-suggested",
    "display" : "LLM-suggested",
    "definition" : "A large-language-model component extracted the proposal from free text or other unstructured source data."
  },
  {
    "code" : "clinician-confirmed",
    "display" : "Clinician-confirmed",
    "definition" : "A clinician reviewed and confirmed a previously suggested proposal."
  },
  {
    "code" : "linked-existing",
    "display" : "Linked to existing record",
    "definition" : "A proposal was resolved by linking to an existing clinical record instead of creating a new resource."
  },
  {
    "code" : "manual-entry",
    "display" : "Manual entry",
    "definition" : "A clinician created a structured resource directly without an intermediate proposal step."
  }]
}