set up for de and fr translations

This commit is contained in:
Grahame Grieve
2024-03-21 06:34:40 +11:00
parent 8e9a573c02
commit 5b25ff46e7
14 changed files with 4696 additions and 3754 deletions

View File

@@ -0,0 +1,59 @@
{
"systems" : [
{
"system" : "http://example.org/some-id-type-system",
"authoritative" : [],
"candidates" : []
},
{
"system" : "http://example.org/some-system",
"authoritative" : [],
"candidates" : []
},
{
"system" : "http://loinc.org",
"authoritative" : [],
"candidates" : ["http://tx.fhir.org/r4", "https://tx.ontoserver.csiro.au/fhir"]
},
{
"system" : "http://not-a-known-code-system|2.36",
"authoritative" : [],
"candidates" : []
},
{
"system" : "http://terminology.hl7.org/CodeSystem/definition-use",
"authoritative" : ["http://tx.fhir.org/r4"],
"candidates" : ["https://tx.ontoserver.csiro.au/fhir"]
},
{
"system" : "http://unitsofmeasure.org",
"authoritative" : [],
"candidates" : ["http://tx.fhir.org/r4", "https://tx.ontoserver.csiro.au/fhir"]
},
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"authoritative" : [],
"candidates" : ["http://tx.fhir.org/r4"]
},
{
"system" : "urn:ietf:bcp:13",
"authoritative" : [],
"candidates" : ["http://tx.fhir.org/r4"]
},
{
"system" : "urn:ietf:bcp:47",
"authoritative" : [],
"candidates" : ["http://tx.fhir.org/r4", "https://tx.ontoserver.csiro.au/fhir"]
},
{
"system" : "urn:iso:std:iso:3166",
"authoritative" : [],
"candidates" : ["http://tx.fhir.org/r4"]
},
{
"system" : "urn:iso:std:iso:3166:-2",
"authoritative" : [],
"candidates" : ["http://tx.fhir.org/r4"]
}
]
}