{
  "resourceType": "StructureDefinition",
  "id": "0c479e81-9924-6578-8df7-fc3200510319",
  "meta": {
    "lastUpdated": "2019-03-08T19:31:13.6037476+00:00"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-provider-profile-Bundle",
  "name": "Bundle",
  "status": "draft",
  "date": "2019-03-08T19:31:13.4197501+00:00",
  "description": "A container for a collection of resources.",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.id",
        "path": "Bundle.id",
        "mustSupport": true
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "searchset",
        "mustSupport": true
      },
      {
        "id": "Bundle.total",
        "path": "Bundle.total",
        "mustSupport": true
      },
      {
        "id": "Bundle.link",
        "path": "Bundle.link",
        "mustSupport": true
      },
      {
        "id": "Bundle.link.relation",
        "path": "Bundle.link.relation",
        "mustSupport": true
      },
      {
        "id": "Bundle.link.url",
        "path": "Bundle.link.url",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.link",
        "path": "Bundle.entry.link",
        "max": "1"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "mustSupport": true
      }
    ]
  }
}