FHIR Chat · Navigate to reference elements · implementers

Stream: implementers

Topic: Navigate to reference elements


view this post on Zulip Santosh Jami (Sep 19 2017 at 18:45):

I have DiagnosticReport, and Observations are added as ResourceReferences and Patient is added as reference in the Subject. If I need to load the Observations, should I navigate to Observation element which is stored in DB as 'Observation/spark156', substring for the logical id and do a SearchById for the Observation? Is there a better way?

Thanks
Santosh Jami

view this post on Zulip Yunwei Wang (Sep 19 2017 at 19:32):

For accessing data from DB, I don't see there is any other way without search id in Observation table.

view this post on Zulip Santosh Jami (Sep 19 2017 at 19:54):

Thanks @Yunwei Wang . I should have mentioned I am using DotNet Spark API. I will post the same in dotnet stream.

view this post on Zulip Yunwei Wang (Sep 19 2017 at 19:56):

Are you asking about Database access or API access?

view this post on Zulip Santosh Jami (Sep 19 2017 at 19:57):

@Yunwei Wang API access

view this post on Zulip Yunwei Wang (Sep 19 2017 at 19:58):

Then I misunderstood your question. :(


Last updated: Apr 12 2022 at 19:14 UTC