{
  "resourceType": "StructureDefinition",
  "id": "TipluDiagnosticReportLab",
  "url": "https://tiplu.de/fhir/StructureDefinition/TipluDiagnosticReportLab",
  "version": "2.0.4",
  "name": "TipluDiagnosticReportLaborbefund",
  "title": "Tiplu DiagnosticReport im Use Case Laborbefund",
  "status": "active",
  "date": "2026-08-26",
  "publisher": "Tiplu GmbH",
  "contact": [
    {
      "name": "Tiplu GmbH",
      "telecom": [
        {
          "system": "email",
          "value": "fhir@tiplu.de"
        }
      ]
    }
  ],
  "description": "Dieses Profil erweitert den DiagnosticReport Laborbefund der MII. Das zugrunde liegende Profil ist [ProfileDiagnosticReportLab](https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/DiagnosticReportLab)",
  "copyright": "Tiplu GmbH",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/DiagnosticReportLab",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.meta.security",
        "path": "DiagnosticReport.meta.security",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "DiagnosticReport.meta.security:versiegelt",
        "path": "DiagnosticReport.meta.security",
        "sliceName": "versiegelt",
        "short": "Hier wird der Code BTG 'break the glass'als Security Label verwendet.",
        "min": 0,
        "max": "*",
        "patternCoding": {
          "code": "BTG",
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "display": "break the glass"
        },
        "binding": {
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/security-labels"
        }
      },
      {
        "id": "DiagnosticReport.basedOn",
        "path": "DiagnosticReport.basedOn",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "https://tiplu.de/fhir/StructureDefinition/DiagnosticReport-BasedOn-PlacerNumberReference"
            ],
            "targetProfile": [
              "https://www.medizininformatik-initiative.de/fhir/core/modul-labor/StructureDefinition/ServiceRequestLab"
            ]
          }
        ]
      }
    ]
  }
}