-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathStructureDefinition-LocationDirectoryStrict.json
More file actions
91 lines (91 loc) · 2.17 KB
/
Copy pathStructureDefinition-LocationDirectoryStrict.json
File metadata and controls
91 lines (91 loc) · 2.17 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"resourceType": "StructureDefinition",
"id": "LocationDirectoryStrict",
"url": "https://gematik.de/fhir/directory/StructureDefinition/LocationDirectoryStrict",
"version": "1.2.0",
"name": "LocationDirectoryStrict",
"title": "LocationDirectoryStrict",
"status": "active",
"experimental": false,
"date": "2025-02-26",
"publisher": "gematik GmbH",
"description": "Location in gematik Directory with strict constraints",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Location",
"baseDefinition": "https://gematik.de/fhir/directory/StructureDefinition/LocationDirectory",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Location.meta.tag",
"path": "Location.meta.tag",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "system"
}
],
"rules": "closed"
}
},
{
"id": "Location.identifier",
"path": "Location.identifier",
"max": "0"
},
{
"id": "Location.status",
"path": "Location.status",
"max": "0"
},
{
"id": "Location.operationalStatus",
"path": "Location.operationalStatus",
"max": "0"
},
{
"id": "Location.alias",
"path": "Location.alias",
"max": "0"
},
{
"id": "Location.mode",
"path": "Location.mode",
"max": "0"
},
{
"id": "Location.type",
"path": "Location.type",
"max": "0"
},
{
"id": "Location.telecom",
"path": "Location.telecom",
"max": "0"
},
{
"id": "Location.physicalType",
"path": "Location.physicalType",
"max": "0"
},
{
"id": "Location.hoursOfOperation",
"path": "Location.hoursOfOperation",
"max": "0"
},
{
"id": "Location.availabilityExceptions",
"path": "Location.availabilityExceptions",
"max": "0"
},
{
"id": "Location.endpoint",
"path": "Location.endpoint",
"max": "0"
}
]
}
}