-
Notifications
You must be signed in to change notification settings - Fork 1
/
Organization-verloskunde.json
97 lines (97 loc) · 2.49 KB
/
Organization-verloskunde.json
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
92
93
94
95
96
97
{
"resourceType": "Organization",
"id": "organization-verloskunde-01",
"meta": {
"versionId": "1",
"lastUpdated": "2024-05-15T12:09:29.8191619+00:00",
"profile": ["http://fhir.nl/fhir/StructureDefinition/nl-core-organization"]
},
"identifier": [
{
"system": "http://fhir.nl/fhir/NamingSystem/agb-z",
"value": "08123456"
},
{
"system": "https://gebruikers.babyconnect.org/page/view/ea6b0224-7548-4153-ac27-d562af2dd49f/jgz",
"value": "organization-verloskunde-01"
}
],
"type": [
{
"coding": [
{
"system": "http://nictiz.nl/fhir/NamingSystem/organization-type",
"version": "2020-11-11T00:00:00",
"code": "G3",
"display": "Verloskundigenpraktijk"
}
]
}
],
"name": "Verloskundigenpraktijk 't Groen",
"address": [
{
"use": "work",
"line": ["Groeneweg 1000"],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Groeneweg"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "1000"
}
]
}
],
"city": "Stitswerd",
"postalCode": "1234ZZ",
"country": "NLD",
"_country": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NL",
"display": "Nederland"
}
]
}
}
]
}
}
],
"telecom": [
{
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.22.1",
"code": "LL",
"display": "Vast telefoonnummer"
}
]
}
}
],
"system": "phone",
"value": "012-3456789",
"use": "work"
},
{
"system": "email",
"value": "[email protected]",
"use": "work"
}
]
}