-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdres.adl
More file actions
58 lines (45 loc) · 1.41 KB
/
Adres.adl
File metadata and controls
58 lines (45 loc) · 1.41 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
CONTEXT Adres IN DUTCH
PATTERN Adres
--adres
CONCEPT Adres "Bevat het adres van de Persoon zoals vastgelegd binnen de BRP."
PURPOSE CONCEPT Adres
{+
In artikel 3 lid 2 is aangegeven dat het adres een onderdeel is van de identificatie van de zorgverlener.
+}
CONCEPT Binnenlandsadres ""
PURPOSE CONCEPT Binnenlandsadres
{+
+}
CONCEPT Buitenlandsadres ""
PURPOSE CONCEPT Buitenlandsadres
{+
+}
RELATION buitenlandsadres[Adres*Buitenlandsadres][UNI]
RELATION binnenlandsadres[Adres*Binnenlandsadres][UNI]
ENDPATTERN
INTERFACE "Adres" FOR USER: I[Adres]
BOX<TABS>
["Adres" : I[Adres]
BOX <TABLE>
[ "Adres" : I[Adres]
, "" : binnenlandsadres[Adres*Binnenlandsadres]
]
,
"Buitenlands\nadres" : I[Adres]
BOX <TABLE>
[ "Adres" : I[Adres]
, "" : buitenlandsadres[Adres*Buitenlandsadres]
]
,
"Personen" : I[Adres] cRud
BOX <TABLE>
[
"Personen" : I[Adres] cRud
, "" : adres[Persoon*Adres]~ cRud
BOX <TABLE>
[
"" : I LINKTO INTERFACE Persoon
]
]
]
ENDCONTEXT