Trying to understand the difference between search and lookup.
For example:
CodeSystem search supports both code and name parameters
GET call
/CodeSystem?code=2093-3
returns nothing
I tried to be specific to a code system:
/CodeSystem?code=2093-3&name=LOINC
also returns nothing
Moving to use lookup:
works.
Can anyone help me in explaining the difference between the two approaches.
Also, would like to know how to filter by a specific property ( and property value )
As an example, for GET call like this /CodeSystem/$lookup?system=http://loinc.org&code=2093-3
I only want to get value of the STATUS property ( to reduce response pay load) and not see/get any other properties.
Thanks much.
-Rajesh