Stream: hapi
Topic: CodeSystem - parent/child codes
Kevin Mayfield (Feb 07 2017 at 10:06):
I'm building a simple angular app to return some details on a code and it's parent/child codes (SNOMED CT). On STU3 HAPI server I've tried http://fhirtest.uhn.ca/baseDstu3//CodeSystem/$lookup?system=http://snomed.info/sct&code=206187005&property=parent and I'm getting back a basic set of properties. Is my query wrong or isn't this supported yet?
Kevin Mayfield (Feb 07 2017 at 10:08):
I'm after the same response I would get on this site if I found code 206187005 http://fhir2.healthintersections.com.au/tx?op=find&system=http%3A%2F%2Fsnomed.info%2Fsct&version=&code=206187005
Grahame Grieve (Feb 07 2017 at 10:32):
I think @James Agnew isn't keeping up with this - it changed a fiar bit late last year
Kevin Mayfield (Feb 07 2017 at 11:12):
cheers. That seems to match the code I've found.
James Agnew (Feb 07 2017 at 11:38):
Yeah, unfortunately HAPI currently only supports searches with property=concept. Help and/or bug reports gratefully accepted :)
Last updated: Apr 12 2022 at 19:14 UTC