Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

failedfailedcombinations
#DescriptionInputExpected resultActual resultStatus
1Valid data  valid token
valid observation id

200,
correct response

all value types are handled properly
response contains only observations that belong to the patient

response if full

200,
correct response

all value types are handled properly
response contains only observations that belong to the patient

response if full

passed
2Declaration validation handled
truetruepassed
3wrong scopestoken without scope "observation:read"403403passed
4codesearch param "code=1234"patient's observations with such codepatient's observations with such codepassed
5encounter_idsearch param "encounter_id={{encounter_id}}"observations that belong to the encounterno observationspassed
6episode_idsearch param "episode_id={{episode_id}}"observations that belong to the episodeall patients observationspassed
7issued_fromfailedissued_tofailed


passed
8issued_to


passed
9combination issued_from+ issued_to


passed
10combination episode_id+encounter_id


passed