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 Load-source Codes - TTL Representation

Active as of 2026-09-08

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/cc-load-source> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cc-load-source"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir.soigneur.coach/fhir/CodeSystem/cc-load-source"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "CcLoadSource"] ;
  fhir:CodeSystem.title [ fhir:value "Soigneur Load-source Codes"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-09-08T13:20:35+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Soigneur"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Soigneur" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://soigneur.coach" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "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)."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "DE" ] ;
       fhir:Coding.display [ fhir:value "Germany" ]
     ]
  ] ;
  fhir:CodeSystem.copyright [ fhir: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."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "power" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Power-measured" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Load computed from the ride's power stream (Weighted Power / Intensity / FTP)." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "hr-model" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "HR-estimated" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Load estimated from the ride's HR stream via the per-athlete power↔HR model (15 3.3)." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "hr" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "HR load" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Load computed from the ride's HR stream via per-sample TRIMP over heart-rate reserve (ADR 0090)." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/cc-load-source.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/cc-load-source.ttl> .