forked from FHIR/ig-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhl7-ca-tx-servers.json
More file actions
26 lines (26 loc) · 877 Bytes
/
Copy pathhl7-ca-tx-servers.json
File metadata and controls
26 lines (26 loc) · 877 Bytes
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
{
"formatVersion": "1",
"description": "HL7 Canada's list of published terminology servers",
"servers": [
{
"code": "hl7-ca",
"name": "Canada Health Infoway Terminology Server",
"access_info": "This server requires an API Key - see https://infocentral.infoway-inforoute.ca/en/tools/standards-tools/terminology-server",
"url": "https://terminologystandardsservice.ca/tx/fhir",
"authoritative": [
"http://snomed.info/sct|http://snomed.info/sct/20611000087101*",
"https://fhir.infoway-inforoute.ca/CodeSystem*"
],
"authoritative-valuesets": [
"https://fhir.infoway-inforoute.ca/ValueSet*",
"http://snomed.info/sct/20611000087101*"
],
"fhirVersions": [
{
"version": "R4",
"url": "https://terminologystandardsservice.ca/tx/fhir"
}
]
}
]
}