-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathig-nfd.json
More file actions
70 lines (70 loc) · 1.8 KB
/
ig-nfd.json
File metadata and controls
70 lines (70 loc) · 1.8 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
{
"name": "Emergency Record",
"description": "Emergency record defined by gematik (cf. [gemSpec_Info_NFDM] and [https://github.com/gematik/api-telematik/tree/OPB5/fa/nfds])",
"igVersion": "1.0.1",
"guidelineDefinition": {
"url": "https://fachportal.gematik.de/fileadmin/Fachportal/Downloadcenter/Releases/TI-Baseline/Spezifikationen_Release_TI-Baseline_2022-1.zip",
"version": "1.4.0"
},
"folderCardinality": {
"min": "1",
"max": "1",
"unique": true
},
"validFromDate": "2021-06-15",
"type": "atomic",
"metadata": {
"name": "folder.codeList",
"value": {
"code": "nfd",
"codeSystem": "1.2.276.0.76.5.512",
"displayName": "Notfalldaten",
"desc": [
{
"language": "de-DE",
"#text": "Daten der elektronischen Notfalldaten nach § 334 Absatz 1 Satz 2 Nummer 5 und 7"
}
]
}
},
"elements": [
{
"name": "Emergency Record",
"description": "This document is an XML-based document.",
"metadata": [
{
"name": "documentEntry.classCode",
"value": {
"code": "AUS",
"codeSystem": "1.3.6.1.4.1.19376.3.276.1.5.8",
"displayName": "Medizinischer Ausweis",
"desc": [
{
"language": "de-DE",
"#text": "Ausweise, Pässe und ähnliche kurze Datensätze, die wichtige medizinische Informationen zusammenfassen. Beispiele: Allergiepass, Allergieausweis, Impfpass, Impfausweis, Impfbuch, Notfalldatensatz"
}
]
}
},
{
"name": "documentEntry.formatCode",
"value": {
"code": "urn:gematik:ig:Notfalldatensatz:r3.1",
"codeSystem": "1.3.6.1.4.1.19376.3.276.1.5.6",
"displayName": "Notfalldatensatz"
}
},
{
"name": "documentEntry.mimeType",
"value": [
"application/xml"
]
}
],
"documentCardinality": {
"min": "0",
"max": "n"
}
}
]
}