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

FHIR IG Statistics: CodeSystem/subscription-notification-type

Packagede.gematik.isik
Resource TypeCodeSystem
Idsubscription-notification-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.isik@5.0.0&canonical=http://hl7.org/fhir/subscription-notification-type
URLhttp://hl7.org/fhir/subscription-notification-type
Version4.3.0
Statusactive
Date2021-01-05T10:01:24+11:00
NameSubscriptionNotificationTypeCS
TitleSubscriptionNotificationType
Realmde
DescriptionThe type of notification represented by the status message.
Contentcomplete

Resources that use this resource

ValueSet
R4B-subscription-notification-type-for-R4Cross-version VS for R4B.SubscriptionNotificationType for use in FHIR R4
R5-subscription-notification-type-for-R4Cross-version VS for R5.SubscriptionNotificationType for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "status": "active",
  "content": "complete",
  "name": "SubscriptionNotificationTypeCS",
  "id": "subscription-notification-type",
  "title": "SubscriptionNotificationType",
  "description": "The type of notification represented by the status message.",
  "version": "4.3.0",
  "url": "http://hl7.org/fhir/subscription-notification-type",
  "concept": [
    {
      "code": "handshake",
      "display": "Handshake",
      "definition": "The status was generated as part of the setup or verification of a communications channel."
    },
    {
      "code": "heartbeat",
      "display": "Heartbeat",
      "definition": "The status was generated to perform a heartbeat notification to the subscriber."
    },
    {
      "code": "event-notification",
      "display": "Event Notification",
      "definition": "The status was generated for an event to the subscriber."
    },
    {
      "code": "query-status",
      "display": "Query Status",
      "definition": "The status was generated in response to a status query/request."
    },
    {
      "code": "query-event",
      "display": "Query Event",
      "definition": "The status was generated in response to an event query/request."
    }
  ],
  "experimental": false,
  "publisher": "gematik GmbH",
  "date": "2021-01-05T10:01:24+11:00",
  "meta": {
    "lastUpdated": "2022-05-28T13:47:40.239+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1524"
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/subscription-notification-type",
  "count": 5
}