forked from FHIR/ig-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhl7-tx-servers.json
More file actions
36 lines (36 loc) · 1 KB
/
Copy pathhl7-tx-servers.json
File metadata and controls
36 lines (36 loc) · 1 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
{
"formatVersion" : "1",
"description" : "HL7's list of published terminology servers",
"servers" : [{
"code" : "tx.fhir.org",
"name" : "tx.fhir.org",
"access_info" : "This server is open to the public",
"url" : "http://tx.fhir.org",
"authoritative" : [
"http://hl7.org/*",
"http://terminology.hl7.org/*"
],
"fhirVersions" : [{
"version" : "R4",
"url" : "http://tx.fhir.org/r4"
},{
"version" : "R3",
"url" : "http://tx.fhir.org/r3"
},{
"version" : "R5",
"url" : "http://tx.fhir.org/r5"
}]
},{
"code" : "icd11",
"name" : "icd11 Test Server",
"access_info" : "This server is open to the public",
"url" : "https://icdapi-fhir-testing-byfzd6budwdmbabf.northeurope-01.azurewebsites.net/fhir",
"authoritative" : [
"http://id.who.int/*"
],
"fhirVersions" : [{
"version" : "R5",
"url" : "https://icdapi-fhir-testing-byfzd6budwdmbabf.northeurope-01.azurewebsites.net/fhir"
}]
}]
}