{
  "resourceType": "StructureDefinition",
  "id": "2c4de73b-c36f-4401-a8ff-aae9be7cf544",
  "meta": {
    "lastUpdated": "2019-04-18T21:04:09.5834889+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/PatientSummaryBundle",
  "name": "PatientSummaryBundle",
  "title": "Patient Summary Document",
  "status": "draft",
  "date": "2019-04-18T21:04:09.0471824+00:00",
  "copyright": "Island Health 2019",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle",
        "comment": "Base Bundle Profile"
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "min": 1
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "document"
      },
      {
        "id": "Bundle.total",
        "path": "Bundle.total",
        "max": "0"
      },
      {
        "id": "Bundle.link",
        "path": "Bundle.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "resource.meta.profile"
            }
          ],
          "rules": "openAtEnd"
        }
      },
      {
        "id": "Bundle.entry.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:PatientSummaryComposition",
        "path": "Bundle.entry",
        "sliceName": "PatientSummaryComposition",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:PatientSummaryComposition.resource",
        "path": "Bundle.entry.resource",
        "short": "Patient Summary composition",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Composition",
            "profile": "http://example.org/fhir/StructureDefinition/CompositionPS"
          }
        ]
      },
      {
        "id": "Bundle.entry:PatientSummaryComposition.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:PatientSummaryComposition.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:PatientSummaryComposition.response",
        "path": "Bundle.entry.response",
        "max": "0"
      }
    ]
  }
}