{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/BundleSearchset_PT",
  "name": "BundleSearchset_PT",
  "status": "draft",
  "date": "2024-01-11T14:28:44.5367877+00:00",
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": true,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "max": "0"
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "min": 1
      },
      {
        "id": "Bundle.link",
        "path": "Bundle.link",
        "max": "0"
      },
      {
        "id": "Bundle.signature",
        "path": "Bundle.signature",
        "max": "0"
      }
    ]
  }
}