{
  "resourceType" : "CodeSystem",
  "id" : "cc-comm",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cc-comm</b></p><a name=\"cc-comm\"> </a><a name=\"hccc-comm\"> </a><p>This case-sensitive code system <code>https://fhir.soigneur.coach/fhir/CodeSystem/cc-comm</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\">llm-turn<a name=\"cc-comm-llm-turn\"> </a></td><td>LLM interaction turn</td><td>One captured agent turn (briefing, review, ask exchange).</td></tr><tr><td style=\"white-space:nowrap\">invitation<a name=\"cc-comm-invitation\"> </a></td><td>Invitation</td><td>Onboarding / invitation message.</td></tr><tr><td style=\"white-space:nowrap\">reminder<a name=\"cc-comm-reminder\"> </a></td><td>Reminder</td><td>Reminder / nudge message.</td></tr></table></div>"
  },
  "url" : "https://fhir.soigneur.coach/fhir/CodeSystem/cc-comm",
  "version" : "0.1.0",
  "name" : "CcComm",
  "title" : "Soigneur Communication Categories",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-07-19T17:47:36+00:00",
  "publisher" : "Soigneur",
  "contact" : [{
    "name" : "Soigneur",
    "telecom" : [{
      "system" : "url",
      "value" : "https://soigneur.coach"
    }]
  }],
  "description" : "Communication.category values (05 §14.1, 04 §15.22).",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "DE",
      "display" : "Germany"
    }]
  }],
  "copyright" : "Copyright (c) Soigneur. Licensed under CC0-1.0 (public domain dedication). FHIR(R) is the registered trademark of HL7 and is used with permission.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [{
    "code" : "llm-turn",
    "display" : "LLM interaction turn",
    "definition" : "One captured agent turn (briefing, review, ask exchange)."
  },
  {
    "code" : "invitation",
    "display" : "Invitation",
    "definition" : "Onboarding / invitation message."
  },
  {
    "code" : "reminder",
    "display" : "Reminder",
    "definition" : "Reminder / nudge message."
  }]
}