-
Notifications
You must be signed in to change notification settings - Fork 152
Expand file tree
/
Copy pathtx-servers.json
More file actions
86 lines (86 loc) · 3.63 KB
/
Copy pathtx-servers.json
File metadata and controls
86 lines (86 loc) · 3.63 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
{
"formatVersion": "1",
"description": "This JSON-5 file contains a list of the lists of terminology servers available for use across the FHIR tooling eco-system",
"user-warning": "The FHIR Tooling eco-system exists to support design time and publication usage. It is not intended to support production use, and should not be used in operational systems",
"documentation": "See https://github.com/FHIR/ig-registry/blob/master/tx-registry-doco.md",
"registries": [
{
"code": "hl7",
"name": "HL7 Terminology Services",
"authority": "Published by HL7",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-tx-servers.json"
},
{
"code": "hl7-au",
"name": "HL7 Australia Terminology Services",
"authority": "Published by HL7 Australia",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-au-tx-servers.json"
},
{
"code": "hl7-ca",
"name": "HL7 Canada Terminology Services",
"authority": "Published by HL7 Canada/Canada Health Infoway",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-ca-tx-servers.json"
},
{
"code": "hl7-fr",
"name": "HL7 France Terminology Services",
"authority": "Published by HL7 France",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-fr-tx-servers.json"
},
{
"code": "hl7-be",
"name": "Federal Public Service Health, Food Chain and Environment Terminology Services",
"authority": "Published by Federal Public Service Health, Food Chain and Environment Belgium / eHealth Platform Belgium",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-be-tx-servers.json"
},
{
"code": "hl7-eu",
"name": "HL7 Europe Terminology Services",
"authority": "Published by HL7 Europe",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-eu-tx-servers.json"
},
{
"code": "hl7-ch",
"name": "HL7 Switzerland Terminology Server",
"authority": "Published by HL7 Switzerland",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-ch-tx-servers.json"
},
{
"code": "tehik-ee",
"name": "TEHIK Terminology Server",
"authority": "Published by Estonian Health and Welfare Information Systems Centre (TEHIK)",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-ee-tx-servers.json"
},
{
"code": "hl7-cl",
"name": "HL7 Chilean Terminology Server",
"authority": "Published by HL7 Chile",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-cl-tx-servers.json"
},
{
"code": "hl7-nordics",
"name": "HL7 Nordics Terminology Server",
"authority": "Published by nordic HL7 affiliates",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-nordics-tx-servers.json"
},
{
"code": "hl7-de",
"name": "HL7 Germany Terminology Server",
"authority": "Published by HL7 Germany",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-de-tx-servers.json"
},
{
"code": "hl7-cz",
"name": "HL7 Czech Republic Terminology Services",
"authority": "Published by HL7 Czech Republic",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-cz-tx-servers.json"
},
{
"code": "hl7-nz",
"name": "HL7 New Zealand / New Zealand Health Terminology Service",
"authority": "Published by Health New Zealand / HL7 New Zealand",
"url": "https://raw.githubusercontent.com/FHIR/ig-registry/master/hl7-nz-tx-servers.json"
}
]
}