{
  "resourceType": "StructureDefinition",
  "id": "profile-Bundle-person-search",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/profile-Bundle-person-search",
  "name": "BundlePersonSearch",
  "title": "Person Registry Search Result Bundle Profile",
  "status": "active",
  "experimental": false,
  "description": "A profile on Bundle for a search result of matching 'person' records from a registry",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "https://bpcs.exchange/fhir/StructureDefinition/profile-Bundle-query",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-Person"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search.mode",
        "path": "Bundle.entry.search.mode",
        "patternCode": "match"
      }
    ]
  }
}