{
  "resourceType": "StructureDefinition",
  "id": "DGUV-Basis-PR-DiagnoseStrukturiert",
  "url": "http://fhir.dguv.de/Basis/Condition/DGUV-Basis-PR-DiagnoseStrukturiert",
  "version": "1.5",
  "name": "DGUV_Basis_PR_DiagnoseStrukturiert",
  "title": "Diagnose - strukturiert",
  "status": "draft",
  "publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
  "description": "Dieses Profil enthält diagnostisch relevante Informationen ausschließlich in strukturierter Form.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition",
        "path": "Condition",
        "short": "Diagnose",
        "definition": "Dieses Profil enthält diagnostisch relevante Informationen. Es können entweder Unfallabhängige oder Unfallunabhängige Informationen abgelegt werden."
      },
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "short": "Diagnosecode",
        "definition": "ICD-10 Codierung an dieser Stelle verpflichtend, andere optional",
        "min": 1
      },
      {
        "id": "Condition.code.coding",
        "path": "Condition.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Condition.code.coding:ICD-10-GM",
        "path": "Condition.code.coding",
        "sliceName": "ICD-10-GM",
        "short": "Codierung in ICD-10",
        "definition": "In Deutschland ist der ICD-Code das maßgebliche Code-System für die Abrechnung im ambulanten und stationären Bereich.",
        "max": "1",
        "type": [
          {
            "code": "Coding",
            "profile": [
              "http://fhir.de/StructureDefinition/CodingICD10GM"
            ]
          }
        ]
      },
      {
        "id": "Condition.code.coding:ICD-10-GM.display",
        "path": "Condition.code.coding.display",
        "min": 1
      },
      {
        "id": "Condition.code.coding:snomed",
        "path": "Condition.code.coding",
        "sliceName": "snomed",
        "max": "1",
        "binding": {
          "strength": "required",
          "description": "Dieses Valueset enthält die Codes zur Beschreibung von Diagnose SNOMED",
          "valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Diagnosis_SNOMED_CT"
        }
      },
      {
        "id": "Condition.code.coding:snomed.system",
        "path": "Condition.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Condition.code.coding:snomed.version",
        "path": "Condition.code.coding.version",
        "min": 1
      },
      {
        "id": "Condition.code.coding:snomed.code",
        "path": "Condition.code.coding.code",
        "min": 1
      },
      {
        "id": "Condition.code.coding:alphaId",
        "path": "Condition.code.coding",
        "sliceName": "alphaId",
        "max": "1",
        "type": [
          {
            "code": "Coding",
            "profile": [
              "http://fhir.de/StructureDefinition/CodingAlphaID"
            ]
          }
        ]
      },
      {
        "id": "Condition.code.coding:orphanet",
        "path": "Condition.code.coding",
        "sliceName": "orphanet",
        "max": "1"
      },
      {
        "id": "Condition.code.coding:orphanet.system",
        "path": "Condition.code.coding.system",
        "min": 1,
        "fixedUri": "http://www.orpha.net"
      },
      {
        "id": "Condition.code.coding:orphanet.code",
        "path": "Condition.code.coding.code",
        "min": 1
      },
      {
        "id": "Condition.bodySite",
        "path": "Condition.bodySite",
        "max": "1"
      },
      {
        "id": "Condition.subject",
        "path": "Condition.subject",
        "short": "Verweis auf betroffene versicherte Person",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.dguv.de/Basis/Patient/DGUV-Basis-PR-VersichertePerson"
            ]
          }
        ]
      },
      {
        "id": "Condition.subject.reference",
        "path": "Condition.subject.reference",
        "short": "Konkreter Verweis auf versicherte Person",
        "min": 1
      },
      {
        "id": "Condition.recorder",
        "path": "Condition.recorder",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://fhir.dguv.de/Basis/PractitionerRole/DGUV-Basis-PR-DArzt",
              "http://fhir.dguv.de/Basis/Practitioner/DGUV-Basis-PR-Leistungserbringer"
            ]
          }
        ]
      }
    ]
  }
}