{"info":{"_postman_id":"6cdfa8a4-5e81-4f63-b7e1-b425f1d577cf","name":"MEDISCREEN","description":"<html><head></head><body><p><strong>Mediscreen</strong> is a <em>Spring Boot web</em> application with <em>MSA</em> (MicroService Architecure) that faciliates to connect microservices with the industry's most <em>scalable</em> and <em>flexible</em> API Platform through recent <em>cross-cutting edge</em> technologies.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16200863","collectionId":"6cdfa8a4-5e81-4f63-b7e1-b425f1d577cf","publishedId":"UVXqFYe8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-24T08:38:10.000Z"},"item":[{"name":"Patient Microservice","item":[{"name":"CurlTests","item":[{"name":"Patient - Add test1","id":"1e2f4958-3545-424a-aba2-ac6ea82283c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"TestNone\",\r\n    \"firstName\": \"Test\",\r\n    \"birthDate\": \"1966-12-31\",\r\n    \"sex\": \"F\",\r\n    \"address\": \"1 Brookside St&\",\r\n    \"phoneNumber\": \"100-222-3333\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/patient/add","urlObject":{"protocol":"http","port":"8081","path":["patient","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e2f4958-3545-424a-aba2-ac6ea82283c6"},{"name":"Patient - Add test2","id":"1bff15b6-b32c-46f7-b483-106a0e462cc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"TestBorderline\",\r\n    \"firstName\": \"Test\",\r\n    \"birthDate\": \"1945-06-24\",\r\n    \"sex\": \"M\",\r\n    \"address\": \"2 High St&\",\r\n    \"phoneNumber\": \"00-333-4444\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/patient/add","urlObject":{"protocol":"http","port":"8081","path":["patient","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bff15b6-b32c-46f7-b483-106a0e462cc1"},{"name":"Patient - Add test3","id":"a62bc043-93ad-4746-a0e6-8c1f44e938a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"TestInDanger\",\r\n    \"firstName\": \"Test\",\r\n    \"birthDate\": \"2004-06-18\",\r\n    \"sex\": \"M\",\r\n    \"address\": \"3 Club Road\",\r\n    \"phoneNumber\": \"300-444-5555\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/patient/add","urlObject":{"protocol":"http","port":"8081","path":["patient","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a62bc043-93ad-4746-a0e6-8c1f44e938a2"},{"name":"Patient - Add test4","id":"07cf1228-e4e2-4921-8b97-54b75cc70ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"TestEarlyOnset\",\r\n    \"firstName\": \"Test\",\r\n    \"birthDate\": \"2002-06-28\",\r\n    \"sex\": \"F\",\r\n    \"address\": \"4 Valley Dr\",\r\n    \"phoneNumber\": \"400-555-6666\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/patient/add","urlObject":{"protocol":"http","port":"8081","path":["patient","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"07cf1228-e4e2-4921-8b97-54b75cc70ab5"}],"id":"3b1ed53c-cd94-4540-af28-73c2dcfc9956","description":"<p>Curl tests are performed for project objectives to test adding patient information datasets</p>\n","_postman_id":"3b1ed53c-cd94-4540-af28-73c2dcfc9956"},{"name":"Patient Microservice - GET Patient List","id":"307366eb-32b3-451b-84a0-edc1ecd7dd12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/patient/list","urlObject":{"protocol":"http","port":"8081","path":["patient","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"307366eb-32b3-451b-84a0-edc1ecd7dd12"},{"name":"Patient Microservice - GET ById","id":"3dbadc40-67f4-4b0c-b7bd-6b30b76c4ec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/patient/get/1","urlObject":{"protocol":"http","port":"8081","path":["patient","get","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3dbadc40-67f4-4b0c-b7bd-6b30b76c4ec1"},{"name":"Patient Microservice - GET By FamilyName","id":"050953c9-74d3-4a9c-b033-390aeb878ac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/patient/getByFamilyName?lastName=Clark","urlObject":{"protocol":"http","port":"8081","path":["patient","getByFamilyName"],"host":["localhost"],"query":[{"key":"lastName","value":"Clark"}],"variable":[]}},"response":[],"_postman_id":"050953c9-74d3-4a9c-b033-390aeb878ac9"},{"name":"Patient Microservice - GET LIST By Keyword","id":"a3379114-eb3a-4f34-9faf-08f7e0a2a804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/patient/list?keyword=Natalie","urlObject":{"protocol":"http","port":"8081","path":["patient","list"],"host":["localhost"],"query":[{"key":"keyword","value":"Natalie"}],"variable":[]}},"response":[],"_postman_id":"a3379114-eb3a-4f34-9faf-08f7e0a2a804"},{"name":"Patient Microservice - update","id":"c6ef1eac-9d9f-4b3d-94ff-c7feca7bb4ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"lastName Testing Postman\",\r\n    \"firstName\": \"firstName Testing Postman\",\r\n    \"birthDate\": \"2022-01-01\",\r\n    \"sex\": \"F\",\r\n    \"address\": \"Somewhere in the world UPDATING TO somewhere else\",\r\n    \"phoneNumber\": \"100-222-3333\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/patient/update/17","urlObject":{"protocol":"http","port":"8081","path":["patient","update","17"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6ef1eac-9d9f-4b3d-94ff-c7feca7bb4ec"},{"name":"Patient Microservice - GET delete","id":"33b74694-4b20-4cc1-8968-86c8fc8b8c0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/patient/delete/18","urlObject":{"protocol":"http","port":"8081","path":["patient","delete","18"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"33b74694-4b20-4cc1-8968-86c8fc8b8c0d"}],"id":"d30cc7f6-4d9d-4e8c-b4ba-8a8269e84c82","description":"<p><strong>Mediscreen - Patient Microservice</strong> is developed with _Spring Boot adopting <em>MVA</em> design pattern and Test Design Approach (TDD).</p>\n","_postman_id":"d30cc7f6-4d9d-4e8c-b4ba-8a8269e84c82"},{"name":"Patient history Microservice","item":[{"name":"CurlTests","item":[{"name":"Patient history - add note test1","id":"e82631f0-b807-4a7d-ad88-feb352d62607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": 1,\r\n     \"date\": \"2021-12-12\",\r\n    \"note\": \"Patient states that they are 'feeling terrific' Weight at or below recommended level\"\r\n}","options":{"raw":{"language":"text"}}},"url":"http://localhost:8082/note/add","urlObject":{"protocol":"http","port":"8082","path":["note","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e82631f0-b807-4a7d-ad88-feb352d62607"},{"name":"Patient history - add note test2_1","id":"ace7b7ef-57d1-48fd-b950-c22df8214dc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": 2,\r\n     \"date\": \"2021-12-12\",\r\n    \"note\": \"Patient states that they are feeling a great deal of stress at work Patient also complains that their hearing seems Abnormal as of late\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/note/add","urlObject":{"protocol":"http","port":"8082","path":["note","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ace7b7ef-57d1-48fd-b950-c22df8214dc4"},{"name":"Patient history - add note test2_2","id":"b11661d6-e15e-426f-8de2-e0f6a6385938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": 2,\r\n     \"date\": \"2021-12-12\",\r\n    \"note\": \"Patient states that they have had a Reaction to medication within last 3 months Patient also complains that their hearing continues to be problematic\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/note/add","urlObject":{"protocol":"http","port":"8082","path":["note","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b11661d6-e15e-426f-8de2-e0f6a6385938"},{"name":"Patient history - add note test3_1","id":"d3e06764-2af5-47b4-90d7-6184e2ab41f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": 3,\r\n     \"date\": \"2021-12-12\",\r\n    \"note\": \"Patient states that they quit within last year Patient also complains that of Abnormal breathing spells Lab reports Cholesterol LDL high\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/note/add","urlObject":{"protocol":"http","port":"8082","path":["note","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3e06764-2af5-47b4-90d7-6184e2ab41f9"},{"name":"Patient history - add note test3_2","id":"68a5733c-65ca-4fe7-9473-e9af5ef0a547","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": 3,\r\n     \"date\": \"2021-12-12\",\r\n    \"note\": \"Patient states that they are short term Smoker\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/note/add","urlObject":{"protocol":"http","port":"8082","path":["note","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"68a5733c-65ca-4fe7-9473-e9af5ef0a547"},{"name":"Patient history - add note test4_1","id":"6e501a49-f135-4ed8-8542-f3fda783b9b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": 4,\r\n     \"date\": \"2021-12-12\",\r\n    \"note\": \"Patient states that walking up stairs has become difficult Patient also complains that they are having shortness of breath Lab results indicate Antibodies present elevated Reaction to medication\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/note/add","urlObject":{"protocol":"http","port":"8082","path":["note","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e501a49-f135-4ed8-8542-f3fda783b9b2"},{"name":"Patient history - add note test4_2","id":"af7d1261-4e2d-4636-a0c1-e1d518582a16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": 4,\r\n     \"date\": \"2021-12-12\",\r\n    \"note\": \"Patient states that they are experiencing back pain when seated for a long time\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/note/add","urlObject":{"protocol":"http","port":"8082","path":["note","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"af7d1261-4e2d-4636-a0c1-e1d518582a16"},{"name":"Patient history - add note test4_3","id":"169ee841-6bc0-499a-85ce-6f165f4028de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": 4,\r\n     \"date\": \"2021-12-12\",\r\n    \"note\": \"Patient states that they are a short term Smoker Hemoglobin A1C above recommended level\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/note/add","urlObject":{"protocol":"http","port":"8082","path":["note","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"169ee841-6bc0-499a-85ce-6f165f4028de"},{"name":"Patient history - add note test4_4","id":"b2d9dd66-cfcc-47a8-af41-7b4e667a8333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": 4,\r\n     \"date\": \"2021-12-12\",\r\n    \"note\": \"Patient states that Body Height, Body Weight, Cholesterol, Dizziness and Reaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/note/add","urlObject":{"protocol":"http","port":"8082","path":["note","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2d9dd66-cfcc-47a8-af41-7b4e667a8333"}],"id":"80977600-a69e-49f4-9208-22eae577070c","_postman_id":"80977600-a69e-49f4-9208-22eae577070c","description":""},{"name":"Patient history POST Notes list","id":"9212d6e6-0678-4003-9636-46b791272942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8082/note/list/17","urlObject":{"protocol":"http","port":"8082","path":["note","list","17"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9212d6e6-0678-4003-9636-46b791272942"},{"name":"Patient history  GET ById","id":"d5e039ba-6f0f-45bd-820a-cb85e1f2fce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8082/note/get/61ec5b9b7a24ea477778ea5f","urlObject":{"protocol":"http","port":"8082","path":["note","get","61ec5b9b7a24ea477778ea5f"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5e039ba-6f0f-45bd-820a-cb85e1f2fce9"},{"name":"Patient history POST add","id":"4267ef5b-b5c9-4e2b-8ed2-26b42e91ca53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": 17,\r\n    \"id\": \"qfdjslfj\",\r\n    \"date\": \"2021-12-31\",\r\n    \"note\": \"DDDDXXXXXXXDDDD\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/note/add","urlObject":{"protocol":"http","port":"8082","path":["note","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4267ef5b-b5c9-4e2b-8ed2-26b42e91ca53"},{"name":"Patient history POST update note","id":"29927b7f-b52a-4aaf-a4f1-f5b9f8fdd2f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": 1,\r\n    \"id\": \"QQQQQQQQQ\",\r\n    \"date\": \"2021-12-31\",\r\n    \"note\": \"SSSSSSSSSSSSSSSSSS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/note/add","urlObject":{"protocol":"http","port":"8082","path":["note","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"29927b7f-b52a-4aaf-a4f1-f5b9f8fdd2f8"},{"name":"Patient history delete note","id":"637c31d8-c6b6-477c-866a-4dd826de0142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8082/note/delete/61ee60a89bd13253e4bc370a","urlObject":{"protocol":"http","port":"8082","path":["note","delete","61ee60a89bd13253e4bc370a"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"637c31d8-c6b6-477c-866a-4dd826de0142"}],"id":"a948cccc-9025-4ff7-9c98-fea73eb1aef9","_postman_id":"a948cccc-9025-4ff7-9c98-fea73eb1aef9","description":""},{"name":"Patient Assessment Microservice","item":[{"name":"Patient Assessment GET By Id","id":"4180bb6c-bf47-46a9-81ce-808e22e31c03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8083/assess/2","urlObject":{"protocol":"http","port":"8083","path":["assess","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4180bb6c-bf47-46a9-81ce-808e22e31c03"},{"name":"Patient Assessment ByLastName","id":"a7c0fb3a-f908-4558-b96f-7769b1af2f09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8083/assess/getByFamilyName?lastName=Clark","urlObject":{"protocol":"http","port":"8083","path":["assess","getByFamilyName"],"host":["localhost"],"query":[{"key":"lastName","value":"Clark"}],"variable":[]}},"response":[],"_postman_id":"a7c0fb3a-f908-4558-b96f-7769b1af2f09"}],"id":"5f4760da-4922-48ac-a623-26fd993e75bd","_postman_id":"5f4760da-4922-48ac-a623-26fd993e75bd","description":""},{"name":"UI - thymeleaf Frontend","item":[{"name":"Home","id":"49594fca-f405-4a56-b1f1-54c619e26130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/","urlObject":{"protocol":"http","port":"8080","path":[""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"49594fca-f405-4a56-b1f1-54c619e26130"},{"name":"Patient Microservice - GET Patient List","id":"3a0cdd5e-3661-4119-897f-69602b6dee35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/patient/list","urlObject":{"protocol":"http","port":"8080","path":["patient","list"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a0cdd5e-3661-4119-897f-69602b6dee35"},{"name":"Patient Microservice - GET Patient add","id":"18afb884-78da-4f00-9e84-fa47248979e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"lastName Testing Postman\",\r\n    \"firstName\": \"firstName Testing Postman\",\r\n    \"birthDate\": \"2022-01-01\",\r\n    \"sex\": \"F\",\r\n    \"address\": \"Somewhere in the world\",\r\n    \"phoneNumber\": \"111-111-1111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/patient/add","urlObject":{"protocol":"http","port":"8080","path":["patient","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"18afb884-78da-4f00-9e84-fa47248979e2"},{"name":"Patient Microservice - POST Patient Add","id":"173637ff-b60f-47e2-ad7f-36be9a0db854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"lastName Testing Postman\",\r\n    \"firstName\": \"firstName Testing Postman\",\r\n    \"birthDate\": \"2022-01-01\",\r\n    \"sex\": \"F\",\r\n    \"address\": \"Somewhere in the world\",\r\n    \"phoneNumber\": \"111-111-1111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/patient/validate","urlObject":{"protocol":"http","port":"8080","path":["patient","validate"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"173637ff-b60f-47e2-ad7f-36be9a0db854"},{"name":"Patient Microservice - GET Patient update","id":"76548e0f-79ab-4e60-8a60-299687ed6e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/patient/update/17","urlObject":{"protocol":"http","port":"8080","path":["patient","update","17"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"76548e0f-79ab-4e60-8a60-299687ed6e58"},{"name":"Patient Microservice - POST Patient Update","id":"92cfa841-e7fa-4bf1-8595-d6a0872f1194","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"17\",\r\n    \"lastName\": \"lastName Testing Postman\",\r\n    \"firstName\": \"firstName Testing Postman\",\r\n    \"birthDate\": \"2022-01-01\",\r\n    \"sex\": \"F\",\r\n    \"address\": \"Somewhere in the world CHANGED UPDATED\",\r\n    \"phoneNumber\": \"111-111-1111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/patient/update/17","urlObject":{"protocol":"http","port":"8080","path":["patient","update","17"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"92cfa841-e7fa-4bf1-8595-d6a0872f1194"},{"name":"Patient Microservice - GET Patient Delete","id":"149b2b73-d9da-4fda-bbc1-c2f4b0db8885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/patient/delete/16","urlObject":{"protocol":"http","port":"8080","path":["patient","delete","16"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"149b2b73-d9da-4fda-bbc1-c2f4b0db8885"},{"name":"Note Microservice - GET Note List","id":"2a06995f-fc59-438a-b6f9-f73ca369b668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/note/list/17","urlObject":{"protocol":"http","port":"8080","path":["note","list","17"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a06995f-fc59-438a-b6f9-f73ca369b668"},{"name":"Note Microservice - GET Note add","id":"bf963e30-cf10-4f41-a6dc-573784f17184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/note/add/17","urlObject":{"protocol":"http","port":"8080","path":["note","add","17"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf963e30-cf10-4f41-a6dc-573784f17184"},{"name":"Note Microservice - POST Note Add","id":"61d12dc4-a3a1-4408-8e3f-7c076d114454","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"patientId\": 17,\r\n     \"date\": \"2021-12-12\",\r\n    \"note\": \"Patient states that they are 'feeling terrific' Weight at or below recommended level\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/note/validate","urlObject":{"protocol":"http","port":"8080","path":["note","validate"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"61d12dc4-a3a1-4408-8e3f-7c076d114454"},{"name":"Note Microservice - GET Note Update","id":"f44b5c90-e05f-487b-861a-d88ee9e889e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/note/update/61ee57d89bd13253e4bc3709","urlObject":{"protocol":"http","port":"8080","path":["note","update","61ee57d89bd13253e4bc3709"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f44b5c90-e05f-487b-861a-d88ee9e889e6"},{"name":"Note Microservice - POST Note Update","id":"35a48d08-c6a8-455f-af2b-5343d2c7e1f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"noteId\": \"61ee57d89bd13253e4bc3709\",\r\n    \"patientId\": 17,\r\n     \"date\": \"2021-12-12\",\r\n    \"note\": \"someone something some more thing\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/note/update/61ee57d89bd13253e4bc3709","urlObject":{"protocol":"http","port":"8080","path":["note","update","61ee57d89bd13253e4bc3709"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"35a48d08-c6a8-455f-af2b-5343d2c7e1f2"},{"name":"Note Microservice - GET Note Delete","id":"272b64f5-aa52-4320-94a9-8f365ee772d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/note/delete/61ee57d89bd13253e4bc3709/17","urlObject":{"protocol":"http","port":"8080","path":["note","delete","61ee57d89bd13253e4bc3709","17"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"272b64f5-aa52-4320-94a9-8f365ee772d4"},{"name":"Report Microservice GET Asssement By Id","id":"88f2cb02-ef84-45ef-8b3d-cc65c956f9cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/assess/2","urlObject":{"protocol":"http","port":"8080","path":["assess","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"88f2cb02-ef84-45ef-8b3d-cc65c956f9cd"}],"id":"4152b946-349b-4436-bfeb-e562ea125e1f","_postman_id":"4152b946-349b-4436-bfeb-e562ea125e1f","description":""}]}