{
  "resourceType": "StructureDefinition",
  "url": "http://oped.de/orthelligent/fhir/StructureDefinition/OrthelligentBundle",
  "name": "OrthelligentBundle",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle",
        "short": "An OrthelligentBundle must contain at least a FitIndexReport and a Treatment",
        "definition": "A container for a FitIndex Report, a Treatment, and (optionally) an Operation.",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "short": "OrthelligentBundle Entries",
        "definition": "Entries of an OrthelligentBundle. This must be:\r\n- an OrthelligentCondition\r\n- an OrthelligentTreatment\r\n- an OrthelligentPatient\r\n- an OrthelligentFitIndexReport\r\n- optionally an OrthelligentOperation",
        "min": 4,
        "mustSupport": true
      }
    ]
  }
}