Advertisement
Guest User

Untitled

a guest
Jun 13th, 2022
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. {
  2. "encounterDatetime": "2022-06-11T13:37:30+03:00",
  3. "patient": "42e3c141-f085-4333-a6b8-4d5636af9fd3",
  4. "visit": "7f01bc70-9540-4d5b-b7fd-b03a7b480cbd",
  5. "location": "58c57d25-8d39-41ab-8422-108a0c277d98",
  6. "encounterProviders": [
  7. {
  8. "encounterRole": "240b26f9-dd88-4172-823d-4a8bfeb7841f",
  9. "provider": "f9badd80-ab76-11e2-9e96-0800200c9a66"
  10. }
  11. ],
  12. "encounterType": "d7151f82-c1f3-4152-a605-2f9ea7414a79",
  13. "form": "c75f120a-04ec-11e3-8780-2b40bef9a44b",
  14. "obs": [
  15. {
  16. "concept": "162169AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
  17. "value": "test note "
  18. }
  19. ],
  20. "diagnoses": [
  21. {
  22. "diagnosis": {
  23. "coded": "108AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
  24. },
  25. "certainty": "CONFIRMED",
  26. "rank": 1,
  27. "patient": {
  28. "uuid": "42e3c141-f085-4333-a6b8-4d5636af9fd3"
  29. }
  30. },
  31. {
  32. "diagnosis": {
  33. "coded": "119656AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
  34. },
  35. "certainty": "CONFIRMED",
  36. "rank": 2,
  37. "patient": {
  38. "uuid": "42e3c141-f085-4333-a6b8-4d5636af9fd3"
  39. }
  40. }
  41. ]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement