You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you execute any of the examples using "Patient/####" format, the answer examples fail. I was unable to figure out how to get the query examples to work, even if I used results from other working queries to modify the query string.
When you execute any of the examples using "Patient/####" format, the answer examples fail. I was unable to figure out how to get the query examples to work, even if I used results from other working queries to modify the query string.
Example:
Fails - http://hapi.fhir.org/baseDstu3/Observation?subject=Patient/203&code=http://loinc.org%7C789-8
Succeeds - http://hapi.fhir.org/baseDstu3/Observation?code=http://loinc.org|789-8
Example patient from LOINC results: http://hapi.fhir.org/baseDstu3/Patient/1357841
Modified query: http://hapi.fhir.org/baseDstu3/Observation?subject=Patient/1357841&code=http://loinc.org%7C789-8
The text was updated successfully, but these errors were encountered: