{
  "resourceType": "StructureDefinition",
  "id": "IRD-BodyModel-Instance",
  "url": "https://health.linova.de/fhir/v1/IRD/BodyModel_Instance",
  "version": "1.0.0",
  "name": "IRD_BodyModel_Instance",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "derivation": "specialization",
  "type": "Basic",
  "differential": {
    "element": [
      {
        "id": "Basic",
        "path": "Basic",
        "definition": "A body model instance represents a concrete instance of a body model calculated for a certain kind of person (e.g. injured, healthy). The body model instance also contains the calculated joint forces."
      },
      {
        "id": "Basic.extension:metadata",
        "path": "Basic.extension",
        "definition": "Metadata of the body model instance",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "https://health.linova.de/fhir/v1/IRD/Extensions/BodyModel_Instance_Metadata"
          }
        ]
      },
      {
        "id": "Basic.extension:attributes",
        "path": "Basic.extension",
        "definition": "Attributes of the body model instance",
        "min": "0",
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "https://health.linova.de/fhir/v1/IRD/Extensions/BodyModel_Attribute"
          }
        ]
      }
    ]
  }
}