Guest User

Untitled

a guest
Aug 16th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. {
  2. "uuid": "8d9cb245-0ef5-4084-b0f0-d01a9db929a1",
  3. "orderNumber": "ORD-4",
  4. "accessionNumber": "4",
  5. "patient": {
  6. "uuid": "6469dbbc-73ce-11e7-9a7a-44df9446a158",
  7. "display": "100-8 - Mr. John D Patient",
  8. "links": [{
  9. "rel": "self",
  10. "uri": "http://localhost:8080/openmrs/ws/rest/v1/patient/6469dbbc-73ce-11e7-9a7a-44df9446a158"
  11. }]
  12. },
  13. "concept": {
  14. "uuid": "6436883e-73ce-11e7-9a7a-44df9446a158",
  15. "display": "ULTRASOUND, ABDOMEN",
  16. "links": [{
  17. "rel": "self",
  18. "uri": "http://localhost:8080/openmrs/ws/rest/v1/concept/6436883e-73ce-11e7-9a7a-44df9446a158"
  19. }]
  20. },
  21. "action": "NEW",
  22. "careSetting": {
  23. "uuid": "6f0c9a92-6f24-11e3-af88-005056821db0",
  24. "name": "Outpatient",
  25. "description": "Out-patient care setting",
  26. "retired": false,
  27. "careSettingType": "OUTPATIENT",
  28. "display": "Outpatient",
  29. "links": [{
  30. "rel": "self",
  31. "uri": "http://localhost:8080/openmrs/ws/rest/v1/caresetting/6f0c9a92-6f24-11e3-af88-005056821db0"
  32. }, {
  33. "rel": "full",
  34. "uri": "http://localhost:8080/openmrs/ws/rest/v1/caresetting/6f0c9a92-6f24-11e3-af88-005056821db0?v=full"
  35. }],
  36. "resourceVersion": "1.10"
  37. },
  38. "previousOrder": null,
  39. "dateActivated": "2017-08-11T16:08:11.000+0500",
  40. "scheduledDate": null,
  41. "dateStopped": null,
  42. "autoExpireDate": null,
  43. "encounter": {
  44. "uuid": "013c2df8-ea8a-4d18-a33f-6f6d09c3f9f1",
  45. "display": "Radiology Order Encounter 11/08/2017",
  46. "links": [{
  47. "rel": "self",
  48. "uri": "http://localhost:8080/openmrs/ws/rest/v1/encounter/013c2df8-ea8a-4d18-a33f-6f6d09c3f9f1"
  49. }]
  50. },
  51. "orderer": {
  52. "uuid": "0fdc1150-17f4-4643-b9ca-f4306b92a89d",
  53. "display": "13 - Melody Jaskolski",
  54. "links": [{
  55. "rel": "self",
  56. "uri": "http://localhost:8080/openmrs/ws/rest/v1/provider/0fdc1150-17f4-4643-b9ca-f4306b92a89d"
  57. }]
  58. },
  59. "orderReason": null,
  60. "orderReasonNonCoded": null,
  61. "urgency": "ROUTINE",
  62. "instructions": null,
  63. "commentToFulfiller": null,
  64. "display": "ULTRASOUND, ABDOMEN",
  65. "auditInfo": {
  66. "creator": {
  67. "uuid": "76c0b51a-73ce-11e7-9a7a-44df9446a158",
  68. "display": "admin",
  69. "links": [{
  70. "rel": "self",
  71. "uri": "http://localhost:8080/openmrs/ws/rest/v1/user/76c0b51a-73ce-11e7-9a7a-44df9446a158"
  72. }]
  73. },
  74. "dateCreated": "2017-08-11T16:08:11.000+0500",
  75. "changedBy": null,
  76. "dateChanged": null
  77. },
  78. "links": [{
  79. "rel": "self",
  80. "uri": "http://localhost:8080/openmrs/ws/rest/v1/order/8d9cb245-0ef5-4084-b0f0-d01a9db929a1"
  81. }],
  82. "type": null,
  83. "resourceVersion": "1.10"
  84. }
Add Comment
Please, Sign In to add comment