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