{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/Untire-FHIR/Bundle",
  "name": "Bundle",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle"
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Bundle.total",
        "path": "Bundle.total",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Bundle.link",
        "path": "Bundle.link",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Bundle.signature",
        "path": "Bundle.signature",
        "min": 0,
        "max": "1"
      }
    ]
  }
}