Stream: implementers
Topic: find extensions
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?
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
Grahame Grieve (Jul 12 2016 at 19:15):
GET [base]/StructureDefinition?context-type=resource&context=[ResourceType]
Lloyd McKenzie (Jul 12 2016 at 20:45):
That'll do a "contains" search on context, correct?
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
Grahame Grieve (Jul 12 2016 at 22:29):
it should.
Grahame Grieve (Jul 12 2016 at 22:30):
the sql looks correct...
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