{
  "resourceType": "StructureDefinition",
  "id": "profile-Bundle-observation-alert-response",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/profile-Bundle-observation-alert-response",
  "name": "BundleAlertTransactionResponse",
  "title": "Bundle Alert Transaction Response",
  "status": "active",
  "experimental": false,
  "description": "Bundle used for BPCS response to transaction containing updates to alerts and special handling observations",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "kind": "resource",
  "abstract": true,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/transaction-response-bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.response.status",
        "path": "Bundle.entry.response.status",
        "short": "200 Ok",
        "mustSupport": true
      }
    ]
  }
}