FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/identifier-kuerzel

Packagebasisprofil.tiplu.de.r4.dev
Resource TypeStructureDefinition
Ididentifier-kuerzel
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=basisprofil.tiplu.de.r4.dev@1.0.1&canonical=https://tiplu.de/fhir/StructureDefinition/identifier-kuerzel
URLhttps://tiplu.de/fhir/StructureDefinition/identifier-kuerzel
VersionTODO
Statusactive
Date2025-05-01
NameIdentifierKuerzel
TitleProfil für die Abbildung eines Ressourcen-Kürzels als Identifier
DescriptionIdentifier-Profil für die Abbildung eines organisationsspezifischen Kürzels für die Ressourcen (Locations) und Organisationen (Organization)
CopyrightTiplu GmbH
TypeIdentifier
Kindcomplex-type

Resources that use this resource

StructureDefinition
AmbulanzAmbulanz
RechnungsstellerRechnungssteller
TipluLocationTipluLocation
TipluOrganizationKrankenhausKrankenhaus

Resources that this resource uses

ValueSet
IdentifierTypeExtendedIdentifierType-erweitert durch Tiplu

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "identifier-kuerzel",
  "url": "https://tiplu.de/fhir/StructureDefinition/identifier-kuerzel",
  "version": "TODO",
  "name": "IdentifierKuerzel",
  "title": "Profil für die Abbildung eines Ressourcen-Kürzels als Identifier",
  "status": "active",
  "date": "2025-05-01",
  "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
      }
    ]
  }
}