FHIR Chat · find extensions · implementers

Stream: implementers

Topic: find extensions


view this post on Zulip David Hay (Jul 12 2016 at 02:45):

In stu3, what's the recommended way of finding all extensions that apply to a particular resourceType - and do any of the test servers currently support that search?

view this post on Zulip Peter Bernhardt (Jul 12 2016 at 15:13):

David, I asked a somewhat related question a short time ago: see https://chat.fhir.org/#narrow/stream/implementers/subject/Standard.20Extensions.20and.20Profiles

view this post on Zulip Grahame Grieve (Jul 12 2016 at 19:15):

GET [base]/StructureDefinition?context-type=resource&context=[ResourceType]

view this post on Zulip Lloyd McKenzie (Jul 12 2016 at 20:45):

That'll do a "contains" search on context, correct?

view this post on Zulip David Hay (Jul 12 2016 at 22:17):

not sure it's working on your server Grahame... http://fhir3.healthintersections.com.au/open/StructureDefinition?context=Patient returns an empty bundle

view this post on Zulip Grahame Grieve (Jul 12 2016 at 22:29):

it should.

view this post on Zulip Grahame Grieve (Jul 12 2016 at 22:30):

the sql looks correct...

view this post on Zulip David Hay (Jul 13 2016 at 00:44):

take a look at http://fhir3.healthintersections.com.au/open/StructureDefinition/patient-nationality - there is a context of Patient there...


Last updated: Apr 12 2022 at 19:14 UTC