FHIR Chat · subsumption · implementers

Stream: implementers

Topic: subsumption


view this post on Zulip Ananya Choudhury (Aug 27 2019 at 09:58):

Hi, I am trying to get results for the following two querries :

http://hapi.fhir.org/baseDstu3/Condition?code:73211009 . I get a bundle of 467 entries.

http://hapi.fhir.org/baseDstu3/Condition?code:below=http://snomed.info/sct|73211009. I get a bundle of 77 entries

My understanding of subsumption says the later query should fetch more results (including the hierarchy below the given code). It would be great if someone could explain me.

view this post on Zulip Michele Mottini (Aug 27 2019 at 13:24):

The first query should be http://hapi.fhir.org/baseDstu3/Condition?code=73211009 - or even better http://hapi.fhir.org/baseDstu3/Condition?code=http://snomed.info/sct|73211009.

view this post on Zulip Ananya Choudhury (Aug 29 2019 at 08:16):

Thank You. That works.


Last updated: Apr 12 2022 at 19:14 UTC