{
  "resourceType": "StructureDefinition",
  "id": "Identifier",
  "url": "https://fhir.centraxx.de/StructureDefinition/IdContainerType",
  "version": "2025.4.0",
  "name": "IdContainerType",
  "status": "active",
  "publisher": "Kairos an IQVIA business",
  "description": "Represents a CentraXX IdContainerType",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier.type",
        "path": "Identifier.type",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.centraxx.de/valueSet/idContainerType"
        }
      },
      {
        "id": "Identifier.type.coding",
        "path": "Identifier.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Identifier.type.coding.system",
        "path": "Identifier.type.coding.system",
        "min": 1,
        "max": "1",
        "fixedString": "https://fhir.centraxx.de/system/idContainerType",
        "mustSupport": true
      },
      {
        "id": "Identifier.type.coding.code",
        "path": "Identifier.type.coding.code",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Identifier.type.coding.display",
        "path": "Identifier.type.coding.display",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "max": "0",
        "mustSupport": true
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "min": 1,
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}