FHIR Chat · Dutch OID-to-FHIR system table · netherlands

Stream: netherlands

Topic: Dutch OID-to-FHIR system table


view this post on Zulip Marc de Graauw (Feb 27 2020 at 14:57):

Do we have the OID2system table as shown here: http://www.hl7.nl/wiki/index.php/OIDs_en_FHIR_System_URIs
as a single table (XML, json, whatever), instead of separate NamingSystem resources?

view this post on Zulip Alexander Henket (Mar 09 2020 at 17:15):

I don't know that we do. The HTML table on that page is conveyed in the OID Registries at https://decor.nictiz.nl/fhir/NamingSystem.

If you would know how to construct the right query, I'll happily look into adding support for it. The closest I can think of is:

https://decor.nictiz.nl/fhir/NamingSystem?publisher=hl7nl&id-type=uri

"give me NamingSystems where publisher is hl7nl, and id-type=uri". It'll give you all NamingSystems in one Bundle that contain a uri


Last updated: Apr 12 2022 at 19:14 UTC