{
  "resourceType": "StructureDefinition",
  "url": "http://oped.de/orthelligent/fhir/StructureDefinition/OrthelligentCondition",
  "name": "OrthelligentCondition",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "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"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.org/attributebinding",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "short": "Indication",
        "definition": "The indication for this treatment. Must be one main indication, possibly with sub-indication.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Condition.bodySite",
        "path": "Condition.bodySite",
        "short": "Focus Area and body site/part the treatment is for",
        "definition": "The anatomical location / body part the treatment is for. This includes both the \"Focus Area\" and the location/side of the injured body part (left/right)",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Condition.onset[x]",
        "path": "Condition.onset[x]",
        "short": "Accident date",
        "definition": "Estimated or actual date or date-time when the accident occured that lead to the injury and, thus, indication and respective treatment.",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}