{
  "resourceType": "StructureDefinition",
  "id": "profile-Group-search",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/profile-Group-search",
  "name": "GroupFamilySearch",
  "title": "Group Family Search",
  "status": "active",
  "experimental": false,
  "description": "A record reflecting search results for a family that is associated with an insurance application",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Group",
  "baseDefinition": "https://bpcs.exchange/fhir/StructureDefinition/profile-Group",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Group.meta",
        "path": "Group.meta",
        "mustSupport": true
      },
      {
        "id": "Group.meta.versionId",
        "path": "Group.meta.versionId",
        "mustSupport": true
      },
      {
        "id": "Group.contained",
        "path": "Group.contained",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Group.contained:provenance",
        "path": "Group.contained",
        "sliceName": "provenance",
        "short": "Creation/Update/etc. Metadata",
        "definition": "Nested Provenance information referring to this resource that describes the creation, and sometimes the most recent update and/or inactivation of the record, specifically who was responsible and when it occurred",
        "min": 1,
        "type": [
          {
            "code": "Provenance",
            "profile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-Provenance"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}