{
  "resourceType": "StructureDefinition",
  "url": "http://tx.gerontonet.org/fhir/StructureDefinition/Wundtaschenpanel",
  "name": "Wundtaschenpanel",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.code.coding.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "89257-0"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient"
            ]
          }
        ]
      },
      {
        "id": "Observation.focus",
        "path": "Observation.focus",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://tx.gerontonet.org/fhir/StructureDefinition/Wunde"
            ]
          }
        ]
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "max": "0"
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "description": "Wundtaschenpanel mit Art, Tiefe und Uhrposition der Wundtasche",
          "rules": "open"
        },
        "min": 3,
        "max": "3"
      },
      {
        "id": "Observation.component:Art",
        "path": "Observation.component",
        "sliceName": "Art",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:Art.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:Art.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:Art.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "fixedCode": "v72297"
      },
      {
        "id": "Observation.component:Art.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Observation.component:Tiefe",
        "path": "Observation.component",
        "sliceName": "Tiefe",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:Tiefe.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:Tiefe.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:Tiefe.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "fixedCode": "72296-7"
      },
      {
        "id": "Observation.component:Tiefe.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:Tiefe.value[x].unit",
        "path": "Observation.component.value[x].unit",
        "fixedString": "mm"
      },
      {
        "id": "Observation.component:Tiefe.value[x].system",
        "path": "Observation.component.value[x].system",
        "fixedUri": "http://unitsofmeasure.org"
      },
      {
        "id": "Observation.component:Tiefe.value[x].code",
        "path": "Observation.component.value[x].code",
        "fixedCode": "mm"
      },
      {
        "id": "Observation.component:Uhrposition",
        "path": "Observation.component",
        "sliceName": "Uhrposition",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:Uhrposition.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.component:Uhrposition.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.component:Uhrposition.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1,
        "fixedCode": "72297-5"
      },
      {
        "id": "Observation.component:Uhrposition.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}