<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="Exercise" />
  <url value="https://health.linova.de/fhir/v1/IRD/Exercise" />
  <version value="1.0.0" />
  <name value="IRD_Exercise" />
  <status value="draft" />
  <fhirVersion value="4.0.1" />
  <kind value="complex-type" />
  <abstract value="true" />
  <type value="Basic" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Basic" />
  <derivation value="specialization" />
  <differential>
    <element id="Basic">
      <path value="Basic" />
      <definition value="An exercise which can be executed by a patient. Each exercise has parameters (e.g. length, intensity) which are specified by the algorithm when the exercise is selected for the patient." />
    </element>
    <element id="Basic.extension:metadata">
      <path value="Basic.extension" />
      <sliceName value="metadata" />
      <definition value="Meta data of the exercise" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="https://health.linova.de/fhir/v1/IRD/Extensions/Exercise_Metadata" />
      </type>
    </element>
    <element id="Basic.extension:parameters">
      <path value="Basic.extension" />
      <sliceName value="parameters" />
      <definition value="Parameters of the exercise" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="Extension" />
        <profile value="https://health.linova.de/fhir/v1/IRD/Extensions/Exercise_Parameter" />
      </type>
    </element>
  </differential>
</StructureDefinition>