Soigneur FHIR Implementation Guide
0.1.0 - ci-build Germany flag

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

: In-app chat message role - XML Representation

Active as of 2026-09-08

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="cc-message-role"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="https://fhir.soigneur.coach/fhir/CodeSystem/cc-message-role"/>
  <version value="0.1.0"/>
  <name value="CcMessageRole"/>
  <title value="In-app chat message role"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-09-08T13:20:35+00:00"/>
  <publisher value="Soigneur"/>
  <contact>
    <name value="Soigneur"/>
    <telecom>
      <system value="url"/>
      <value value="https://soigneur.coach"/>
    </telecom>
  </contact>
  <description
               value="Who authored an in-app Communication payload (ADR 0044)."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="DE"/>
      <display value="Germany"/>
    </coding>
  </jurisdiction>
  <copyright
             value="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 value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="athlete"/>
    <display value="Athlete"/>
    <definition value="The athlete authored this turn."/>
  </concept>
  <concept>
    <code value="coach"/>
    <display value="Coach"/>
    <definition value="The coaching agent authored this turn."/>
  </concept>
  <concept>
    <code value="system"/>
    <display value="System"/>
    <definition
                value="A durable chat notice (profile / notes / prescriptions updated)."/>
  </concept>
</CodeSystem>