{
  "resourceType": "StructureDefinition",
  "id": "profile-Bundle-recipient-history",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/profile-Bundle-recipient-history",
  "name": "BundleRecipientHistory",
  "title": "Recipient History Result Bundle Profile",
  "status": "active",
  "experimental": false,
  "description": "A profile on Bundle retrieving the history of a recipient record",
  "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-history",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "min": 1
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://bpcs.exchange/fhir/StructureDefinition/profile-Patient-search-recipient"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}