{
  "resourceType": "StructureDefinition",
  "url": "http://oped.de/orthelligent/fhir/StructureDefinition/OrthelligentFitIndexReport",
  "name": "OrthelligentFitIndexReport",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.basedOn",
        "path": "DiagnosticReport.basedOn",
        "short": "Orthelligent Treatment (CarePlan)",
        "definition": "The Orthelligent Treatment (CarePlan) in the context of which this overall fit index has been reached by the Patient.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://oped.de/orthelligent/fhir/StructureDefinition/OrthelligentTreatment"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "short": "The Orthelligent Patient",
        "definition": "The subject of the report. This is a user of Orthelligent Knee, i.e. the Orthelligent Patient."
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "short": "Fit Index (Overall)",
        "definition": "The core result of an Orthelligent Fit Index Report is the treatment's overall fit index, computed from sub-level fit indices and, utimately, test results.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://oped.de/orthelligent/fhir/StructureDefinition/OrthelligentFitIndex"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}