ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Get Observation by id

#DescriptionInputExpected resultActual resultStatus
1Valid data  valid token
valid observation 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 "observation:read"403403passed

Get Observation by search params

#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

codesearch param "code=1234"patient's observations with such codepatient's observations with such codepassed

encounter_idsearch param "encounter_id={{encounter_id}}"observations that belong to the encounterno observationsfailed

episode_idsearch param "episode_id={{episode_id}}"observations that belong to the episodeall patients observationsfailed

issued_from


failed

issued_to


failed

combinations



  • No labels