{
  "resourceType": "StructureDefinition",
  "id": "WildCycleBundle",
  "url": "http://example.org/fhir/StructureDefinition/WildCycleBundle",
  "version": "1.0.0",
  "name": "WildCycleBundle",
  "status": "draft",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "min": 1,
        "fixedCode": "collection"
      },
      {
        "id": "Bundle.identifier.type.text",
        "path": "Bundle.identifier.type.text",
        "min": 1,
        "patternString": "Wild Cycle"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Procedure"
          },
          {
            "code": "Observation"
          },
          {
            "code": "Practitioner"
          },
          {
            "code": "Device"
          }
        ]
      },
      {
        "id": "Bundle.entry.resource.Procedure.status",
        "path": "Bundle.entry.resource.Procedure.status",
        "min": 1,
        "patternCode": "completed"
      },
      {
        "id": "Bundle.entry.resource.Observation.status",
        "path": "Bundle.entry.resource.Observation.status",
        "min": 1,
        "patternCode": "final"
      },
      {
        "id": "Bundle.entry.resource.Observation.value[x]",
        "path": "Bundle.entry.resource.Observation.value[x]",
        "min": 1,
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "Bundle.entry.resource.Device.name.value",
        "path": "Bundle.entry.resource.Device.name.value",
        "min": 1
      },
      {
        "id": "Bundle.entry.resource.Device.manufacturer",
        "path": "Bundle.entry.resource.Device.manufacturer",
        "min": 1
      },
      {
        "id": "Bundle.entry.resource.Device.serialNumber",
        "path": "Bundle.entry.resource.Device.serialNumber",
        "min": 1
      }
    ]
  }
}