{
  "resourceType": "StructureDefinition",
  "id": "TipluPatient",
  "url": "https://tiplu.de/fhir/StructureDefinition/TipluPatient",
  "version": "2.0.2",
  "name": "TipluPatient",
  "title": "TipluPatient",
  "status": "active",
  "date": "2026-04-02",
  "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-basis-v2/isikpatient) der Gematik.\nDieses Profil ist kompatibel mit dem Patient Profil aus dem (MII Basismodul Person)[https://simplifier.net/mii-basismodul-person-2024/mii_pr_person_patient].",
  "copyright": "Tiplu GmbH",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "https://gematik.de/fhir/isik/v2/Basismodul/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.deceased[x]",
        "path": "Patient.deceased[x]",
        "short": "Verstorben",
        "comment": "Gibt an, ob die Person verstorben ist oder nicht",
        "mustSupport": true
      },
      {
        "id": "Patient.address:Strassenanschrift",
        "path": "Patient.address",
        "sliceName": "Strassenanschrift"
      },
      {
        "id": "Patient.address:Strassenanschrift.city.extension:gemeindeschluessel",
        "path": "Patient.address.city.extension",
        "sliceName": "gemeindeschluessel",
        "comment": "Zum aktuellen Zeitpunkt ist die Information nicht befüllt.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.de/StructureDefinition/destatis/ags"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.address:Postfach",
        "path": "Patient.address",
        "sliceName": "Postfach"
      },
      {
        "id": "Patient.address:Postfach.city.extension:gemeindeschluessel",
        "path": "Patient.address.city.extension",
        "sliceName": "gemeindeschluessel",
        "comment": "Zum aktuellen Zeitpunkt ist die Information nicht befüllt.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.de/StructureDefinition/destatis/ags"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "short": "Referenz auf den Hausarzt.",
        "mustSupport": true
      },
      {
        "id": "Patient.link",
        "path": "Patient.link",
        "short": "Verweis",
        "definition": "Verweis auf eine andere Patientenressource, die die gleiche tatsächliche Person betrifft",
        "comment": "Zum aktuellen Zeitpunkt ist die Information nicht befüllt.",
        "mustSupport": true
      },
      {
        "id": "Patient.link.other",
        "path": "Patient.link.other",
        "mustSupport": true
      },
      {
        "id": "Patient.link.type",
        "path": "Patient.link.type",
        "mustSupport": true
      }
    ]
  }
}