{
  "resourceType": "StructureDefinition",
  "id": "profile-Bundle-paymentnotice",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/profile-Bundle-paymentnotice",
  "name": "BundlePaymentNotice",
  "title": "Bundle Payment Notice Query Response",
  "status": "active",
  "experimental": false,
  "description": "A profile on Bundle for a query response containing payment notices",
  "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-PaymentNotice"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search.mode",
        "path": "Bundle.entry.search.mode",
        "patternCode": "match"
      }
    ]
  }
}