{
  "resourceType" : "CodeSystem",
  "id" : "cc-load-source",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cc-load-source</b></p><a name=\"cc-load-source\"> </a><a name=\"hccc-load-source\"> </a><p>This case-sensitive code system <code>https://fhir.soigneur.coach/fhir/CodeSystem/cc-load-source</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\">power<a name=\"cc-load-source-power\"> </a></td><td>Power-measured</td><td>Load computed from the ride's power stream (Weighted Power / Intensity / FTP).</td></tr><tr><td style=\"white-space:nowrap\">hr-model<a name=\"cc-load-source-hr-model\"> </a></td><td>HR-estimated</td><td>Load estimated from the ride's HR stream via the per-athlete power↔HR model (15 §3.3).</td></tr><tr><td style=\"white-space:nowrap\">hr<a name=\"cc-load-source-hr\"> </a></td><td>HR load</td><td>Load computed from the ride's HR stream via per-sample TRIMP over heart-rate reserve (ADR 0090).</td></tr></table></div>"
  },
  "url" : "https://fhir.soigneur.coach/fhir/CodeSystem/cc-load-source",
  "version" : "0.1.0",
  "name" : "CcLoadSource",
  "title" : "Soigneur Load-source Codes",
  "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" : "How a per-activity Load (`tss`) value was derived: measured from a power stream, estimated from the per-athlete power↔HR model, or computed from the HR stream via heart-rate-reserve TRIMP (ADR 0067 / 0090).",
  "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" : "power",
    "display" : "Power-measured",
    "definition" : "Load computed from the ride's power stream (Weighted Power / Intensity / FTP)."
  },
  {
    "code" : "hr-model",
    "display" : "HR-estimated",
    "definition" : "Load estimated from the ride's HR stream via the per-athlete power↔HR model (15 §3.3)."
  },
  {
    "code" : "hr",
    "display" : "HR load",
    "definition" : "Load computed from the ride's HR stream via per-sample TRIMP over heart-rate reserve (ADR 0090)."
  }]
}