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

: Soigneur Data-Sync Channels - JSON Representation

Active as of 2026-09-08

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cc-data-channel",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cc-data-channel</b></p><a name=\"cc-data-channel\"> </a><a name=\"hccc-data-channel\"> </a><p>This case-sensitive code system <code>https://fhir.soigneur.coach/fhir/CodeSystem/cc-data-channel</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">workouts<a name=\"cc-data-channel-workouts\"> </a></td><td>Completed workouts (inbound)</td></tr><tr><td style=\"white-space:nowrap\">wellness<a name=\"cc-data-channel-wellness\"> </a></td><td>Wellness data (inbound)</td></tr><tr><td style=\"white-space:nowrap\">sleep<a name=\"cc-data-channel-sleep\"> </a></td><td>Sleep data (inbound)</td></tr><tr><td style=\"white-space:nowrap\">plan<a name=\"cc-data-channel-plan\"> </a></td><td>Training plan (outbound push)</td></tr></table></div>"
  },
  "url" : "https://fhir.soigneur.coach/fhir/CodeSystem/cc-data-channel",
  "version" : "0.1.0",
  "name" : "CcDataChannel",
  "title" : "Soigneur Data-Sync Channels",
  "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" : "What Soigneur syncs with a connected ecosystem, and in which direction — inbound data types (completed workouts, wellness, sleep) and the outbound plan push. Each channel is bound to the ecosystem serving it via the repeating complex cc-ext-data-source; a 'plan' binding is what replaces the former keep-Garmin push flag. Extensible; mirrored by the agent-side registry in agent.data_sources.",
  "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" : 4,
  "concept" : [
    {
      "code" : "workouts",
      "display" : "Completed workouts (inbound)"
    },
    {
      "code" : "wellness",
      "display" : "Wellness data (inbound)"
    },
    {
      "code" : "sleep",
      "display" : "Sleep data (inbound)"
    },
    {
      "code" : "plan",
      "display" : "Training plan (outbound push)"
    }
  ]
}