Versions Compared

Key

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

Get Condition by id

#DescriptionInputExpected resultActual resultStatus
1Valid data  valid token
valid condition id

200,
correct response

all value types are handled properly

200,
correct response

all value types are handled properly

passed
2Declaration validation handled
truetruepassed
3wrong scopestoken without scope "condition:read"403403passed

Get Conditions by search params

failedfailedfailedfailed
#DescriptionInputExpected resultActual resultStatus
1Valid data  valid token

200,
correct response

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

response if full

200,
correct response

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

response if full

passed
2Declaration validation handled
truetruepassed
3wrong scopestoken without scope "conditions:read"403403passed
4codesearch param "code=1234"patient's conditions with such codepatient's conditions with such codepassed
5encounter_idsearch param "encounter_id={{encounter_id}}"conditions that belong to the encounter
passed
6episode_idsearch param "episode_id={{episode_id}}"conditions that belong to the episode
passed
7issued_from


passed
8issued_to


passed
9combinations


passed