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" : "CodeSystem",
"id" : "cc-message-role",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cc-message-role</b></p><a name=\"cc-message-role\"> </a><a name=\"hccc-message-role\"> </a><p>This case-sensitive code system <code>https://fhir.soigneur.coach/fhir/CodeSystem/cc-message-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\">athlete<a name=\"cc-message-role-athlete\"> </a></td><td>Athlete</td><td>The athlete authored this turn.</td></tr><tr><td style=\"white-space:nowrap\">coach<a name=\"cc-message-role-coach\"> </a></td><td>Coach</td><td>The coaching agent authored this turn.</td></tr><tr><td style=\"white-space:nowrap\">system<a name=\"cc-message-role-system\"> </a></td><td>System</td><td>A durable chat notice (profile / notes / prescriptions updated).</td></tr></table></div>"
},
"url" : "https://fhir.soigneur.coach/fhir/CodeSystem/cc-message-role",
"version" : "0.1.0",
"name" : "CcMessageRole",
"title" : "In-app chat message role",
"status" : "active",
"experimental" : false,
"date" : "2026-09-08T13:20:35+00:00",
"publisher" : "Soigneur",
"contact" : [
{
"name" : "Soigneur",
"telecom" : [
{
"system" : "url",
"value" : "https://soigneur.coach"
}
]
}
],
"description" : "Who authored an in-app Communication payload (ADR 0044).",
"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" : "athlete",
"display" : "Athlete",
"definition" : "The athlete authored this turn."
},
{
"code" : "coach",
"display" : "Coach",
"definition" : "The coaching agent authored this turn."
},
{
"code" : "system",
"display" : "System",
"definition" : "A durable chat notice (profile / notes / prescriptions updated)."
}
]
}