FHIR Chat · Subscribe by profile · subscriptions

Stream: subscriptions

Topic: Subscribe by profile


view this post on Zulip Brian Reinhold (Apr 27 2019 at 00:20):

Is it possible to subscribe to resources by profile? I am a little confused about the 'url' search but I was looking at something like this:
/Patient?_url:below=http://hl7.org/fhir/uv/phd/StructureDefinition/PhdPatient

view this post on Zulip Grahame Grieve (Apr 27 2019 at 00:25):

it works theoretically but I doubt anyone has implemented it

view this post on Zulip Brian Reinhold (Apr 27 2019 at 12:28):

it works theoretically but I doubt anyone has implemented it

I tried this search "/Patient?_url:below=http://hl7.org/fhir/uv/phd/StructureDefinition/PhdPatient"
on the HAPI FHIR server and I think what I got was every Patient resource on the server. I have no idea what it was trying to do or what it assumed this URL referenced.

view this post on Zulip Grahame Grieve (Apr 27 2019 at 20:40):

what did the self link say?

view this post on Zulip Brian Reinhold (Apr 28 2019 at 10:48):

what did the self link say?

My ignorance of searches is quite high ... I just realized that searching on the _profile is required for all resources. So I can get what I need (in theory) with something like this:
"Observation?_profile=http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation";
But I didn't think to look at the self-link to see what search it actually invoked.

view this post on Zulip Grahame Grieve (Apr 28 2019 at 10:58):

I'm guessing it ignored the _profile parameter

view this post on Zulip Brian Reinhold (Apr 28 2019 at 11:09):

I'm guessing it ignored the _profile parameter

MY bad; I didn't KNOW about the '_profile' parameter and did not use it. When it comes to searching, I am a total greenhorn. I have been uploading my entire life and have not given much of a thought to what the guy on the other end has to do. I want to exercise the Device resource so I thought it prudent to make a simple 'remote patient monitoring' app that subscribes to uploads generated by PHD IG gateways.


Last updated: Apr 12 2022 at 19:14 UTC