-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathig-prescription.json
More file actions
83 lines (83 loc) · 2.18 KB
/
ig-prescription.json
File metadata and controls
83 lines (83 loc) · 2.18 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
{
"name": "Electronic Prescription Record",
"description": "Prescription Explanation Record (standing for 'eRezept/Verordnungsdatensatz') defined by gematik",
"guidelineDefinition": {
"url": "https://fachportal.gematik.de/"
},
"folderCardinality": {
"min": "1",
"max": "1",
"unique": true
},
"validFromDate": "2021-06-15",
"clientReadOnlyFromDate": "2022-01-01",
"type": "atomic",
"metadata": {
"name": "folder.codeList",
"value": {
"code": "prescription",
"codeSystem": "1.2.276.0.76.5.512",
"displayName": "Verordnungsdaten und Dispensierinformationen",
"desc": [
{
"language": "de-DE",
"#text": "Verordnungsdaten und Dispensierinformationen elektronischer Verordnungen nach § 360"
}
]
}
},
"elements": [
{
"name": "Electronic Prescription Record",
"description": "This document is an XML-based document.",
"metadata": [
{
"name": "documentEntry.classCode",
"value": {
"code": "VER",
"codeSystem": "1.3.6.1.4.1.19376.3.276.1.5.8",
"displayName": "Verordnung",
"desc": [
{
"language": "de-DE",
"#text": "Verordnungen für Krankenhausbehandlung, Arzneimittel bzw. Heil- und Hilfsmittel, sowie Überweisungen an andere Ärzte"
}
]
}
},
{
"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:VerordnungsdatensatzMedikation:r4.0",
"codeSystem": "1.3.6.1.4.1.19376.3.276.1.5.6",
"displayName": "Verordnungsdatensatz Medikation (gematik)"
}
},
{
"name": "documentEntry.mimeType",
"value": [
"application/fhir+xml"
]
}
],
"documentCardinality": {
"min": "0",
"max": "n"
}
}
]
}