{
  "resourceType" : "CodeSystem",
  "id" : "event-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem event-type</b></p><a name=\"event-type\"> </a><a name=\"hcevent-type\"> </a><p>This case-sensitive code system <code>http://fhir.recareai.com/CodeSystem/event_type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">search_attributed<a name=\"event-type-search_attributed\"> </a></td><td>Search Attributed</td></tr><tr><td style=\"white-space:nowrap\">search_attribution_cancelled<a name=\"event-type-search_attribution_cancelled\"> </a></td><td>Search Attribution Cancelled</td></tr><tr><td style=\"white-space:nowrap\">document_sent<a name=\"event-type-document_sent\"> </a></td><td>Document Sent</td></tr><tr><td style=\"white-space:nowrap\">document_revoked<a name=\"event-type-document_revoked\"> </a></td><td>Document Revoked</td></tr></table></div>"
  },
  "url" : "http://fhir.recareai.com/CodeSystem/event_type",
  "version" : "0.1.0",
  "name" : "RecareEventType",
  "title" : "Recare Event Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-04-15T09:06:37+00:00",
  "publisher" : "Recare Deutschland GmbH",
  "contact" : [{
    "name" : "Recare Deutschland GmbH",
    "telecom" : [{
      "system" : "url",
      "value" : "https://recaresolutions.com/"
    }]
  }],
  "description" : "Recare internal codes identifying the type of webhook event carried in a Bundle.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "DE",
      "display" : "Germany"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [{
    "code" : "search_attributed",
    "display" : "Search Attributed"
  },
  {
    "code" : "search_attribution_cancelled",
    "display" : "Search Attribution Cancelled"
  },
  {
    "code" : "document_sent",
    "display" : "Document Sent"
  },
  {
    "code" : "document_revoked",
    "display" : "Document Revoked"
  }]
}