FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-subscription-channel-type.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-subscription-channel-type.html
URLhttp://hl7.org/fhir/subscription-channel-type
Version4.0.1
Statusdraft
Date2019-11-01T08:29:23+10:00
NameSubscriptionChannelType
TitleSubscriptionChannelType
Realmuv
Authorityhl7
DescriptionThe type of method used to execute a subscription.
Contentcomplete

Resources that use this resource

ValueSet
R4-subscription-channel-type-for-R4BCross-version VS for R4.SubscriptionChannelType for use in FHIR R4B
R2-subscription-channel-type-for-R4BCross-version VS for R2.SubscriptionChannelType for use in FHIR R4B
R3-subscription-channel-type-for-R4BCross-version VS for R3.SubscriptionChannelType for use in FHIR R4B
R4-subscription-channel-type-for-R5Cross-version VS for R4.SubscriptionChannelType for use in FHIR R5
R2-subscription-channel-type-for-R5Cross-version VS for R2.SubscriptionChannelType for use in FHIR R5
R4B-subscription-channel-type-for-R5Cross-version VS for R4B.SubscriptionChannelType for use in FHIR R5
R3-subscription-channel-type-for-R5Cross-version VS for R3.SubscriptionChannelType for use in FHIR R5

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem subscription-channel-type

This case-sensitive code system http://hl7.org/fhir/subscription-channel-type defines the following codes:

CodeDisplayDefinition
rest-hook Rest HookThe channel is executed by making a post to the URI. If a payload is included, the URL is interpreted as the service base, and an update (PUT) is made.
websocket WebsocketThe channel is executed by sending a packet across a web socket connection maintained by the client. The URL identifies the websocket, and the client binds to this URL.
email EmailThe channel is executed by sending an email to the email addressed in the URI (which must be a mailto:).
sms SMSThe channel is executed by sending an SMS message to the phone number identified in the URL (tel:).
message MessageThe channel is executed by sending a message (e.g. a Bundle with a MessageHeader resource etc.) to the application identified in the URI.

Source1

{
  "resourceType": "CodeSystem",
  "id": "subscription-channel-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/subscription-channel-type",
  "version": "4.0.1",
  "name": "SubscriptionChannelType",
  "title": "SubscriptionChannelType",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T08:29:23+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The type of method used to execute a subscription.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/subscription-channel-type|4.3.0",
  "content": "complete",
  "concept": [
    {
      "code": "rest-hook",
      "display": "Rest Hook",
      "definition": "The channel is executed by making a post to the URI. If a payload is included, the URL is interpreted as the service base, and an update (PUT) is made."
    },
    {
      "code": "websocket",
      "display": "Websocket",
      "definition": "The channel is executed by sending a packet across a web socket connection maintained by the client. The URL identifies the websocket, and the client binds to this URL."
    },
    {
      "code": "email",
      "display": "Email",
      "definition": "The channel is executed by sending an email to the email addressed in the URI (which must be a mailto:)."
    },
    {
      "code": "sms",
      "display": "SMS",
      "definition": "The channel is executed by sending an SMS message to the phone number identified in the URL (tel:)."
    },
    {
      "code": "message",
      "display": "Message",
      "definition": "The channel is executed by sending a message (e.g. a Bundle with a MessageHeader resource etc.) to the application identified in the URI."
    }
  ]
}