FHIR IG analytics| Package | hl7.at.fhir.messaging.r5 |
| Resource Type | CodeSystem |
| Id | CodeSystem-at-messaging-endpoint-type.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7Austria/TC-FHIR-AG-Messaging-R5/CodeSystem-at-messaging-endpoint-type.html |
| URL | http://fhir.hl7.at/fhir/ATMessaging/0.1.0/CodeSystem/at-messaging-endpoint-type |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-02-02T14:50:21+00:00 |
| Name | ATMessagingEndpointType |
| Title | AT Messaging Endpoint Type |
| Authority | hl7 |
| Description | Endpoint Type Coding to encode Messaging Systems the message is transported over. |
| Content | complete |
| ValueSet | |
| at-messaging-endpoint-type-vs | AT Messaging Endpoint Type ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem at-messaging-endpoint-type
This case-insensitive code system http://fhir.hl7.at/fhir/ATMessaging/0.1.0/CodeSystem/at-messaging-endpoint-type defines the following code:
| Code | Definition |
| matrix | Communication over matrix https://spec.matrix.org/ |
{
"resourceType": "CodeSystem",
"id": "at-messaging-endpoint-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.hl7.at/fhir/ATMessaging/0.1.0/CodeSystem/at-messaging-endpoint-type",
"version": "0.1.0",
"name": "ATMessagingEndpointType",
"title": "AT Messaging Endpoint Type",
"status": "draft",
"experimental": false,
"date": "2026-02-02T14:50:21+00:00",
"publisher": "HL7® Austria, TC FHIR®",
"contact": [
{
"name": "HL7® Austria, TC FHIR®",
"telecom": [
{
"system": "url",
"value": "https://hl7.at/technische-komitees/tc-fhir/"
},
{
"system": "email",
"value": "tc-fhir@hl7.at"
}
]
},
{
"name": "Technical Committee for FHIR® at HL7® Austria",
"telecom": [
{
"system": "email",
"value": "tc-fhir@hl7.at"
}
]
}
],
"description": "Endpoint Type Coding to encode Messaging Systems the message is transported over.",
"useContext": [
{
"code": {
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
"version": "2.0.1",
"code": "jurisdiction"
},
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "AT",
"display": "Austria"
}
]
}
}
],
"caseSensitive": false,
"content": "complete",
"count": 1,
"concept": [
{
"code": "matrix",
"display": "matrix",
"definition": "Communication over matrix https://spec.matrix.org/"
}
]
}