-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathig-vaccination.json
More file actions
86 lines (86 loc) · 2.36 KB
/
ig-vaccination.json
File metadata and controls
86 lines (86 loc) · 2.36 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
{
"name": "Vaccination Records",
"description": "Vaccination records defined as a medical information object (MIO) by KBV.",
"guidelineDefinition": {
"url": "https://mio.kbv.de/display/IM1X1X0",
"version": "1.1.0"
},
"folderCardinality": {
"min": "1",
"max": "1",
"unique": true
},
"validFromDate": "2021-05-05",
"type": "uniform",
"metadata": {
"name": "folder.codeList",
"value": {
"code": "vaccination",
"codeSystem": "1.2.276.0.76.5.512",
"displayName": "Impfpass",
"desc": [
{
"language": "de-DE",
"#text": "Daten der Impfdokumentation nach § 22 des Infektionsschutzgesetzes (elektronische Impfdokumentation)"
}
]
}
},
"elements": [
{
"version": "1.1.0",
"name": "KBV_PR_MIO_Vaccination_Bundle_Entry",
"description": "This document is a vaccination record and describes one or more given vaccinations.",
"canonicalUrl": "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Bundle_Entry",
"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.typeCode",
"value": {
"code": "MEDI",
"codeSystem": "1.3.6.1.4.1.19376.3.276.1.5.9",
"displayName": "Medikamentöse Therapien",
"desc": [
{
"language": "de-DE",
"#text": "Therapieprotokolle zum Nachweis der Verabreichung oder Verordnung von Arzneimitteln. Beispiele: Medikamentenplan, Chemotherapieprotokoll, Hormontherapieprotokoll, Apothekenbuch, Rezept, Anforderung Medikation"
}
]
}
},
{
"name": "documentEntry.formatCode",
"value": {
"code": "urn:gematik:ig:Impfausweis:v1.1.0",
"codeSystem": "1.3.6.1.4.1.19376.3.276.1.5.6",
"displayName": "Impfausweis (gematik)"
}
},
{
"name": "documentEntry.mimeType",
"value": [
"application/fhir+xml",
"application/pkcs7-mime"
]
}
],
"documentCardinality": {
"min": "0",
"max": "n"
}
}
]
}