{
  "resourceType": "StructureDefinition",
  "id": "Bundle-uv-ips-reprofile",
  "url": "http://example.org/fhir/ca/ips/StructureDefinition/Bundle-uv-ips-reprofile",
  "version": "1.1.0",
  "name": "ReProfileExample",
  "title": "Bundle - IPS - Re-Profile Example",
  "status": "draft",
  "date": "2022-11-22T03:23:13+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/uv/ips/StructureDefinition/Bundle-uv-ips",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle",
        "short": "International Patient Summary Bundle - National Re-Profile Example",
        "definition": "Re-profiling example of the 1.1.0 Bundle. \r\nA container for a collection of resources in the patient summary document."
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "resource"
            },
            {
              "type": "profile",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "short": "Entry resource in the patient summary bundle",
        "definition": "An entry resource included in the patient summary document bundle resource.",
        "comment": "Must contain the IPS Composition as the first entry (only a single Composition resource instance may be included).  Additional constraints are specified in the IPS Composition profile."
      },
      {
        "id": "Bundle.entry:familyhistory",
        "path": "Bundle.entry",
        "sliceName": "familyhistory",
        "mustSupport": false
      },
      {
        "id": "Bundle.entry:familyhistory.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "FamilyMemberHistory",
            "profile": [
              "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/familymemberhistory-ca-ps"
            ]
          }
        ]
      }
    ]
  }
}