forked from FHIR/ig-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhl7-cz-tx-servers.json
More file actions
46 lines (46 loc) · 1.82 KB
/
Copy pathhl7-cz-tx-servers.json
File metadata and controls
46 lines (46 loc) · 1.82 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
{
"formatVersion": "1",
"description": "Registry of FHIR Terminology Servers in the Czech Republic",
"servers": [
{
"code": "hl7-cz",
"name": "HL7 Czech Republic Terminology Server",
"access_info": "Open FHIR Terminology Server supporting publication and validation of Czech FHIR Implementation Guides. Provides Czech national terminologies, SNOMED CT Czech Republic Edition and selected international terminologies with Czech language designations where available.",
"url": "https://tx.hl7.cz",
"fhirVersions": [
{
"version": "R4",
"url": "https://tx.hl7.cz/r4"
},
{
"version": "R5",
"url": "https://tx.hl7.cz/r5"
}
],
"usage" : [
],
"languages" : {
"cs" : ["http://standardterms.edqm.eu"]
},
"authoritative": [
"https://hl7.cz/terminology/CodeSystem*",
"https://ncez.mzcr.cz/terminology/CodeSystem*",
"http://snomed.info/sct|http://snomed.info/sct/11000279109*",
"https://ncez.mzcr.cz/nclp/CodeSystem*",
"https://sukl.cz/terminology/CodeSystem*",
"https://uzis.cz/terminology/CodeSystem*"
],
"exclusions" : ["http://hl7.org/fhir/*"],
"authoritative-valuesets": [
"https://hl7.cz/terminology/ValueSet*",
"https://ncez.mzcr.cz/terminology/ValueSet*",
"https://uzis.cz/terminology/ValueSet*"
],
"notes": [
"The server provides SNOMED CT Czech Republic Edition, subject to SNOMED International licensing conditions.",
"The server provides Czech designations for LOINC where available. The LOINC CodeSystem remains authoritative at loinc.org.",
"Czech designations may be provided either directly in the CodeSystem resources or through CodeSystem supplements."
]
}
]
}