FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-subscription-channel-type.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-subscription-channel-type.html |
| URL | http://hl7.org/fhir/subscription-channel-type |
| Version | 4.0.1 |
| Status | draft |
| Date | 2019-11-01T08:29:23+10:00 |
| Name | SubscriptionChannelType |
| Title | SubscriptionChannelType |
| Realm | uv |
| Authority | hl7 |
| Description | The type of method used to execute a subscription. |
| Content | complete |
| ValueSet | |
| R4-subscription-channel-type-for-R4B | Cross-version VS for R4.SubscriptionChannelType for use in FHIR R4B |
| R2-subscription-channel-type-for-R4B | Cross-version VS for R2.SubscriptionChannelType for use in FHIR R4B |
| R3-subscription-channel-type-for-R4B | Cross-version VS for R3.SubscriptionChannelType for use in FHIR R4B |
| R4-subscription-channel-type-for-R5 | Cross-version VS for R4.SubscriptionChannelType for use in FHIR R5 |
| R2-subscription-channel-type-for-R5 | Cross-version VS for R2.SubscriptionChannelType for use in FHIR R5 |
| R4B-subscription-channel-type-for-R5 | Cross-version VS for R4B.SubscriptionChannelType for use in FHIR R5 |
| R3-subscription-channel-type-for-R5 | Cross-version VS for R3.SubscriptionChannelType for use in FHIR R5 |
No resources found
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:
{
"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."
}
]
}