{
  "resourceType": "StructureDefinition",
  "id": "4410a60f-5ca2-493f-9e6d-b84de3da8594",
  "meta": {
    "lastUpdated": "2019-05-03T12:20:27.5058346+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/MyCondition",
  "name": "PosiThera Condition Wound Profile",
  "status": "draft",
  "date": "2019-05-03T12:20:27.4847065+00:00",
  "description": "Wound Profile on Condition used in the PosiThera project",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition.bodySite",
        "path": "Condition.bodySite",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.system"
            }
          ],
          "rules": "open"
        },
        "short": "Anatomical location of lower leg",
        "definition": "The anatomical location where this condition manifests itself. It only allows loctions of lower leg. The ValueSet has been created in accordance to the \"Nationaler Konsensus zur Dokumentation des Ulcus Cruris\"",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "BodySite"
            }
          ],
          "strength": "example",
          "valueSetReference": {
            "reference": "https://sciphy-stats.de/topography-lower-leg"
          }
        }
      },
      {
        "id": "Condition.bodySite:laterality",
        "path": "Condition.bodySite",
        "sliceName": "laterality",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Condition.bodySite:laterality.coding.system",
        "path": "Condition.bodySite.coding.system",
        "fixedUri": "https://sciphy-stats.de/topography-lower-leg",
        "binding": {
          "strength": "example",
          "valueSetUri": "https://sciphy-stats.de/posithera-laterality"
        }
      },
      {
        "id": "Condition.bodySite:bodySite",
        "path": "Condition.bodySite",
        "sliceName": "bodySite",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Condition.bodySite:bodySite.coding.system",
        "path": "Condition.bodySite.coding.system",
        "fixedUri": "https://sciphy-stats.de/topography-lower-leg",
        "binding": {
          "strength": "example",
          "valueSetReference": {
            "reference": "https://sciphy-stats.de/topography-lower-leg"
          }
        }
      },
      {
        "id": "Condition.onset[x]:onsetDateTime",
        "path": "Condition.onsetDateTime",
        "sliceName": "onsetDateTime",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ]
      }
    ]
  }
}