{
  "resourceType": "StructureDefinition",
  "id": "TipluPatient",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-imposeProfile",
      "valueCanonical": "https://gematik.de/fhir/ti/StructureDefinition/ti-patient|1.1.1"
    }
  ],
  "url": "https://tiplu.de/fhir/StructureDefinition/TipluPatient",
  "version": "2.0.4",
  "name": "TipluPatient",
  "title": "TipluPatient",
  "status": "active",
  "date": "2026-08-26",
  "publisher": "Tiplu GmbH",
  "contact": [
    {
      "name": "Tiplu GmbH",
      "telecom": [
        {
          "system": "email",
          "value": "fhir@tiplu.de"
        }
      ]
    }
  ],
  "description": "Die Grundlage des TipluPatient bietet das Profil des [ISiKPatient](https://simplifier.net/isik-stufe-5/isikpatient) (Canonical: https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient) der Gematik. Alle Felder - bis auf das address.Postfach, das Telecom-Attribut und link - die von ISiK mit dem MS-Flag versehen sind, werden auch hier umgesetzt.\nDieses Profil ist kompatibel mit dem Patient Profil aus dem [MII Basismodul Person] (https://simplifier.net/mii-basismodul-person-2024/mii_pr_person_patient) (Canonical: https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Patient).",
  "copyright": "Tiplu GmbH",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.meta",
        "path": "Patient.meta",
        "mustSupport": true
      },
      {
        "id": "Patient.meta.profile",
        "path": "Patient.meta.profile",
        "mustSupport": true
      },
      {
        "id": "Patient.meta.security",
        "path": "Patient.meta.security",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.meta.security:versiegelt",
        "path": "Patient.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": "Patient.active",
        "path": "Patient.active",
        "patternBoolean": true
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "short": "Verstorben",
        "comment": "Gibt an, ob die Person verstorben ist oder nicht"
      },
      {
        "id": "Patient.address:Strassenanschrift",
        "path": "Patient.address",
        "sliceName": "Strassenanschrift"
      },
      {
        "id": "Patient.address:Strassenanschrift.use",
        "path": "Patient.address.use",
        "mustSupport": true
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "short": "Referenz auf den Hausarzt.",
        "mustSupport": true
      },
      {
        "id": "Patient.managingOrganization",
        "path": "Patient.managingOrganization",
        "mustSupport": true
      },
      {
        "id": "Patient.link",
        "path": "Patient.link",
        "comment": "Zum aktuellen Zeitpunkt ist die Information nicht befüllt."
      }
    ]
  }
}