Advertisement
Guest User

Untitled

a guest
Jun 8th, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. {
  2. "uuid": "2805da9c-0ea5-46aa-a56d-4c35a0bf4527",
  3. "display": "Visit Note 08/06/2022",
  4. "encounterDatetime": "2022-06-08T10:37:30.000+0000",
  5. "patient": {
  6. "uuid": "27236dc1-e10c-4f18-97ca-87a5724acaa0",
  7. "display": "10004PA - James Omala",
  8. "links": [
  9. {
  10. "rel": "self",
  11. "uri": "http://openmrs:8080/openmrs/ws/rest/v1/patient/27236dc1-e10c-4f18-97ca-87a5724acaa0",
  12. "resourceAlias": "patient"
  13. }
  14. ]
  15. },
  16. "location": {
  17. "uuid": "44c3efb0-2583-4c80-a79e-1f756a03c0a1",
  18. "display": "Outpatient Clinic",
  19. "links": [
  20. {
  21. "rel": "self",
  22. "uri": "http://openmrs:8080/openmrs/ws/rest/v1/location/44c3efb0-2583-4c80-a79e-1f756a03c0a1",
  23. "resourceAlias": "location"
  24. }
  25. ]
  26. },
  27. "form": null,
  28. "encounterType": {
  29. "uuid": "d7151f82-c1f3-4152-a605-2f9ea7414a79",
  30. "display": "Visit Note",
  31. "links": [
  32. {
  33. "rel": "self",
  34. "uri": "http://openmrs:8080/openmrs/ws/rest/v1/encountertype/d7151f82-c1f3-4152-a605-2f9ea7414a79",
  35. "resourceAlias": "encountertype"
  36. }
  37. ]
  38. },
  39. "obs": [
  40. {
  41. "uuid": "52af2a3d-d923-4f47-9daf-8a3e3641240d",
  42. "display": "Text of encounter note: test note ",
  43. "links": [
  44. {
  45. "rel": "self",
  46. "uri": "http://openmrs:8080/openmrs/ws/rest/v1/obs/52af2a3d-d923-4f47-9daf-8a3e3641240d",
  47. "resourceAlias": "obs"
  48. }
  49. ]
  50. },
  51. {
  52. "uuid": "b7396a0a-a184-47e1-9c2a-311331e5348b",
  53. "display": "Visit Diagnoses: Confirmed diagnosis, Secondary, Diabetes mellitus, type 2",
  54. "links": [
  55. {
  56. "rel": "self",
  57. "uri": "http://openmrs:8080/openmrs/ws/rest/v1/obs/b7396a0a-a184-47e1-9c2a-311331e5348b",
  58. "resourceAlias": "obs"
  59. }
  60. ]
  61. },
  62. {
  63. "uuid": "35be5065-172a-443d-96b3-6c75a7aa6354",
  64. "display": "Visit Diagnoses: Hypertension, Confirmed diagnosis, Primary",
  65. "links": [
  66. {
  67. "rel": "self",
  68. "uri": "http://openmrs:8080/openmrs/ws/rest/v1/obs/35be5065-172a-443d-96b3-6c75a7aa6354",
  69. "resourceAlias": "obs"
  70. }
  71. ]
  72. }
  73. ],
  74. "orders": [],
  75. "voided": false,
  76. "visit": {
  77. "uuid": "dc041e45-fd7a-4e8a-a683-fb4672b4d420",
  78. "display": "Home Visit @ Outpatient Clinic - 08/06/2022 09:33",
  79. "links": [
  80. {
  81. "rel": "self",
  82. "uri": "http://openmrs:8080/openmrs/ws/rest/v1/visit/dc041e45-fd7a-4e8a-a683-fb4672b4d420",
  83. "resourceAlias": "visit"
  84. }
  85. ]
  86. },
  87. "encounterProviders": [
  88. {
  89. "uuid": "a5a995cd-446f-4280-a0ac-3a1385f39595",
  90. "display": "Super User: Clinician",
  91. "links": [
  92. {
  93. "rel": "self",
  94. "uri": "http://openmrs:8080/openmrs/ws/rest/v1/encounter/2805da9c-0ea5-46aa-a56d-4c35a0bf4527/encounterprovider/a5a995cd-446f-4280-a0ac-3a1385f39595",
  95. "resourceAlias": "encounterprovider"
  96. }
  97. ]
  98. }
  99. ],
  100. "diagnoses": null,
  101. "links": [
  102. {
  103. "rel": "self",
  104. "uri": "http://openmrs:8080/openmrs/ws/rest/v1/encounter/2805da9c-0ea5-46aa-a56d-4c35a0bf4527",
  105. "resourceAlias": "encounter"
  106. },
  107. {
  108. "rel": "full",
  109. "uri": "http://openmrs:8080/openmrs/ws/rest/v1/encounter/2805da9c-0ea5-46aa-a56d-4c35a0bf4527?v=full",
  110. "resourceAlias": "encounter"
  111. }
  112. ],
  113. "resourceVersion": "2.2"
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement