{
  "resourceType": "StructureDefinition",
  "id": "Exercise",
  "url": "https://health.linova.de/fhir/v1/IRD/Exercise",
  "version": "1.0.0",
  "name": "IRD_Exercise",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "derivation": "specialization",
  "abstract": true,
  "type": "Basic",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Basic",
  "differential": {
    "element": [
      {
        "id": "Basic",
        "path": "Basic",
        "definition": "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."
      },
      {
        "id": "Basic.extension:metadata",
        "path": "Basic.extension",
        "sliceName": "metadata",
        "definition": "Meta data of the exercise",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "https://health.linova.de/fhir/v1/IRD/Extensions/Exercise_Metadata"
          }
        ]
      },
      {
        "id": "Basic.extension:parameters",
        "path": "Basic.extension",
        "sliceName": "parameters",
        "definition": "Parameters of the exercise",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "https://health.linova.de/fhir/v1/IRD/Extensions/Exercise_Parameter"
          }
        ]
      }
    ]
  }
}