Soigneur FHIR Implementation Guide
0.1.0 - ci-build
Soigneur FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-09-08 |
{
"resourceType" : "ValueSet",
"id" : "cc-comm-category-vs",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cc-comm-category-vs</b></p><a name=\"cc-comm-category-vs\"> </a><a name=\"hccc-comm-category-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cc-comm.html\"><code>https://fhir.soigneur.coach/fhir/CodeSystem/cc-comm</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version 📦0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-cc-comm.html#cc-comm-llm-turn\">llm-turn</a></td><td>LLM interaction turn</td><td>One captured agent turn (briefing, review, ask exchange).</td></tr><tr><td><a href=\"CodeSystem-cc-comm.html#cc-comm-chat-notice\">chat-notice</a></td><td>Chat system notice</td><td>Durable in-app chip (profile / coach-notes / prescriptions updated) — ADR 0044.</td></tr><tr><td><a href=\"CodeSystem-cc-comm.html#cc-comm-invitation\">invitation</a></td><td>Invitation</td><td>Onboarding / invitation message.</td></tr><tr><td><a href=\"CodeSystem-cc-comm.html#cc-comm-reminder\">reminder</a></td><td>Reminder</td><td>Reminder / nudge message.</td></tr><tr><td><a href=\"CodeSystem-cc-comm.html#cc-comm-conversation-header\">conversation-header</a></td><td>Conversation header</td><td>One per coach thread: archive title + sort key (ADR 0046).</td></tr><tr><td><a href=\"CodeSystem-cc-comm.html#cc-comm-conversation-summary\">conversation-summary</a></td><td>Conversation summary</td><td>Hidden rolling summary of a coach thread's covered prefix — long-thread continuity (issue #172).</td></tr><tr><td><a href=\"CodeSystem-cc-comm.html#cc-comm-thread-ask\">thread-ask</a></td><td>Ask thread</td><td>Freeform coach-ask conversation (ADR 0062).</td></tr><tr><td><a href=\"CodeSystem-cc-comm.html#cc-comm-thread-briefing\">thread-briefing</a></td><td>Briefing thread</td><td>Daily readiness briefing conversation (ADR 0062).</td></tr><tr><td><a href=\"CodeSystem-cc-comm.html#cc-comm-thread-workout-review\">thread-workout-review</a></td><td>Workout-review thread</td><td>Post-ride review conversation (ADR 0062).</td></tr></table></li></ul></div>"
},
"url" : "https://fhir.soigneur.coach/fhir/ValueSet/cc-comm-category-vs",
"version" : "0.1.0",
"name" : "CcCommCategoryVS",
"title" : "Athlete communication category",
"status" : "active",
"date" : "2026-09-08T13:20:35+00:00",
"publisher" : "Soigneur",
"contact" : [
{
"name" : "Soigneur",
"telecom" : [
{
"system" : "url",
"value" : "https://soigneur.coach"
}
]
}
],
"description" : "Communication.category for athlete-facing messages (04 §15.22, ADR 0046/0062). Excludes the in-app *medium* code. Headers carry conversation-header plus a thread-* kind.",
"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.",
"compose" : {
"include" : [
{
"system" : "https://fhir.soigneur.coach/fhir/CodeSystem/cc-comm",
"concept" : [
{
"code" : "llm-turn",
"display" : "LLM interaction turn"
},
{
"code" : "chat-notice",
"display" : "Chat system notice"
},
{
"code" : "invitation",
"display" : "Invitation"
},
{
"code" : "reminder",
"display" : "Reminder"
},
{
"code" : "conversation-header",
"display" : "Conversation header"
},
{
"code" : "conversation-summary",
"display" : "Conversation summary"
},
{
"code" : "thread-ask",
"display" : "Ask thread"
},
{
"code" : "thread-briefing",
"display" : "Briefing thread"
},
{
"code" : "thread-workout-review",
"display" : "Workout-review thread"
}
]
}
]
}
}