Advertisement
Guest User

Untitled

a guest
Feb 18th, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1.  
  2. "results": [
  3. {
  4. "uuid": "05a29f94-c0ed-11e2-94be-8c13b969e334",
  5. "display": "OpenMRS ID",
  6. "name": "OpenMRS ID",
  7. "description": "OpenMRS patient identifier, with check-digit",
  8. "format": null,
  9. "formatDescription": null,
  10. "required": true,
  11. "validator": "org.openmrs.module.idgen.validator.LuhnMod30IdentifierValidator",
  12. "locationBehavior": null,
  13. "uniquenessBehavior": null,
  14. "retired": false,
  15. "links": [
  16. {
  17. "rel": "self",
  18. "uri": "http://localhost:8099/openmrs/ws/rest/v1/patientidentifiertype/05a29f94-c0ed-11e2-94be-8c13b969e334",
  19. "resourceAlias": "patientidentifiertype"
  20. },
  21. {
  22. "rel": "full",
  23. "uri": "http://localhost:8099/openmrs/ws/rest/v1/patientidentifiertype/05a29f94-c0ed-11e2-94be-8c13b969e334?v=full",
  24. "resourceAlias": "patientidentifiertype"
  25. }
  26. ],
  27. "resourceVersion": "2.0"
  28. },
  29. {
  30. "uuid": "8d79403a-c2cc-11de-8d13-0010c6dffd0f",
  31. "display": "Old Identification Number",
  32. "name": "Old Identification Number",
  33. "description": "Number given out prior to the OpenMRS system (No check digit)",
  34. "format": "",
  35. "formatDescription": null,
  36. "required": false,
  37. "validator": null,
  38. "locationBehavior": null,
  39. "uniquenessBehavior": null,
  40. "retired": false,
  41. "links": [
  42. {
  43. "rel": "self",
  44. "uri": "http://localhost:8099/openmrs/ws/rest/v1/patientidentifiertype/8d79403a-c2cc-11de-8d13-0010c6dffd0f",
  45. "resourceAlias": "patientidentifiertype"
  46. },
  47. {
  48. "rel": "full",
  49. "uri": "http://localhost:8099/openmrs/ws/rest/v1/patientidentifiertype/8d79403a-c2cc-11de-8d13-0010c6dffd0f?v=full",
  50. "resourceAlias": "patientidentifiertype"
  51. }
  52. ],
  53. "resourceVersion": "2.0"
  54. },
  55. {
  56. "uuid": "a5d38e09-efcb-4d91-a526-50ce1ba5011a",
  57. "display": "OpenEMPI ID",
  58. "name": "OpenEMPI ID",
  59. "description": "Specifies UUID of the identifier type that is used as the Global Identifier Domain (GID) in the MPI. It is generated by the MPI and is persisted in OpenMRS.",
  60. "format": null,
  61. "formatDescription": null,
  62. "required": false,
  63. "validator": null,
  64. "locationBehavior": "NOT_USED",
  65. "uniquenessBehavior": null,
  66. "retired": false,
  67. "links": [
  68. {
  69. "rel": "self",
  70. "uri": "http://localhost:8099/openmrs/ws/rest/v1/patientidentifiertype/a5d38e09-efcb-4d91-a526-50ce1ba5011a",
  71. "resourceAlias": "patientidentifiertype"
  72. },
  73. {
  74. "rel": "full",
  75. "uri": "http://localhost:8099/openmrs/ws/rest/v1/patientidentifiertype/a5d38e09-efcb-4d91-a526-50ce1ba5011a?v=full",
  76. "resourceAlias": "patientidentifiertype"
  77. }
  78. ],
  79. "resourceVersion": "2.0"
  80. },
  81. {
  82. "uuid": "8d793bee-c2cc-11de-8d13-0010c6dffd0f",
  83. "display": "OpenMRS Identification Number",
  84. "name": "OpenMRS Identification Number",
  85. "description": "Unique number used in OpenMRS",
  86. "format": "",
  87. "formatDescription": null,
  88. "required": false,
  89. "validator": "org.openmrs.patient.impl.LuhnIdentifierValidator",
  90. "locationBehavior": null,
  91. "uniquenessBehavior": null,
  92. "retired": false,
  93. "links": [
  94. {
  95. "rel": "self",
  96. "uri": "http://localhost:8099/openmrs/ws/rest/v1/patientidentifiertype/8d793bee-c2cc-11de-8d13-0010c6dffd0f",
  97. "resourceAlias": "patientidentifiertype"
  98. },
  99. {
  100. "rel": "full",
  101. "uri": "http://localhost:8099/openmrs/ws/rest/v1/patientidentifiertype/8d793bee-c2cc-11de-8d13-0010c6dffd0f?v=full",
  102. "resourceAlias": "patientidentifiertype"
  103. }
  104. ],
  105. "resourceVersion": "2.0"
  106. }
  107. ]
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement