FHIR IG analytics| Package | hl7.fhir.uv.xver-r2.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-subscription-channel-type.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem subscription-channel-type
Properties
This code system defines the following properties for its concepts
| Name | Code | URI | Type |
| status | status | http://hl7.org/fhir/concept-properties#status | code |
| Inactive | inactive | http://hl7.org/fhir/concept-properties#inactive | boolean |
| effectiveDate | effectiveDate | http://hl7.org/fhir/concept-properties#effectiveDate | dateTime |
| deprecationDate | deprecationDate | http://hl7.org/fhir/concept-properties#deprecationDate | dateTime |
| retirementDate | retirementDate | http://hl7.org/fhir/concept-properties#retirementDate | dateTime |
| Not Selectable | notSelectable | http://hl7.org/fhir/concept-properties#notSelectable | boolean |
| Parent | parent | http://hl7.org/fhir/concept-properties#parent | code |
| Child | child | http://hl7.org/fhir/concept-properties#child | code |
| partOf | partOf | http://hl7.org/fhir/concept-properties#partOf | code |
| synonym | synonym | http://hl7.org/fhir/concept-properties#synonym | code |
| comment | comment | http://hl7.org/fhir/concept-properties#comment | string |
| itemWeight | itemWeight | http://hl7.org/fhir/concept-properties#itemWeight | decimal |
Concepts
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/valueset-oid",
"valueUri": "urn:oid:2.16.840.1.113883.4.642.1.294"
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r2.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/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/1.0/ImplementationGuide/hl7.fhir.uv.xver-r2.r4b"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/1.0/ImplementationGuide/hl7.fhir.uv.xver-r2.r4b"
}
]
}
}
],
"url": "http://hl7.org/fhir/subscription-channel-type",
"version": "1.0.2",
"name": "subscription-channel-type",
"status": "draft",
"date": "2025-09-13T15:10:02-04:00",
"publisher": "FHIR Infrastructure",
"contact": [
{
"name": "FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"property": [
{
"code": "status",
"uri": "http://hl7.org/fhir/concept-properties#status",
"type": "code"
},
{
"code": "inactive",
"uri": "http://hl7.org/fhir/concept-properties#inactive",
"type": "boolean"
},
{
"code": "effectiveDate",
"uri": "http://hl7.org/fhir/concept-properties#effectiveDate",
"type": "dateTime"
},
{
"code": "deprecationDate",
"uri": "http://hl7.org/fhir/concept-properties#deprecationDate",
"type": "dateTime"
},
{
"code": "retirementDate",
"uri": "http://hl7.org/fhir/concept-properties#retirementDate",
"type": "dateTime"
},
{
"code": "notSelectable",
"uri": "http://hl7.org/fhir/concept-properties#notSelectable",
"type": "boolean"
},
{
"code": "parent",
"uri": "http://hl7.org/fhir/concept-properties#parent",
"type": "code"
},
{
"code": "child",
"uri": "http://hl7.org/fhir/concept-properties#child",
"type": "code"
},
{
"code": "partOf",
"uri": "http://hl7.org/fhir/concept-properties#partOf",
"type": "code"
},
{
"code": "synonym",
"uri": "http://hl7.org/fhir/concept-properties#synonym",
"type": "code"
},
{
"code": "comment",
"uri": "http://hl7.org/fhir/concept-properties#comment",
"type": "string"
},
{
"code": "itemWeight",
"uri": "http://hl7.org/fhir/concept-properties#itemWeight",
"type": "decimal"
}
],
"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."
}
]
}