FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/c8a6ea0f-e91c-40b6-b382-27f318e0ed31

PackageKoppeltaalv2.00
Resource TypeStructureDefinition
Idc8a6ea0f-e91c-40b6-b382-27f318e0ed31
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Koppeltaalv2.00@0.7.0-preview&canonical=http://koppeltaal.nl/fhir/StructureDefinition/KT2Subscription
URLhttp://koppeltaal.nl/fhir/StructureDefinition/KT2Subscription
Version0.0.1
Statusdraft
Date2021-11-01T00:00:00+01:00
NameKT2_Subscription
DescriptionThe (FHIR) Subscription (resource) is used to define a push-based subscription from a server to another system. Once a Subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system can take an appropriate action.
CopyrightVZVZ
TypeSubscription
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "c8a6ea0f-e91c-40b6-b382-27f318e0ed31",
  "meta": {
    "lastUpdated": "2021-11-10T11:57:04.703+00:00"
  },
  "url": "http://koppeltaal.nl/fhir/StructureDefinition/KT2Subscription",
  "version": "0.0.1",
  "name": "KT2_Subscription",
  "status": "draft",
  "date": "2021-11-01T00:00:00+01:00",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "Bernard Stibbe"
    }
  ],
  "description": "The (FHIR) Subscription (resource) is used to define a push-based subscription from a server to another system. Once a Subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined \"channel\" so that another system can take an appropriate action.",
  "copyright": "VZVZ",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Subscription",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Subscription",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Subscription.status",
        "path": "Subscription.status",
        "label": "Koppeltaal"
      },
      {
        "id": "Subscription.reason",
        "path": "Subscription.reason",
        "label": "Koppeltaal"
      },
      {
        "id": "Subscription.criteria",
        "path": "Subscription.criteria",
        "label": "Koppeltaal"
      },
      {
        "id": "Subscription.channel",
        "path": "Subscription.channel",
        "label": "Koppeltaal"
      },
      {
        "id": "Subscription.channel.endpoint",
        "path": "Subscription.channel.endpoint",
        "label": "Koppeltaal"
      },
      {
        "id": "Subscription.channel.payload",
        "path": "Subscription.channel.payload",
        "max": "0"
      },
      {
        "id": "Subscription.channel.header",
        "path": "Subscription.channel.header",
        "label": "Koppeltaal"
      }
    ]
  }
}