forked from FHIR/ig-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhl7-au-tx-servers.json
More file actions
26 lines (26 loc) · 1008 Bytes
/
hl7-au-tx-servers.json
File metadata and controls
26 lines (26 loc) · 1008 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 Australia's list of published terminology servers",
"servers" : [{
"code" : "hl7-au-test",
"name" : "HL7 Australia Server",
"access_info" : "This server is open to the public",
"url" : "https://tx.ontoserver.csiro.au/fhir",
"authoritative" : [
"http://snomed.info/sct|http://snomed.info/sct/32506021000036107*",
"https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats|*",
"https://healthterminologies.gov.au/fhir/CodeSystem*",
"http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0|*",
"http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0|*"
],
"authoritative-valuesets" : [
"https://healthterminologies.gov.au/fhir/ValueSet*",
"http://snomed.info/sct/32506021000036107*",
"https://www.rcpa.edu.au/fhir/ValueSet/*"
],
"fhirVersions" : [{
"version" : "R4",
"url" : "https://tx.ontoserver.csiro.au/fhir"
}]
}]
}