-
Notifications
You must be signed in to change notification settings - Fork 82
/
tx-servers.json
32 lines (32 loc) · 1.37 KB
/
tx-servers.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
{
"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/\u2008Canada 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"
}
]
}