{
  "resourceType": "StructureDefinition",
  "id": "dc0ee127-0a4f-41c4-9138-d1758e9ff09a",
  "meta": {
    "lastUpdated": "2022-02-25T15:24:08.386+00:00"
  },
  "url": "https://cihi.ca/fhir/StructureDefinition/MyBundle",
  "name": "ODTBundle",
  "status": "draft",
  "date": "2022-02-25T15:17:43.3839409+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "resolve()"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Bundle.entry:Patient",
        "path": "Bundle.entry",
        "sliceName": "Patient"
      },
      {
        "id": "Bundle.entry:Patient.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://cihi.ca/fhir/StructureDefinition/ODTPatient"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:Consent",
        "path": "Bundle.entry",
        "sliceName": "Consent"
      },
      {
        "id": "Bundle.entry:Consent.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://cihi.ca/fhir/StructureDefinition/ODTConsent"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:DonorReferrals",
        "path": "Bundle.entry",
        "sliceName": "DonorReferrals"
      },
      {
        "id": "Bundle.entry:DonorReferrals.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://cihi.ca/fhir/StructureDefinition/ODTTask"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:OrganOffers",
        "path": "Bundle.entry",
        "sliceName": "OrganOffers"
      },
      {
        "id": "Bundle.entry:OrganOffers.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://cihi.ca/fhir/StructureDefinition/ODTTask"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:OrganRecoveries",
        "path": "Bundle.entry",
        "sliceName": "OrganRecoveries"
      },
      {
        "id": "Bundle.entry:OrganRecoveries.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://cihi.ca/fhir/StructureDefinition/ODTProcedure"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:OrganTransplants",
        "path": "Bundle.entry",
        "sliceName": "OrganTransplants"
      },
      {
        "id": "Bundle.entry:OrganTransplants.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://cihi.ca/fhir/StructureDefinition/ODTProcedure"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:Drugs",
        "path": "Bundle.entry",
        "sliceName": "Drugs"
      },
      {
        "id": "Bundle.entry:Drugs.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://cihi.ca/fhir/StructureDefinition/ODTSubstance"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:Observations",
        "path": "Bundle.entry",
        "sliceName": "Observations"
      },
      {
        "id": "Bundle.entry:Observations.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Observation"
            ]
          }
        ]
      }
    ]
  }
}