{
  "resourceType": "StructureDefinition",
  "id": "575e8939-bcad-48d5-8f54-e116c7d5bfb6",
  "meta": {
    "lastUpdated": "2021-08-13T23:14:15.565+00:00"
  },
  "url": "http://fhir.healthbc.org/StructureDefinition/ca-bc-careconnect-bundle",
  "version": "1.0",
  "name": "ca-bc-careconnect-bundle",
  "status": "active",
  "date": "2019-04-04T21:39:31.8687771Z",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle",
        "definition": "A container for a collection of a reference resources."
      },
      {
        "id": "Bundle.id",
        "path": "Bundle.id",
        "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.\r\nThe id is an unique 32-digit GUID.",
        "min": 1
      },
      {
        "id": "Bundle.meta",
        "path": "Bundle.meta",
        "max": "0"
      },
      {
        "id": "Bundle.implicitRules",
        "path": "Bundle.implicitRules",
        "max": "0"
      },
      {
        "id": "Bundle.language",
        "path": "Bundle.language",
        "max": "0"
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "max": "0"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "definition": "Indicates the purpose of this bundle - how it was intended to be used.\r\nThe BC eHealth Viewer API always return a system generated 32-bit UUID.",
        "fixedCode": "searchset"
      },
      {
        "id": "Bundle.total",
        "path": "Bundle.total",
        "min": 1
      },
      {
        "id": "Bundle.link",
        "path": "Bundle.link",
        "comment": "'self' link will be provided to return the parameters that were actually used in execution of the search to the calling client. Paging is not supported",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.link.id",
        "path": "Bundle.link.id",
        "max": "0"
      },
      {
        "id": "Bundle.link.relation",
        "path": "Bundle.link.relation",
        "defaultValueString": "self",
        "fixedString": "self"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "comment": "All entries in a bundle are of the same reference resource other than operation outcomes"
      },
      {
        "id": "Bundle.entry.id",
        "path": "Bundle.entry.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry.search.id",
        "path": "Bundle.entry.search.id",
        "max": "0"
      },
      {
        "id": "Bundle.entry.search.mode",
        "path": "Bundle.entry.search.mode",
        "fixedCode": "match"
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.signature",
        "path": "Bundle.signature",
        "max": "0"
      }
    ]
  }
}