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