Advertisement
Guest User

Untitled

a guest
Jun 8th, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. {
  2. "encounterDatetime": "2022-06-08T13:37:30+03:00",
  3. "patient": "27236dc1-e10c-4f18-97ca-87a5724acaa0",
  4. "location": "44c3efb0-2583-4c80-a79e-1f756a03c0a1",
  5. "encounterProviders": [
  6. {
  7. "encounterRole": "240b26f9-dd88-4172-823d-4a8bfeb7841f",
  8. "provider": "9b3387c0-183e-410b-bcc0-1ebe9637999c"
  9. }
  10. ],
  11. "encounterType": "d7151f82-c1f3-4152-a605-2f9ea7414a79",
  12. "form": "c75f120a-04ec-11e3-8780-2b40bef9a44b",
  13. "obs": [
  14. {
  15. "concept": "162169AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
  16. "value": "test note "
  17. }
  18. ],
  19. "diagnoses": [
  20. {
  21. "diagnosis": {
  22. "coded": {
  23. "uuid": "138291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
  24. }
  25. },
  26. "certainty": "CONFIRMED",
  27. "rank": 2
  28. },
  29. {
  30. "diagnosis": {
  31. "coded": {
  32. "uuid": "116214AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
  33. }
  34. },
  35. "certainty": "CONFIRMED",
  36. "rank": 1
  37. }
  38. ]
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement