{
  "resourceType" : "Subscription",
  "id" : "subscription-123",
  "meta" : {
    "profile" : ["http://koppeltaal.nl/fhir/StructureDefinition/KT2Subscription"]
  },
  "language" : "nl-NL",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"nl-NL\" lang=\"nl-NL\">Example of a subscription</div>"
  },
  "status" : "active",
  "reason" : "Meld afgeronde taken",
  "criteria" : "Task?status=ready",
  "channel" : {
    "type" : "rest-hook",
    "endpoint" : "https://koppeltaal-testteam6.nl/fictief-subscription",
    "header" : ["X-KTSubscription: TaskReady"]
  }
}