FHIR Chat · Retrieve extension definitions from hl7.org/fhir · implementers

Stream: implementers

Topic: Retrieve extension definitions from hl7.org/fhir


view this post on Zulip redixint (Aug 31 2017 at 15:19):

Can someone point to me the right way to retrieve the extension definitions defined in hl7.org/fhir?
I have tried the following:
http://hl7.org/fhir/StructureDefinition?type=Extension

which does not work. The above works fine for Simplifier and HAPI. Can someone help?

view this post on Zulip Eric Haas (Aug 31 2017 at 15:23):

Is this what you are looking for?
http://hl7.org/fhir/extensibility-registry.html

view this post on Zulip redixint (Aug 31 2017 at 15:32):

@Eric Haas Yes, I was looking for this type of information. But I am hoping to get the extension information back as json.
Basically, I would like to get the extension definitions from hl7.org/fhir like we did in Simplifier:

https://stu3.simplifier.net/open/StructureDefinition?type=Extension

view this post on Zulip Michel Rutten (Aug 31 2017 at 15:35):

Hi @redixint, the official FHIR specification website is not a FHIR server. However an official FHIR registry is under active development and this will also provide REST API support.

view this post on Zulip Eric Haas (Aug 31 2017 at 15:35):

You want the whole shebang in a single bundle?

view this post on Zulip redixint (Aug 31 2017 at 15:38):

@Michel RuttenThat answers my question. Thanks.

view this post on Zulip redixint (Aug 31 2017 at 15:40):

@Eric Haas Yes, can you show me how to get the bundle? Thanks.

view this post on Zulip Lloyd McKenzie (Aug 31 2017 at 17:18):

http://hl7.org/fhir/extension-definitions.json

view this post on Zulip Lloyd McKenzie (Aug 31 2017 at 17:18):

(or http://hl7.org/fhir/extension-definitions.xml)

view this post on Zulip Lloyd McKenzie (Aug 31 2017 at 17:19):

Note that this only includes extensions from the core spec, not separately published HL7 implementation guides

view this post on Zulip redixint (Aug 31 2017 at 17:23):

Hi @Lloyd McKenzie Super! Thanks.

view this post on Zulip Grahame Grieve (Aug 31 2017 at 21:49):

maybe one day I'll work on making the redirections even cleverer so that some queries like this on the server work right


Last updated: Apr 12 2022 at 19:14 UTC