-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathStructureDefinition-VSDMContactPointTIM.json
More file actions
49 lines (49 loc) · 1.66 KB
/
StructureDefinition-VSDMContactPointTIM.json
File metadata and controls
49 lines (49 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"resourceType": "StructureDefinition",
"id": "VSDMContactPointTIM",
"url": "https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMContactPointTIM",
"version": "1.0.0-rc6",
"name": "VSDMContactPointTIM",
"title": "TI-Messenger-ID",
"status": "active",
"experimental": false,
"date": "2026-03-13",
"publisher": "gematik GmbH",
"description": "Matrix-ID (MXID) für TI-Messenger im Versichertenstammdatenmanagement (VSDM) 2.0",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"type": "ContactPoint",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/ContactPoint",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "ContactPoint",
"path": "ContactPoint",
"short": "TI-Messenger-ID",
"definition": "Matrix-ID (MXID) für TI-Messenger im Versichertenstammdatenmanagement (VSDM) 2.0."
},
{
"id": "ContactPoint.system",
"path": "ContactPoint.system",
"fixedCode": "url"
},
{
"id": "ContactPoint.value",
"path": "ContactPoint.value",
"min": 1,
"constraint": [
{
"key": "VSDMContactPointTIM-mxid-1",
"severity": "error",
"human": "Die TI-Messenger-ID muss eine [gültige MXID](https://spec.matrix.org/latest/appendices/#user-identifiers) sein.",
"expression": "matches('matrix:@[a-z0-9\\\\-\\\\._=\\/\\\\+]{1,}:[a-zA-Z0-9\\\\-\\\\.]{1,255}(:[0-9+]{1,5})?') and length() <= 262",
"source": "https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMContactPointTIM"
}
],
"mustSupport": true
}
]
}
}