{
  "resourceType" : "CodeSystem",
  "id" : "cc-workout",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cc-workout</b></p><a name=\"cc-workout\"> </a><a name=\"hccc-workout\"> </a><p>This case-sensitive code system <code>https://fhir.soigneur.coach/fhir/CodeSystem/cc-workout</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\">pct-ftp<a name=\"cc-workout-pct-ftp\"> </a></td><td>Percent of FTP</td><td>Target expressed as a percentage of the athlete's current FTP (FTP-invariant).</td></tr><tr><td style=\"white-space:nowrap\">pct-hr<a name=\"cc-workout-pct-hr\"> </a></td><td>Percent of HR threshold</td><td>Target expressed as a percentage of HR threshold.</td></tr><tr><td style=\"white-space:nowrap\">abs-watts<a name=\"cc-workout-abs-watts\"> </a></td><td>Absolute watts</td><td>Absolute power target (fallback).</td></tr><tr><td style=\"white-space:nowrap\">abs-hr<a name=\"cc-workout-abs-hr\"> </a></td><td>Absolute heart rate</td><td>Absolute HR target (fallback).</td></tr></table></div>"
  },
  "url" : "https://fhir.soigneur.coach/fhir/CodeSystem/cc-workout",
  "version" : "0.1.0",
  "name" : "CcWorkout",
  "title" : "Soigneur Workout Prescription Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-07-19T17:47:36+00:00",
  "publisher" : "Soigneur",
  "contact" : [{
    "name" : "Soigneur",
    "telecom" : [{
      "system" : "url",
      "value" : "https://soigneur.coach"
    }]
  }],
  "description" : "Target types for prescribed workout steps. Targets are stored RELATIVE (preferably %FTP) and resolved to absolute watts at push time (04 §15.4b).",
  "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" : "pct-ftp",
    "display" : "Percent of FTP",
    "definition" : "Target expressed as a percentage of the athlete's current FTP (FTP-invariant)."
  },
  {
    "code" : "pct-hr",
    "display" : "Percent of HR threshold",
    "definition" : "Target expressed as a percentage of HR threshold."
  },
  {
    "code" : "abs-watts",
    "display" : "Absolute watts",
    "definition" : "Absolute power target (fallback)."
  },
  {
    "code" : "abs-hr",
    "display" : "Absolute heart rate",
    "definition" : "Absolute HR target (fallback)."
  }]
}