{
  "resourceType": "StructureDefinition",
  "url": "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/BodyStructure",
  "version": "0.9",
  "name": "BodyStructure",
  "status": "draft",
  "publisher": "Hochschule Osnabrück",
  "contact": [
    {
      "name": "Mareike Przysucha",
      "telecom": [
        {
          "system": "email",
          "value": "ewundbericht@hs-osnabrueck.de",
          "use": "work"
        },
        {
          "system": "phone",
          "value": "+49 541 969 3354",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Profile for the body structure where the wound is located.",
  "copyright": "Forschungsgruppe Informatik im Gesundheitswesen, Fakultät Wirtschafts- und Sozialwissenschaften, Hochschule Osnabrück",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "BodyStructure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/BodyStructure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "BodyStructure.location",
        "path": "BodyStructure.location",
        "mustSupport": true
      },
      {
        "id": "BodyStructure.location.coding",
        "path": "BodyStructure.location.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "mustSupport": false
      },
      {
        "id": "BodyStructure.location.coding:snomed-ct",
        "path": "BodyStructure.location.coding",
        "sliceName": "snomed-ct",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/LowerLegBodyStructure"
        }
      },
      {
        "id": "BodyStructure.locationQualifier",
        "path": "BodyStructure.locationQualifier",
        "mustSupport": true
      },
      {
        "id": "BodyStructure.locationQualifier.coding",
        "path": "BodyStructure.locationQualifier.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "mustSupport": false
      },
      {
        "id": "BodyStructure.locationQualifier.coding:snomed-ct",
        "path": "BodyStructure.locationQualifier.coding",
        "sliceName": "snomed-ct",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://hs-osnabrueck.de/fhir/eWundbericht/ValueSet/Laterality"
        }
      },
      {
        "id": "BodyStructure.patient",
        "path": "BodyStructure.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hs-osnabrueck.de/fhir/eWundbericht/StructureDefinition/Patient"
            ]
          }
        ]
      }
    ]
  }
}