{
  "resourceType": "StructureDefinition",
  "id": "IRD-BodyModel",
  "url": "https://health.linova.de/fhir/v1/IRD/BodyModel",
  "version": "1.0.0",
  "name": "IRD_BodyModel",
  "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": "This element describes a general body model captured during an exercise or a movement, e.g. whilst doing squats."
      },
      {
        "id": "Basic.extension:attributes",
        "path": "Basic.extension",
        "sliceName": "attributes",
        "definition": "Attributes of the body model",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "https://health.linova.de/fhir/v1/IRD/Extensions/BodyModel_Attribute"
          }
        ]
      },
      {
        "id": "Basic.extension:attributes",
        "path": "Basic.extension",
        "sliceName": "attributes",
        "definition": "Attributes of the body model",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "https://health.linova.de/fhir/v1/IRD/Extensions/BodyModel_Metadata"
          }
        ]
      }
    ]
  }
}