{
  "resourceType": "StructureDefinition",
  "id": "identifier-kuerzel",
  "url": "https://tiplu.de/fhir/StructureDefinition/identifier-kuerzel",
  "version": "2.0.2",
  "name": "IdentifierKuerzel",
  "title": "Profil für die Abbildung eines Ressourcen-Kürzels als Identifier",
  "status": "active",
  "date": "2026-04-02",
  "publisher": "Tiplu GmbH",
  "contact": [
    {
      "name": "Tiplu GmbH",
      "telecom": [
        {
          "system": "email",
          "value": "fhir@tiplu.de"
        }
      ]
    }
  ],
  "description": "Identifier-Profil für die Abbildung eines organisationsspezifischen Kürzels für die Ressourcen (Locations) und Organisationen (Organization)",
  "copyright": "Tiplu GmbH",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier.type",
        "path": "Identifier.type",
        "min": 1,
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "SHORT",
              "system": "https://tiplu.de/fhir/CodeSystem/IdentifierTypeExtended"
            }
          ]
        },
        "binding": {
          "strength": "required",
          "valueSet": "https://tiplu.de/fhir/ValueSet/IdentifierTypeExtended"
        }
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "min": 1
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "min": 1
      }
    ]
  }
}