{"info":{"_postman_id":"4e9c0393-c37f-4c88-b513-39b6a8e882b6","name":"BESTMED Public API","description":"<html><head></head><body><p>The BestMed v1 APIs are designed to support <strong>resident admission and management</strong>. They provide endpoints to create, update, and retrieve resident demographics, location and status.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"48126604","collectionId":"4e9c0393-c37f-4c88-b513-39b6a8e882b6","publishedId":"2sB3HjNgnY","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"f8fafb","highlight":"FF6C37"},"publishDate":"2025-09-03T23:50:17.000Z"},"item":[{"name":"Version 1","item":[{"name":"Clinical Resident","item":[{"name":"New Resident","id":"19ab9c3a-69ea-4e88-9273-8dfc98e3bb5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/ClinicalResident","description":"<p>Use this API to make a resident available for admission on-boarding from the BestDose Add New Resident Wizard. Please note, a successful request to this API does not automatically admit a resident.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><code>FacilityId</code> <em>(Guid) (Required)</em><br />  Admits or updates the resident under the specified Facility Id.</li>\n</ul>\n","urlObject":{"path":["api","ClinicalResident"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"704b1680-916a-45c9-ae93-a36687c57b61","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ClinicalId\": \"akg393e00f4b762b76f1c94c8d5ebd449\",\r\n    \"SectionName\": \"Section F2\",\r\n    \"FirstName\": \"John\",\r\n    \"LastName\": \"Doe\",\r\n    \"PreferredName\": \"John\",\r\n    \"DoB\": \"1940-12-30\",\r\n    \"Gender\": \"M\",\r\n    \"Status\": \"Active\",\r\n    \"Title\": \"Mr\",\r\n    \"Address1\": \"11 EAST ST\",\r\n    \"Suburb\": \"GRANVILLE\",\r\n    \"PostCode\": \"2142\",\r\n    \"State\": \"NSW\",\r\n    \"RoomBedNumber\": \"906-A\",\r\n    \"ContactNumber\": \"0293723400\",\r\n    \"MedicareNumber\": \"2123456702\",\r\n    \"MedicareExpDate\": \"01/11/2025\",\r\n    \"PrescriberFirstName\": \"Kirrily\",\r\n    \"PrescriberLastName\": \"GREEN\",\r\n    \"PrescriberCode\": \"1307579\",\r\n    \"SupplyPharmacyId\": \"60b1178e-a8ab-45ba-98e0-8268b9b3dbae\",\r\n    \"SupplyPharmacyName\": \"Amazon Pharmacy_ NON BESTMED\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/ClinicalResident?Facilityid=53bca0fa-be96-441b-afd6-b3a1d8970383","host":["{{baseurl}}"],"path":["api","ClinicalResident"],"query":[{"key":"Facilityid","value":"53bca0fa-be96-441b-afd6-b3a1d8970383","description":"Use the GET Facility API to obtain the ID of the facility you intend to admit the resident to."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n   \"IsSuccess\":true,\r\n   \"ErrorMessages\":[\r\n   ],\r\n   \"StatusCode\":200,\r\n   \"Data\":{\r\n      \"ClinicalId\":\"akg393e00f4b762b76f1c94c8d5ebd449\",\r\n      \"FacilityId\":\"1e62812d-0e95-47cf-be42-91702a0a6587\"\r\n   }\r\n}"},{"id":"eb56234a-ce0d-4caf-9d32-fac26bcb13c1","name":"Validation Failure","originalRequest":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ClinicalId\": \"akg393e00f4b762b76f1c94c8d5ebd449\",\r\n    \"SectionName\": \"Section F2\",\r\n    \"FirstName\": \"John\",\r\n    \"LastName\": \"Doe\",\r\n    \"PreferredName\": \"John\",\r\n    \"DoB\": \"1940-12-30\",\r\n    \"Gender\": \"M\",\r\n    \"Status\": \"SocialLeave\",\r\n    \"Title\": \"Mr\",\r\n    \"Address1\": \"11 EAST ST\",\r\n    \"Suburb\": \"GRANVILLE\",\r\n    \"PostCode\": \"2142\",\r\n    \"State\": \"NSW\",\r\n    \"RoomBedNumber\": \"906-A\",\r\n    \"ContactNumber\": \"0293723400\",\r\n    \"MedicareNumber\": \"2123456702\",\r\n    \"MedicareExpDate\": \"01/11/2025\",\r\n    \"PrescriberFirstName\": \"Kirrily\",\r\n    \"PrescriberLastName\": \"GREEN\",\r\n    \"PrescriberCode\": \"1307579\",\r\n    \"SupplyPharmacyName\": \"Amazon Pharmacy_ NON BESTMED\",\r\n    \"SupplyPharmacyId\": \"60b1178e-a8ab-45ba-98e0-8268b9b3dbae\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/ClinicalResident?Facilityid=1E62812D-0E95-47CF-BE42-91702A0A6587","host":["{{baseurl}}"],"path":["api","ClinicalResident"],"query":[{"key":"Facilityid","value":"1E62812D-0E95-47CF-BE42-91702A0A6587","description":"Use the GET Facility API to obtain the ID of the facility you intend to admit the resident to."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n   \"IsSuccess\":false,\r\n   \"ErrorMessages\":[\r\n      \"Status 'Social Leave' requires SocialLeaveStartDate and SocialLeaveReturnDate to be provided\",\r\n      \"The field PrescriberCode is invalid value\"\r\n   ],\r\n   \"StatusCode\":400,\r\n   \"Data\":null\r\n}"}],"_postman_id":"19ab9c3a-69ea-4e88-9273-8dfc98e3bb5a"},{"name":"Update Resident","id":"19d2238c-912e-42da-9d33-8f2608079a67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/ClinicalResident","description":"<p>Use this API to update an admitted and linked resident in BestMed. Please note, a resident can only be updated once they have been successfully on-boarded in BestDose by the facility.</p>\n<h2 id=\"path-parameters\">Path Parameters</h2>\n<ul>\n<li><code>clinicalId</code> <em>(string) (Required)</em><br />  The unique identifier of the resident in the clinical system that was supplied to the New Resident API.</li>\n</ul>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><p><code>FacilityId</code> <em>(Guid) (Required)</em><br />  Admits or updates the resident under the specified Facility Id.</p>\n</li>\n<li><p><code>UpdateAction</code> (string) Required<br />  Specifies what the payload intends to update. This is an atomic operation therefore only one type of update can be performed within the same request. Accepted values:</p>\n<ul>\n<li><p>Demographics - This covers all properties specified in the <a href=\"https://go.postman.co/workspace/0ffd83fb-49a9-4563-9e23-cc67c36255fd/documentation/26512377-82abc05a-36f5-4b6e-9c59-213c7da54c75?entity=folder-3da5cd1b-a169-42e7-ab9c-ac052bc91c3c\">schema</a> except <code>Allergies.</code> You can include all the properties or only the ones that you intend to update. <code>Diagnosis</code> can be enabled for certain Facilities as a configurable setting to allow updating via the API.</p>\n</li>\n<li><p>Location - Updates <code>Section</code> and <code>RoomBedNumber</code></p>\n</li>\n<li><p>Status - Updates the resident status in BestMed. Refer to the <a href=\"https://go.postman.co/workspace/0ffd83fb-49a9-4563-9e23-cc67c36255fd/documentation/26512377-82abc05a-36f5-4b6e-9c59-213c7da54c75?entity=folder-3da5cd1b-a169-42e7-ab9c-ac052bc91c3c\">schema</a> for accpeted values.</p>\n</li>\n<li><p>Photo - Updates the resident photo</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","ClinicalResident"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"3739f100-a39a-4908-b020-be7ec4a030c5","name":"Demographics Update","originalRequest":{"method":"PUT","header":[{"key":"Ocp-Apim-Subscription-Key","value":"1519759ad5fd40caa13c2085bf7dfb30","type":"text"},{"key":"Username","value":"TH_whiddon_int","type":"text"},{"key":"Password","value":"7yv!pK^1MggVPo5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"DoB\": \"Tue Dec 23 2025 07:13:32 GMT+0000 (Coordinated Universal Time)\",\r\n    \"Address1\": \"229 Ward Spurs\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://bestmedbatapi.azure-api.net/bhsdemo/v1/api/ClinicalResident/akg393e00f4b762b76f1c94c8d5ebd449?Facilityid=1E62812D-0E95-47CF-BE42-91702A0A6587&UpdateAction=Demographics","protocol":"https","host":["bestmedbatapi","azure-api","net"],"path":["bhsdemo","v1","api","ClinicalResident","akg393e00f4b762b76f1c94c8d5ebd449"],"query":[{"key":"Facilityid","value":"1E62812D-0E95-47CF-BE42-91702A0A6587"},{"key":"UpdateAction","value":"Demographics"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n   \"IsSuccess\":true,\r\n   \"ErrorMessages\":[\r\n   ],\r\n   \"StatusCode\":200,\r\n   \"Data\":{\r\n      \"ClinicalId\":\"akg393e00f4b762b76f1c94c8d5ebd449\",\r\n      \"FacilityId\":\"1e62812d-0e95-47cf-be42-91702a0a6587\"\r\n   }\r\n}"},{"id":"a3f8e994-ebd0-4dc3-8f39-9ac89cf2e722","name":"Status Update","originalRequest":{"method":"PUT","header":[{"key":"Ocp-Apim-Subscription-Key","value":"1519759ad5fd40caa13c2085bf7dfb30","type":"text"},{"key":"Username","value":"TH_whiddon_int","type":"text"},{"key":"Password","value":"7yv!pK^1MggVPo5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Status\": \"SocialLeave\",\r\n    \"SocialLeaveStartDate\": \"Fri Jun 19 2026 06:00:18 GMT+0000 (Coordinated Universal Time)\",\r\n    \"SocialLeaveEndDate\": \"Mon Nov 23 2026 04:03:18 GMT+0000 (Coordinated Universal Time)\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://bestmedbatapi.azure-api.net/bhsdemo/v1/api/ClinicalResident/akg393e00f4b762b76f1c94c8d5ebd449?Facilityid=1E62812D-0E95-47CF-BE42-91702A0A6587&UpdateAction=Status","protocol":"https","host":["bestmedbatapi","azure-api","net"],"path":["bhsdemo","v1","api","ClinicalResident","akg393e00f4b762b76f1c94c8d5ebd449"],"query":[{"key":"Facilityid","value":"1E62812D-0E95-47CF-BE42-91702A0A6587"},{"key":"UpdateAction","value":"Status"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n   \"IsSuccess\":true,\r\n   \"ErrorMessages\":[\r\n   ],\r\n   \"StatusCode\":200,\r\n   \"Data\":{\r\n      \"ClinicalId\":\"akg393e00f4b762b76f1c94c8d5ebd449\",\r\n      \"FacilityId\":\"1e62812d-0e95-47cf-be42-91702a0a6587\"\r\n   }\r\n}"},{"id":"8f064eb2-bc2c-4014-b344-7803069a91b4","name":"Location Update","originalRequest":{"method":"PUT","header":[{"key":"Ocp-Apim-Subscription-Key","value":"1519759ad5fd40caa13c2085bf7dfb30","type":"text"},{"key":"Username","value":"TH_whiddon_int","type":"text"},{"key":"Password","value":"7yv!pK^1MggVPo5","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"RoomBedNumber\": \"905-B\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://bestmedbatapi.azure-api.net/bhsdemo/v1/api/ClinicalResident/akg393e00f4b762b76f1c94c8d5ebd449?Facilityid=1E62812D-0E95-47CF-BE42-91702A0A6587&UpdateAction=Location","protocol":"https","host":["bestmedbatapi","azure-api","net"],"path":["bhsdemo","v1","api","ClinicalResident","akg393e00f4b762b76f1c94c8d5ebd449"],"query":[{"key":"Facilityid","value":"1E62812D-0E95-47CF-BE42-91702A0A6587"},{"key":"UpdateAction","value":"Location"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n   \"IsSuccess\":true,\r\n   \"ErrorMessages\":[\r\n   ],\r\n   \"StatusCode\":200,\r\n   \"Data\":{\r\n      \"ClinicalId\":\"akg393e00f4b762b76f1c94c8d5ebd449\",\r\n      \"FacilityId\":\"1e62812d-0e95-47cf-be42-91702a0a6587\"\r\n   }\r\n}"},{"id":"38bfc70e-e24d-4421-8c98-9549a30dd30c","name":"Validation Failure","originalRequest":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Status\": \"SocialLeave\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/api/ClinicalResident/akg393e00f4b762b76f1c94c8d5ebd449?Facilityid=1E62812D-0E95-47CF-BE42-91702A0A6587&UpdateAction=Status","host":["{{baseurl}}"],"path":["api","ClinicalResident","akg393e00f4b762b76f1c94c8d5ebd449"],"query":[{"key":"Facilityid","value":"1E62812D-0E95-47CF-BE42-91702A0A6587","description":"Use the GET Facility API to obtain the ID of the facility you intend to admit the resident to."},{"key":"UpdateAction","value":"Status"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n   \"IsSuccess\":false,\r\n   \"ErrorMessages\":[\r\n      \"Status 'Social Leave' requires SocialLeaveStartDate and SocialLeaveReturnDate to be provided\",\r\n      \"The field PrescriberCode is invalid value\"\r\n   ],\r\n   \"StatusCode\":400,\r\n   \"Data\":null\r\n}"},{"id":"2aea095f-72c4-406c-987c-c4cf530bc85b","name":"Diagnosis Update","originalRequest":{"method":"PUT","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Diagnosis\": \"hypertension, diabetes\"\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/v1/api/ClinicalResident/{{ClinicalId}}?facilityId={{facilityId}}&updateAction=Demographics","host":["{{baseurl}}"],"path":["v1","api","ClinicalResident","{{ClinicalId}}"],"query":[{"key":"facilityId","value":"{{facilityId}}"},{"key":"updateAction","value":"Demographics"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessages\": [],\n    \"StatusCode\": 200,\n    \"Data\": {\n        \"ClinicalId\": \"akg393e00f4b762b76f1c94c8d5ebd449\",\n        \"FacilityId\": \"1e62812d-0e95-47cf-be42-91702a0a6587\"\n    }\n}"},{"id":"aafa3d93-d462-44e0-ac71-8acfa4fdd781","name":"Photo Update","originalRequest":{"method":"PUT","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Base64Image\": \"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\",\r\n    \"DateOfPhotoUTC\": \"2024-01-03\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseurl}}/v1/api/ClinicalResident/{{ClinicalId}}?facilityId={{facilityId}}&updateAction=Photo","host":["{{baseurl}}"],"path":["v1","api","ClinicalResident","{{ClinicalId}}"],"query":[{"key":"facilityId","value":"{{facilityId}}"},{"key":"updateAction","value":"Photo"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessages\": [],\n    \"StatusCode\": 200,\n    \"Data\": {\n        \"ClinicalId\": \"1a7ee47624b142dd\",\n        \"FacilityId\": \"1e62812d-0e95-47cf-be42-91702a0a6587\"\n    }\n}"}],"_postman_id":"19d2238c-912e-42da-9d33-8f2608079a67"}],"id":"46a71441-0a5c-4375-bc9f-4b5e25a60828","description":"<p>The Clinical Resident API's are primarily for resident admissions and post-admission updates from third-party clinical systems.</p>\n<h2 id=\"clinical-resident-object-schema\">Clinical Resident Object Schema</h2>\n<ul>\n<li><p><code>ClinicalId</code> <em>(string) (Required, Max length 50)</em><br />  Unique Resident Id from the clinical system.</p>\n</li>\n<li><p><code>Title</code> <em>(enum) (Optional)</em><br />  Accepted values:</p>\n<ul>\n<li><p>Mr</p>\n</li>\n<li><p>Mrs</p>\n</li>\n<li><p>Ms</p>\n</li>\n<li><p>Miss</p>\n</li>\n<li><p>Master</p>\n</li>\n</ul>\n</li>\n<li><p><code>FirstName</code> <em>(string) (Required, Max length 100)</em><br />  The given name of the resident being admitted</p>\n</li>\n<li><p><code>LastName</code> <em>(string) (Required, Max length 100)</em><br />  The family name of the resident being admitted</p>\n</li>\n<li><p><code>PreferredName</code> <em>(string) (Optional, Max length 50)</em><br />  The preferred name of the resident being admitted</p>\n</li>\n<li><p><code>DoB</code> <em>(date) (Required)</em><br />  Date of birth of the resident in <code>YYYY-MM-DD</code> format</p>\n</li>\n<li><p><code>Gender</code> <em>(enum) (Required)</em><br />  Accepted values:</p>\n<ul>\n<li><p><code>M</code> (Male)</p>\n</li>\n<li><p><code>F</code> (Female)</p>\n</li>\n<li><p><code>I</code> (Indeterminate)</p>\n</li>\n<li><p><code>N</code> (Not Stated)</p>\n</li>\n</ul>\n</li>\n<li><p><code>SectionName</code> <em>(string) (Required)</em><br />  A valid section/wing name that must match (case-senstive) an existing section in BestMed. The section must be created in BestMed prior to making the request.</p>\n</li>\n<li><p><code>RoomBedNumber</code> <em>(string) (Required, Max length 15)</em><br />  The room and bed number of the resident. There is no restriction on the format of this property as long as it is within the maximum character length.</p>\n</li>\n<li><p><code>Status</code> <em>(enum) (Required)</em><br />  The admission status of the resident in the clinical system should be mapped to a valid BestMed status. Accepted values:</p>\n<ul>\n<li><p><code>Active</code></p>\n</li>\n<li><p><code>InHospital</code></p>\n</li>\n<li><p><code>SocialLeave</code></p>\n</li>\n<li><p><code>Discharged</code> (for updates only)</p>\n</li>\n<li><p><code>Deceased</code> (for updates only)</p>\n</li>\n</ul>\n</li>\n<li><p><code>SocialLeaveStartDate</code> <em>(date) (Conditional)</em><br />  Date when the resident went on social leave. This is required only when the <code>Status</code> is <code>SocialLeave</code>.</p>\n<ul>\n<li><p>Required format: <code>YYYY-MM-DD</code>.</p>\n</li>\n<li><p>Must be on or after current date</p>\n</li>\n<li><p>If a future date is provided, the Status will remain <code>Active</code> in BestMed until the specified date.</p>\n</li>\n</ul>\n</li>\n<li><p><code>SocialLeaveReturnDate</code> <em>(date) (Conditional)</em><br />  Date when the resident will return from social leave. This is required only when the <code>Status</code> is <code>SocialLeave</code>.</p>\n<ul>\n<li><p>Required format: <code>YYYY-MM-DD</code>.</p>\n</li>\n<li><p>Must be after <code>SocialLeaveStartDate</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>Address1</code> <em>(string) (Optional, Max length 200)</em><br />  The street address of the resident</p>\n</li>\n<li><p><code>Suburb</code> <em>(string) (Optional, Max length 50)</em></p>\n</li>\n<li><p><code>PostCode</code> <em>(string) (Optional)</em></p>\n<ul>\n<li>Valid <a href=\"https://auspost.com.au/postcode\">AU Post Code</a>.</li>\n</ul>\n</li>\n<li><p><code>State</code> <em>(enum) (Optional)</em><br />  Valid AU State Abbreviation. Accepted values:</p>\n<ul>\n<li><p><code>ACT</code></p>\n</li>\n<li><p><code>NSW</code></p>\n</li>\n<li><p><code>NT</code></p>\n</li>\n<li><p><code>QLD</code></p>\n</li>\n<li><p><code>SA</code></p>\n</li>\n<li><p><code>TAS</code></p>\n</li>\n<li><p><code>VIC</code></p>\n</li>\n<li><p><code>WA</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>ContactNumber</code> <em>(string) (Optional, Max length 10)</em></p>\n</li>\n<li><p><code>Email</code> <em>(string) (Optional, Max length 200)</em></p>\n<ul>\n<li>Must satisfy the following pattern:</li>\n</ul>\n</li>\n<li><p><code>MedicareNumber</code> <em>(string) (Optional, Max length 15)</em></p>\n<ul>\n<li><p>Digits only</p>\n</li>\n<li><p>Include IRN (Individual Reference Number) if available</p>\n</li>\n</ul>\n</li>\n<li><p><code>MedicareExpDate</code> <em>(date) (Optional)</em></p>\n<ul>\n<li>Required format: <code>DD/MM/YYYY</code></li>\n</ul>\n</li>\n<li><p><code>ConcessionNumber</code> <em>(string) (Optional, Max length 15)</em><br />  Concession card number of the resident. Alpha-numeric characters are accepted as long as it is within the maximum character length.</p>\n</li>\n<li><p><code>ConcessionValidTo</code> <em>(date) (Optional)</em><br />  Expiry date of the concession card.</p>\n<ul>\n<li>Required format: <code>DD/MM/YYYY</code></li>\n</ul>\n</li>\n<li><p><code>RepatNumber</code> <em>(string) (Optional, Max length 10)</em><br />  DVA card number of the resident.</p>\n</li>\n<li><p><code>RepatColour</code> <em>(enum) (Optional)</em><br />  Accepted values:</p>\n<ul>\n<li><p><code>G</code> (Gold)</p>\n</li>\n<li><p><code>O</code> (Orange)</p>\n</li>\n<li><p><code>W</code> (White)</p>\n</li>\n</ul>\n</li>\n<li><p><code>SafetyNetNumber</code><em>(sting) (Optional)</em></p>\n<ul>\n<li>Valid AU Safety Net Number that satisfies the following pattern:</li>\n</ul>\n</li>\n<li><p><code>URNMRN</code> <em>(string) (Optoinal, Max length 20)</em></p>\n</li>\n<li><p><code>DiabeticNumber</code> <em>(string) (Optional, Max length 20)</em></p>\n</li>\n<li><p><code>Diagnosis</code> <em>(string) (Optional, Max length 1000)</em></p>\n</li>\n<li><p><code>Allergies</code> <em>(string) (Optional, Max length 500)</em></p>\n</li>\n<li><p><code>PrescriberCode</code> <em>(string) (Optional, Max length 40)</em><br />  If a code is provided, it must be a valid prescriber code registered in BestMed and linked to the facility the resident is being admitted to.</p>\n</li>\n<li><p><code>PrescriberFirstName</code> <em>(string) (Optional, Max length 200)</em></p>\n</li>\n<li><p><code>PrescriberLastName</code> <em>(string) (Optional, Max length 200)</em></p>\n</li>\n<li><p><code>PrescriberPhone</code> <em>(string) (Optional, Max length 40)</em></p>\n</li>\n<li><p><code>SupplyPharmacyId</code> <em>(GUID) (Optional)</em><br />  If provided, must be a valid Pharmacy Id in BestMed.</p>\n</li>\n<li><p><code>SupplyPharmacyName</code> <em>(string) (Optional)</em><br />  If provided, must match (case-senstive) a pharmacy in BestMed. This property is ignored if SupplyPharmacyId is provided.</p>\n</li>\n</ul>\n","_postman_id":"46a71441-0a5c-4375-bc9f-4b5e25a60828"},{"name":"BestMed Resident","item":[{"name":"Search Residents","id":"adebb46e-59f1-4c75-bc96-f71bbf454e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/Residents","description":"<p>Returns the list of residents across all facilties accessible by the integration account.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><p><code>LastUpdated</code> <em>(datetime) (Optional)</em><br />  If provided, returns the residents admitted or updated since the specified date in UTC and standard JSON Date Format otherwise returns all residents. NOTE: It is highly advisable to retrieve residents based on a timestamp as retrieving all the residents may cause significant delays in the response time.</p>\n</li>\n<li><p><code>Includes</code> <em>(string) (Optional)</em><br />  By default, the API only returns the Core Properties as part of the response. To include Extended Properties, a comma-seperated list needs to be provided. Accepted values (case sensitive):</p>\n<ul>\n<li><p>clinicalresidentid</p>\n</li>\n<li><p>preferredname</p>\n</li>\n<li><p>dva</p>\n</li>\n<li><p>facilityid</p>\n</li>\n<li><p>section</p>\n</li>\n<li><p>roomnumber</p>\n</li>\n<li><p>status</p>\n</li>\n<li><p>pharmacy</p>\n</li>\n<li><p>allergies</p>\n</li>\n<li><p>diagnosis</p>\n</li>\n<li><p>considerations</p>\n</li>\n<li><p>prescriber</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Actions that trigger the LastUpdated date of a resident to change:  </p>\n<p>1. Demographic Information Changes</p>\n<ul>\n<li><p>First Name, Last Name, Title, Gender, Date of Birth </p>\n</li>\n<li><p>Preferred Name, Diabetic Number, Pack Label </p>\n</li>\n<li><p>Address fields (Address1, Suburb, PostCode, State)</p>\n</li>\n<li><p>Contact/Identification numbers (Medicare, Repat, IHIN, URN/MRN)</p>\n</li>\n</ul>\n<p>2. Resident Status Changes</p>\n<ul>\n<li><p>Status transitions (Active → Discharged, etc.)</p>\n</li>\n<li><p>Social Leave start/return dates</p>\n</li>\n<li><p>Hospital admission/discharge status changes</p>\n</li>\n</ul>\n<p>3. Resident Allergies Updates</p>\n<ul>\n<li><p>Any addition, modification, or deletion of resident allergies</p>\n</li>\n<li><p>Updates to \"Nil Known\" allergy status</p>\n</li>\n<li><p>Updates to \"Other Allergies\" text field</p>\n</li>\n</ul>\n<p>4. Resident Considerations Updates</p>\n<ul>\n<li><p>Changes to clinical considerations</p>\n</li>\n<li><p>Pack Schedule Upload settings</p>\n</li>\n<li><p>Crush Medication flags</p>\n</li>\n<li><p>Any other resident-specific care considerations</p>\n</li>\n</ul>\n<p>5. Resident Diagnosis Updates</p>\n<ul>\n<li>Updates to resident diagnosis information</li>\n</ul>\n<p>6. Facility/Section/Room Changes</p>\n<ul>\n<li><p>Moving resident to different facility</p>\n</li>\n<li><p>Transferring resident to different section</p>\n</li>\n<li><p>Changing room/bed assignment</p>\n</li>\n</ul>\n<p>7. Resident Photo Updates</p>\n<ul>\n<li>When resident photos are uploaded or updated (via clinical system integrations)</li>\n</ul>\n<p>8. Resident Details via Add/Move Wizard</p>\n<ul>\n<li><p>Multi-step resident onboarding/transfer workflows</p>\n</li>\n<li><p>Community-to-community resident transfers</p>\n</li>\n</ul>\n","urlObject":{"path":["api","Residents"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"8d40de98-a8ab-47b3-9232-da123703e9fd","name":"Default List","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":{"raw":"{{baseurl}}/api/Residents?LastUpdated=2025-01-11T13:00","host":["{{baseurl}}"],"path":["api","Residents"],"query":[{"key":"LastUpdated","value":"2025-01-11T13:00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"bhsId\": \"f7da2f71-cc53-4180-af5d-23823ee297f4\",\n        \"firstName\": \"Brooke\",\n        \"lastName\": \"CORBETT\",\n        \"doB\": \"1963-11-10\",\n        \"gender\": \"F\",\n        \"medicareNumber\": \"4950177522\"\n    },\n    {\n        \"bhsId\": \"902150e7-72fc-4eea-a9fb-2f731879ba61\",\n        \"firstName\": \"RON\",\n        \"lastName\": \"ANSTEST\",\n        \"doB\": \"1964-10-20\",\n        \"gender\": \"F\",\n        \"medicareNumber\": \"39501327221\"\n    }\n]"},{"id":"5fb6175a-f4fa-4a39-89c3-1147a4d3a15a","name":"Include Status and Allergies","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":{"raw":"{{baseurl}}/api/Residents?LastUpdated=2025-01-11T13:00&Includes=status,allergies","host":["{{baseurl}}"],"path":["api","Residents"],"query":[{"key":"LastUpdated","value":"2025-01-11T13:00"},{"key":"Includes","value":"status,allergies"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"bhsId\": \"f7da2f71-cc53-4180-af5d-23823ee297f4\",\n        \"firstName\": \"Brooke\",\n        \"lastName\": \"CORBETT\",\n        \"doB\": \"1963-11-10\",\n        \"gender\": \"F\",\n        \"medicareNumber\": \"4950177522\",\n        \"status\": \"Active\",\n        \"medicationAllergies\": [\n            {\n                \"medication\": \" 600mg TAB (SALT)\",\n                \"allergyDescription\": null,\n                \"recordDate\": \"2020-08-14T00:00:00\"\n            }\n        ],\n        \"allergies\": \"NIKE Stroke CVA Accident (Sep 2013), Type 2 Diabetes Mellitus, HTN, High Cholesterol, GORD, Arthritis- R TKR 5 years ago, Poor Vision, Cognitive Impairment, Uses Walking Stick or Rollator\"\n    },\n    {\n        \"bhsId\": \"902150e7-72fc-4eea-a9fb-2f731879ba61\",\n        \"firstName\": \"RON\",\n        \"lastName\": \"ANSTEST\",\n        \"doB\": \"1964-10-20\",\n        \"gender\": \"F\",\n        \"medicareNumber\": \"39501327221\",\n        \"section\": \"Pineapple/Cherry\",\n        \"roomNumber\": \"991\",\n        \"status\": \"Active\",\n        \"medicationAllergies\": [],\n        \"allergies\": \"Nil Known\"\n    }\n]"}],"_postman_id":"adebb46e-59f1-4c75-bc96-f71bbf454e8f"},{"name":"Resident Schedules","id":"0b95e652-823c-439e-b0e0-8afd3819fe3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/Patients/{{residentId}}/Schedules","description":"<p>Retrieve medication schedules of a resident that were created in BESTpack in the last 3 days (facility local time). Replace <code>{{residentId}}</code> in the URL with the BestMed Resident ID.</p>\n","urlObject":{"path":["api","Patients","{{residentId}}","Schedules"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b95e652-823c-439e-b0e0-8afd3819fe3b"},{"name":"Resident Profile","id":"dd87d6b0-6f9a-422f-9a3b-dafb8e7bae55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/Patients/{{residentId}}/Profile","description":"<p>Retreive the medication profile of a resident from BestPack. Replace <code>{{residentId}}</code> in the URL with the BestMed Resident ID.</p>\n","urlObject":{"path":["api","Patients","{{residentId}}","Profile"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd87d6b0-6f9a-422f-9a3b-dafb8e7bae55"},{"name":"Psychotropic Assessment Info","id":"b25f0157-7c64-43e7-bd72-fef3257ae6b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api//PsychotropicAssessmentInfo?Id={{residentId}}","description":"<p>Retrieve Psychotropic Assesment information of a residents from BESTpack. Replace <code>{{residentId}}</code> in the URL with the BestMed Resident ID.</p>\n<h3 id=\"response-field-descriptions\">Response Field Descriptions</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>drugId</code></td>\n<td>GUID</td>\n<td>No</td>\n<td>Unique identifier of the psychotropic drug</td>\n</tr>\n<tr>\n<td><code>useActiveIngredient</code></td>\n<td>Boolean</td>\n<td>No</td>\n<td>Whether the active ingredient is used instead of brand name</td>\n</tr>\n<tr>\n<td><code>amtCtppId</code></td>\n<td>Long</td>\n<td>Yes</td>\n<td>AMT CTPP (Current Therapeutic Goods Products) ID</td>\n</tr>\n<tr>\n<td><code>amtTppId</code></td>\n<td>Long</td>\n<td>Yes</td>\n<td>AMT TPP (Therapeutic Products) ID</td>\n</tr>\n<tr>\n<td><code>amtMppId</code></td>\n<td>Long</td>\n<td>Yes</td>\n<td>AMT MPP (Medicinal Products) ID</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>DateTime (ISO 8601)</td>\n<td>No</td>\n<td>Date the medication was started</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>DateTime (ISO 8601)</td>\n<td>Yes</td>\n<td>Date the medication ended (null if ongoing)</td>\n</tr>\n<tr>\n<td><code>direction</code></td>\n<td>String</td>\n<td>No</td>\n<td>Administration instructions/directions</td>\n</tr>\n<tr>\n<td><code>drugBrandName</code></td>\n<td>String</td>\n<td>No</td>\n<td>Brand name of the drug</td>\n</tr>\n<tr>\n<td><code>drugGenericName</code></td>\n<td>String</td>\n<td>No</td>\n<td>Generic/chemical name of the drug</td>\n</tr>\n<tr>\n<td><code>drugStrength</code></td>\n<td>String</td>\n<td>No</td>\n<td>Drug strength (e.g., \"10 mg\")</td>\n</tr>\n<tr>\n<td><code>drugForm</code></td>\n<td>String</td>\n<td>No</td>\n<td>Drug form (e.g., \"Tablet\", \"Liquid\")</td>\n</tr>\n<tr>\n<td><code>scheduleType</code></td>\n<td>String</td>\n<td>No</td>\n<td>Schedule type (e.g., \"Regular\", \"PRN\")</td>\n</tr>\n<tr>\n<td><code>indication</code></td>\n<td>String</td>\n<td>No</td>\n<td>Clinical indication for prescribing the medication</td>\n</tr>\n<tr>\n<td><code>chemicalRestraint</code></td>\n<td>Boolean</td>\n<td>Yes</td>\n<td>Whether the drug is used as chemical restraint</td>\n</tr>\n<tr>\n<td><code>hasConsent</code></td>\n<td>Boolean</td>\n<td>No</td>\n<td>Whether informed consent has been obtained</td>\n</tr>\n<tr>\n<td><code>notConsentNote</code></td>\n<td>String</td>\n<td>No</td>\n<td>Note explaining lack of consent (empty if consent obtained)</td>\n</tr>\n<tr>\n<td><code>consentDate</code></td>\n<td>DateTime (ISO 8601)</td>\n<td>Yes</td>\n<td>Date consent was obtained</td>\n</tr>\n<tr>\n<td><code>firstReviewDate</code></td>\n<td>DateTime (ISO 8601)</td>\n<td>Yes</td>\n<td>Date of first clinical review</td>\n</tr>\n<tr>\n<td><code>nextReviewDate</code></td>\n<td>DateTime (ISO 8601)</td>\n<td>Yes</td>\n<td>Date of scheduled next review</td>\n</tr>\n<tr>\n<td><code>behaviourSupportPlanImplemented</code></td>\n<td>Boolean</td>\n<td>Yes</td>\n<td>Whether behaviour support plan is implemented</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"path":["api","","PsychotropicAssessmentInfo"],"host":["{{baseurl}}"],"query":[{"description":{"content":"<p>The resident ID in BESTMED to retrieve psychotropic assessment data for. Must be a valid GUID format.</p>\n","type":"text/plain"},"key":"Id","value":"{{residentId}}"}],"variable":[]}},"response":[{"id":"a7e8a3d2-b325-4920-8617-9a1372fae681","name":"Psychotropic Assessment Info","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":{"raw":"{{baseurl}}/api/PsychotropicAssessmentInfo?Id=3ac3d1ce-86fc-49a7-9e5f-88da5f123358","host":["{{baseurl}}"],"path":["api","PsychotropicAssessmentInfo"],"query":[{"key":"Id","value":"3ac3d1ce-86fc-49a7-9e5f-88da5f123358"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"drugId\": \"ddf26b05-287f-4f6c-94da-7a318f005326\",\n        \"useActiveIngredient\": false,\n        \"amtCtppId\": 652081000168100,\n        \"amtTppId\": 652071000168103,\n        \"amtMppId\": 27398011000036104,\n        \"startDate\": \"2025-01-14T00:00:00\",\n        \"endDate\": null,\n        \"direction\": \"Take TWO tablets at night\",\n        \"drugBrandName\": \"QUETIA 25\",\n        \"drugGenericName\": \"QUETIAPINE\",\n        \"drugStrength\": \"25mg\",\n        \"drugForm\": \"TAB\",\n        \"scheduleType\": \"Regular\",\n        \"indication\": \"Major depressive disorder\",\n        \"chemicalRestraint\": false,\n        \"hasConsent\": true,\n        \"notConsentNote\": \"\",\n        \"consentDate\": \"2025-03-26T00:00:00\",\n        \"firstReviewDate\": null,\n        \"nextReviewDate\": \"2026-05-25T08:18:29.087\",\n        \"behaviourSupportPlanImplemented\": true\n    },\n    {\n        \"drugId\": \"13491fc9-3ecd-4c3f-89a0-8ea38102d4b6\",\n        \"useActiveIngredient\": false,\n        \"amtCtppId\": 79010011000036104,\n        \"amtTppId\": 78819011000036109,\n        \"amtMppId\": 28071011000036107,\n        \"startDate\": \"2025-01-14T00:00:00\",\n        \"endDate\": null,\n        \"direction\": \"Take ONE tablet at night\",\n        \"drugBrandName\": \"LEXAM\",\n        \"drugGenericName\": \"ESCITALOPRAM\",\n        \"drugStrength\": \"10mg\",\n        \"drugForm\": \"TAB\",\n        \"scheduleType\": \"Regular\",\n        \"indication\": \"Depression\",\n        \"chemicalRestraint\": false,\n        \"hasConsent\": true,\n        \"notConsentNote\": \"\",\n        \"consentDate\": \"2025-03-26T00:00:00\",\n        \"firstReviewDate\": null,\n        \"nextReviewDate\": \"2026-05-25T08:18:26.68\",\n        \"behaviourSupportPlanImplemented\": false\n    }\n]"}],"_postman_id":"b25f0157-7c64-43e7-bd72-fef3257ae6b9"},{"name":"Antimicrobial Medication","id":"c2265f6b-f30e-4ace-8bb9-ab473f4e1099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/Patients/{{residentId}}/AntimicrobialMed","description":"<p>RetrieveAntimicrobial Medication information of a residents from BESTpack. Replace <code>{{residentId}}</code> in the URL with the BestMed Resident ID.</p>\n<h3 id=\"response-field-descriptions\">Response Field Descriptions</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>drugId</code></td>\n<td>GUID</td>\n<td>No</td>\n<td>Unique identifier of the antimicrobial drug</td>\n</tr>\n<tr>\n<td><code>useActiveIngredient</code></td>\n<td>Boolean</td>\n<td>No</td>\n<td>Whether the active ingredient is used instead of brand name</td>\n</tr>\n<tr>\n<td><code>amtCtppId</code></td>\n<td>Long</td>\n<td>Yes</td>\n<td>AMT CTPP (Current Therapeutic Goods Products) ID</td>\n</tr>\n<tr>\n<td><code>amtTppId</code></td>\n<td>Long</td>\n<td>Yes</td>\n<td>AMT TPP (Therapeutic Products) ID</td>\n</tr>\n<tr>\n<td><code>amtMppId</code></td>\n<td>Long</td>\n<td>Yes</td>\n<td>AMT MPP (Medicinal Products) ID</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>DateTime (ISO 8601)</td>\n<td>No</td>\n<td>Date the antimicrobial medication was started</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>DateTime (ISO 8601)</td>\n<td>Yes</td>\n<td>Date the antimicrobial medication ended (null if ongoing)</td>\n</tr>\n<tr>\n<td><code>direction</code></td>\n<td>String</td>\n<td>No</td>\n<td>Administration instructions/directions</td>\n</tr>\n<tr>\n<td><code>drugBrandName</code></td>\n<td>String</td>\n<td>No</td>\n<td>Brand name of the drug</td>\n</tr>\n<tr>\n<td><code>drugGenericName</code></td>\n<td>String</td>\n<td>No</td>\n<td>Generic/chemical name of the drug</td>\n</tr>\n<tr>\n<td><code>drugStrength</code></td>\n<td>String</td>\n<td>No</td>\n<td>Drug strength (e.g., \"500 mg\", \"500/125 mg\")</td>\n</tr>\n<tr>\n<td><code>drugForm</code></td>\n<td>String</td>\n<td>No</td>\n<td>Drug form (e.g., \"Tablet\", \"Capsule\", \"Liquid\")</td>\n</tr>\n<tr>\n<td><code>scheduleType</code></td>\n<td>String</td>\n<td>No</td>\n<td>Schedule type (e.g., \"Regular\", \"PRN\")</td>\n</tr>\n<tr>\n<td><code>indication</code></td>\n<td>String</td>\n<td>No</td>\n<td>Clinical indication for prescribing the antimicrobial</td>\n</tr>\n<tr>\n<td><code>basedOnPathologyResult</code></td>\n<td>Boolean</td>\n<td>No</td>\n<td>Whether prescription is based on pathology test results (e.g., culture, sensitivity)</td>\n</tr>\n<tr>\n<td><code>nextReviewDate</code></td>\n<td>DateTime (ISO 8601)</td>\n<td>Yes</td>\n<td>Date for next clinical review or reassessment</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"path":["api","Patients","{{residentId}}","AntimicrobialMed"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"f6b69153-20fc-4477-b027-285d8e3e4232","name":"Antimicrobial Medication","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/Patients/{{residentId}}/AntimicrobialMed"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"drugId\": \"dcccf937-b958-4a0f-bc64-31b8b092c565\",\n        \"useActiveIngredient\": false,\n        \"amtCtppId\": null,\n        \"amtTppId\": null,\n        \"amtMppId\": null,\n        \"startDate\": \"2025-01-31T00:00:00\",\n        \"endDate\": null,\n        \"direction\": \"PRN\",\n        \"drugBrandName\": \"CHEMISTS OWN CLOZOLE EXTRA CREAM 30G\",\n        \"drugGenericName\": \"HYDROCORTISONE + CLOTRIMAZOLE\",\n        \"drugStrength\": \"1%/1%\",\n        \"drugForm\": \"CRM\",\n        \"scheduleType\": \"PRN\",\n        \"indication\": \"RASH\",\n        \"basedOnPathologyResult\": false,\n        \"nextReviewDate\": null\n    }\n]"}],"_postman_id":"c2265f6b-f30e-4ace-8bb9-ab473f4e1099"}],"id":"928c7f62-4719-4786-9639-d583e1d4246f","description":"<p>The Resident object represents an admitted patient in the BestMed system. The API's below allow you to interact with a Resident using its unique Id.</p>\n<h2 id=\"resident-object-schema\">Resident Object Schema</h2>\n<h3 id=\"core-properties\">Core Properties</h3>\n<ul>\n<li><p><code>BHSId</code> <em>(guid)</em><br />  The Id of the resident in BestMed</p>\n</li>\n<li><p><code>FirstName</code> <em>(string)</em><br />  Given name of the resident</p>\n</li>\n<li><p><code>LastName</code> <em>(string</em>)<br />  Family name of the resident</p>\n</li>\n<li><p><code>DoB</code> <em>(date)</em><br />  Date of birth of the resident in <code>YYYY-MM-DD</code> format.</p>\n</li>\n<li><p><code>Gender</code> <em>(string)</em></p>\n</li>\n<li><p>MedicareNumber (string)</p>\n</li>\n</ul>\n<h3 id=\"extended-properties\">Extended Properties</h3>\n<ul>\n<li><p><code>ClinicalResidentId</code> <em>(string)</em><br />  The unique identifier of the resident in the clinical management system</p>\n</li>\n<li><p><code>FacilityId</code> <em>(guid)</em><br />  The BestMed facility Id of the resident</p>\n</li>\n<li><p><code>PreferredName</code> <em>(string)</em></p>\n</li>\n<li><p><code>Section</code> <em>(string)</em><br />  The section of the resident in BestMed</p>\n</li>\n<li><p><code>RoomNumber</code> <em>(string)</em><br />  The room and bed number of the resident</p>\n</li>\n<li><p><code>Status</code> <em>(string)</em><br />  Resident status in BestMed</p>\n</li>\n<li><p><code>SocialLeaveStartDate</code> <em>(date)</em></p>\n</li>\n<li><p><code>SocialLeaveEndDate</code> <em>(date)</em></p>\n</li>\n<li><p><code>RepatNumber</code> <em>(string)</em></p>\n</li>\n<li><p><code>RepatColour</code> <em>(string)</em></p>\n</li>\n<li><p><code>Pharmacy</code> <em>(object)</em></p>\n<ul>\n<li><p><code>Id</code> <em>(guid)</em><br />  Unique Id of the pharmacy in BestMed</p>\n</li>\n<li><p><code>Name</code> <em>(string)</em><br />  Name of the pharmacy in BestMed</p>\n</li>\n</ul>\n</li>\n<li><p><code>MedicationAllergies</code> <em>(object, nullable)</em></p>\n<ul>\n<li><p><code>Medication</code> <em>(string)</em><br />  Name of the medication</p>\n</li>\n<li><p><code>AllergyDescription</code> <em>(string)</em><br />  Details of the allergy</p>\n</li>\n<li><p><code>RecordDate</code> <em>(date)</em><br />  The date the allergy was recorded in BestMed</p>\n</li>\n</ul>\n</li>\n<li><p><code>Allergies</code> <em>(string)</em><br />  All allergies recorder under \"Other Allergies\" in a resident's profile.</p>\n</li>\n<li><p><code>Diagnosis</code> <em>(string)</em><br />  The diagnosis text in the resident's profile.</p>\n</li>\n<li><p><code>Considerations</code> <em>(object, nullable)</em></p>\n<ul>\n<li><p><code>SwallowingDifficulties</code> <em>(bool)</em><br />  Indicates if the resident has Swallowing Difficulties</p>\n</li>\n<li><p><code>CognativeImpairment</code> <em>(bool)</em><br />  Indicates if the resident is suffering Cognitive Impairment</p>\n</li>\n<li><p><code>DexterityDifficulties</code> <em>(bool)</em><br />  Indicates if the resident has Dexterity difficulties</p>\n</li>\n<li><p><code>ResistiveToMedicine</code> <em>(bool)</em><br />  Indicates if the resident is resistive to medicine</p>\n</li>\n<li><p><code>NilByMouth</code> <em>(bool)</em><br />  Indicates if the resident can’t take any medication by mouth</p>\n</li>\n<li><p><code>SelfAdministers</code> <em>(bool)</em><br />  Indicates if the resident self-administer medications</p>\n</li>\n<li><p><code>CrushAllMedications</code> <em>(bool)</em><br />  Indicates if all medications should be crushed</p>\n</li>\n<li><p><code>PhysicalDisability</code> <em>(bool)</em><br />  Indicates if the resident suffers physical disability</p>\n</li>\n<li><p><code>LiteracyOrLanguageIssues</code> <em>(bool)</em><br />  Indicates if the resident has literacy or language issues</p>\n</li>\n<li><p><code>ImmunoCompromised</code> <em>(bool)</em><br />  Indicates if the resident is Immunocompromised</p>\n</li>\n<li><p><code>Other</code> <em>(string)</em><br />  Free text consideration recorded by the nurses</p>\n</li>\n</ul>\n</li>\n<li><p><code>Prescriber</code> <em>(object)</em></p>\n<ul>\n<li><p><code>PrescriberNumber</code> <em>(string)</em><br />  The unique code of the prescriber in BestMed</p>\n</li>\n<li><p><code>FirstName</code> <em>(string)</em></p>\n</li>\n<li><p><code>LastName</code> <em>(string)</em></p>\n</li>\n<li><p><code>Email</code> <em>(string)</em></p>\n</li>\n<li><p><code>Phone</code> <em>(string)</em></p>\n</li>\n<li><p><code>Fax</code> <em>(string)</em></p>\n</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"928c7f62-4719-4786-9639-d583e1d4246f"},{"name":"Pharmacy","item":[{"name":"Pharmacies By Facility","id":"c9ad5473-6adf-43ea-bab3-0c0a23ffe5ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/Pharmacy?facilityId=7804a9a1-e44e-42e3-a76d-9d67e6331529","urlObject":{"path":["api","Pharmacy"],"host":["{{baseurl}}"],"query":[{"key":"facilityId","value":"7804a9a1-e44e-42e3-a76d-9d67e6331529"}],"variable":[]}},"response":[],"_postman_id":"c9ad5473-6adf-43ea-bab3-0c0a23ffe5ff"},{"name":"Pharmacy Details","id":"e9e7af92-d706-4a08-b320-c3807ac31a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/Pharmacy/44D5435A-EA9D-4F08-874D-534EE5618C83","urlObject":{"path":["api","Pharmacy","44D5435A-EA9D-4F08-874D-534EE5618C83"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9e7af92-d706-4a08-b320-c3807ac31a61"},{"name":"List all Pharmacies","id":"15f87a9c-dd9e-4a65-924c-3681532cf763","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/Pharmacy","description":"<p>Returns the list of pharmacies for the facilities associated with the integration user account.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><code>FacilityId</code> <em>(Guid) (Required)</em><br />  Return the pharmacies under the specified Facility Id.</li>\n</ul>\n<h2 id=\"pharmacy-object-schema\">Pharmacy Object Schema</h2>\n<ul>\n<li><p><code>Id</code> <em>(Guid)</em><br />  Unique Id of the pharmacy in the BestMed system</p>\n</li>\n<li><p><code>Name</code> <em>(string)</em><br />  Name of the pharmacy in BestMed</p>\n</li>\n<li><p><code>IsBestMedPharmacy</code> <em>(boolean)</em><br />  //TODO</p>\n</li>\n<li><p><code>IsMainPharmacy</code> <em>(boolean)</em><br />  //TODO</p>\n</li>\n<li><p><code>TotalResidents</code> <em>(integer)</em><br />  Total residents serviced by the pharmacy regardless of the status of the resident</p>\n</li>\n<li><p><code>TotalActiveResidents</code> <em>(integer)</em><br />  Total active residents serviced by the pharmacy</p>\n</li>\n</ul>\n","urlObject":{"path":["api","Pharmacy"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"18b8d0f1-cd16-40f8-99ed-2887bd2760cd","name":"List All","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":{"raw":"{{baseurl}}/api/Pharmacy?FacilityId=8948f39a-2f61-4b1c-8e79-0001824bf826","host":["{{baseurl}}"],"path":["api","Pharmacy"],"query":[{"key":"FacilityId","value":"8948f39a-2f61-4b1c-8e79-0001824bf826","description":"Use the GET Facility API to obtain the ID of the facility"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n   \"IsSuccess\":true,\r\n   \"ErrorMessages\":[\r\n      \r\n   ],\r\n   \"StatusCode\":200,\r\n   \"Data\":[\r\n      {\r\n         \"Id\":\"aa8f13bc-9f64-4517-b74d-e311ecdef69f\",\r\n         \"Name\":\"THE ALDER\",\r\n         \"IsBESTMEDPharmacy\":true,\r\n         \"IsMainPharmacy\":true,\r\n         \"TotalResidents\":1,\r\n         \"TotalActiveResidents\":1\r\n      },\r\n      {\r\n         \"Id\":\"60b1178e-a8ab-45ba-98e0-8268b9b3dbae\",\r\n         \"Name\":\"Amazon Pharmacy_ NON BESTMED\",\r\n         \"IsBESTMEDPharmacy\":false,\r\n         \"IsMainPharmacy\":false,\r\n         \"TotalResidents\":2,\r\n         \"TotalActiveResidents\":2\r\n      }\r\n   ]\r\n}"}],"_postman_id":"15f87a9c-dd9e-4a65-924c-3681532cf763"}],"id":"5a7fff37-f4df-4354-b806-29f3eaf658a5","_postman_id":"5a7fff37-f4df-4354-b806-29f3eaf658a5","description":""},{"name":"Report","item":[{"name":"Get NQIP","id":"f1a85b76-3eb7-4eb4-93d1-2cd3eeaec42e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"username","value":"{{Username}}","type":"text"},{"key":"password","value":"{{Password}}","type":"text"},{"key":"api-version","value":"{{ApiVersion}}","type":"text"}],"url":"{{baseurl}}/api/Report/NQIP?collectionDate=2023-09-01","urlObject":{"path":["api","Report","NQIP"],"host":["{{baseurl}}"],"query":[{"key":"collectionDate","value":"2023-09-01"}],"variable":[]}},"response":[],"_postman_id":"f1a85b76-3eb7-4eb4-93d1-2cd3eeaec42e"}],"id":"9b16e647-89d9-40db-ba43-7ddc6820a501","_postman_id":"9b16e647-89d9-40db-ba43-7ddc6820a501","description":""},{"name":"Prescriber","item":[{"name":"List All Prescribers","id":"8a01aeb1-8ebe-43c4-9e49-097ac7d7e710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/Prescriber","description":"<p>Returns the list of prescribers for the facilities associated with the integration user account.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><code>Code</code> <em>(string) (Optional)</em><br />  Return the prescribers that match the specified code.</li>\n</ul>\n<h2 id=\"prescriber-object-schema\">Prescriber Object Schema</h2>\n<ul>\n<li><p><code>Id</code> <em>(Guid)</em></p>\n</li>\n<li><p><code>FirstName</code> <em>(string)</em></p>\n</li>\n<li><p><code>LastName</code> <em>(string)</em></p>\n</li>\n<li><p><code>MobileNumber</code> <em>(string)</em></p>\n</li>\n<li><p><code>PrescriberCode</code> <em>(string)</em></p>\n</li>\n<li><p><code>LicenseNumber</code> <em>(string)</em></p>\n</li>\n<li><p><code>Type</code> <em>(enum)</em></p>\n<ul>\n<li><p><code>Doctor</code></p>\n</li>\n<li><p><code>Dietician</code></p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","Prescriber"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"6b3bd5ee-7be6-49e8-a7f7-2ad7b21acc19","name":"List All","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/Prescriber"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n   \"IsSuccess\":true,\r\n   \"ErrorMessages\":[\r\n      \r\n   ],\r\n   \"StatusCode\":200,\r\n   \"Data\":[\r\n      {\r\n         \"Id\":\"8948f39a-2f61-4b1c-8e79-0001824bf826\",\r\n         \"FirstName\":\"Jayne\",\r\n         \"LastName\":\"Mraz\",\r\n         \"Email\":\"Hallie.Crona@example.org\",\r\n         \"MobileNumber\":\"0400111222\",\r\n         \"PrescriberCode\":\"2292083\",\r\n         \"LicenseNumber\":null,\r\n         \"Type\":\"Doctor\"\r\n      },\r\n      {\r\n         \"Id\":\"95f15bf0-5914-43c6-b48e-54d9a257f6ce\",\r\n         \"FirstName\":\"Cordia\",\r\n         \"LastName\":\"Towne\",\r\n         \"Email\":\"Adele.Ledner@example.net\",\r\n         \"MobileNumber\":\"0400111222\",\r\n         \"PrescriberCode\":\"2299543\",\r\n         \"LicenseNumber\":null,\r\n         \"Type\":\"Doctor\"\r\n      }\r\n   ]\r\n}"},{"id":"62c203e0-ce87-438d-b4b0-397cc0a35aec","name":"Search Prescriber Code","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":{"raw":"{{baseurl}}/api/Prescriber?code=2292083","host":["{{baseurl}}"],"path":["api","Prescriber"],"query":[{"key":"code","value":"2292083"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n   \"IsSuccess\":true,\r\n   \"ErrorMessages\":[\r\n      \r\n   ],\r\n   \"StatusCode\":200,\r\n   \"Data\":[\r\n      {\r\n         \"Id\":\"8948f39a-2f61-4b1c-8e79-0001824bf826\",\r\n         \"FirstName\":\"General\",\r\n         \"LastName\":\"Adams\",\r\n         \"Email\":\"Bulah13@example.com\",\r\n         \"MobileNumber\":\"0400111222\",\r\n         \"PrescriberCode\":\"2292083\",\r\n         \"LicenseNumber\":null,\r\n         \"Type\":\"Doctor\"\r\n      }\r\n   ]\r\n}"}],"_postman_id":"8a01aeb1-8ebe-43c4-9e49-097ac7d7e710"}],"id":"6b5ef6f1-9bd7-481d-aa21-4346eb95779a","_postman_id":"6b5ef6f1-9bd7-481d-aa21-4346eb95779a","description":""},{"name":"Progress Note","item":[{"name":"Search Progress Notes","id":"70612019-814a-4eee-a33a-69bf20d7649f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"},{"key":"api-version","value":"{{ApiVersion}}","type":"text"}],"url":"{{baseurl}}/api/ProgressNotes","description":"<p>Retrieve the progress notes across all facilties</p>\n","urlObject":{"path":["api","ProgressNotes"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"cf1622c5-27b5-472d-a858-86ce98ccc4fd","name":"StartDate filter","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"},{"key":"api-version","value":"{{ApiVersion}}","type":"text"}],"url":{"raw":"{{baseurl}}/api/ProgressNotes?StartDate=2021-01-01T00:15:22","host":["{{baseurl}}"],"path":["api","ProgressNotes"],"query":[{"key":"StartDate","value":"2021-01-01T00:15:22"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"residentId\": \"d4c1b5ee-d8e9-4db8-a7bf-f3cec8c5120e\",\r\n    \"clinicalResidentId\": null,\r\n    \"progressNoteId\": \"e0955106-a142-4b39-8507-7f7381227341\",\r\n    \"progressNotesDate\": \"2021-01-01T00:15:22.813\",\r\n    \"progressNotesText\": \"Missed Administration - Missed Med: CLOMIPRAMINE 25mg TAB (CLOMIPRAMINE (GENRX)), DoseRound: 31-12-2020 2156\",\r\n    \"progressNotesType\": \"Missed Administration - Missed Med\",\r\n    \"progressNotesRecordBy\": \"System\"\r\n  },\r\n  {\r\n    \"residentId\": \"345f92e7-2465-49dc-bb86-0cddbf97993c\",\r\n    \"clinicalResidentId\": null,\r\n    \"progressNoteId\": \"d7179338-ae39-429e-9c85-ba15bd8dccf4\",\r\n    \"progressNotesDate\": \"2021-01-01T00:15:22.893\",\r\n    \"progressNotesText\": \"Missed Administration - Missed Med: TEMAZEPAM 10mg TAB (TEMAZE        ), DoseRound: 31-12-2020 2200\",\r\n    \"progressNotesType\": \"Missed Administration - Missed Med\",\r\n    \"progressNotesRecordBy\": \"System\"\r\n  },\r\n]"}],"_postman_id":"70612019-814a-4eee-a33a-69bf20d7649f"},{"name":"Search Progress Notes By Resident","id":"eb770c74-44fe-45b9-ac9f-cb8a5f239cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"},{"key":"api-version","value":"{{ApiVersion}}","type":"text"}],"url":"{{baseurl}}/api/ProgressNotes/{{residentId}}","description":"<p>Retrive progress notes for a specific resident</p>\n","urlObject":{"path":["api","ProgressNotes","{{residentId}}"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"6c1c8ef2-9b76-42c0-b0be-3be4f8458bde","name":"StartDate filter","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"},{"key":"api-version","value":"{{ApiVersion}}","type":"text"}],"url":{"raw":"{{baseurl}}/api/ProgressNotes/85091baa-068a-4a1d-b4c0-9d47f144b361?StartDate=2021-01-01T00:15:22","host":["{{baseurl}}"],"path":["api","ProgressNotes","85091baa-068a-4a1d-b4c0-9d47f144b361"],"query":[{"key":"StartDate","value":"2021-01-01T00:15:22"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"residentId\": \"85091baa-068a-4a1d-b4c0-9d47f144b361\",\r\n    \"clinicalResidentId\": null,\r\n    \"progressNoteId\": \"972625a2-32c0-4fc4-91f2-f2c0df3b220d\",\r\n    \"progressNotesDate\": \"2021-01-01T00:15:22.953\",\r\n    \"progressNotesText\": \"Missed Administration - Missed Med: TEMAZEPAM 10mg TAB (TEMAZEPAM (APO)), DoseRound: 31-12-2020 2200\",\r\n    \"progressNotesType\": \"Missed Administration - Missed Med\",\r\n    \"progressNotesRecordBy\": \"System\"\r\n  },\r\n  {\r\n    \"residentId\": \"85091baa-068a-4a1d-b4c0-9d47f144b361\",\r\n    \"clinicalResidentId\": null,\r\n    \"progressNoteId\": \"a4c91add-de5a-4819-9c16-d72fbce569c0\",\r\n    \"progressNotesDate\": \"2021-01-01T09:15:19.063\",\r\n    \"progressNotesText\": \"Missed Administration - Missed Med: HYDROXYCARBAMIDE 500mg CAP (HYDREA ), INS ASPART/INS ASPART PROT SUS 100 units/mL, 3mL 5 INJ (NOVOMIX 30 PENFILL), MACROGOL 3350+NACL+KCL+HCO3 13.125g, 30 SACH (MOVICOL), METFORMIN HCL 500mg TAB (METFORMIN (APO)), FUROSEMIDE 20mg TAB (FRUSEMIDE (APO)), OXYCODONE 20mg CR-TAB (OXYCONTIN ORIG-FORM), ATORVASTATIN 20mg TAB (ATORVASTATIN (APO)), PARACETAMOL 500mg, 100 TAB (PARACETAMOL (APO)), DoseRound: 01-01-2021 0800\",\r\n    \"progressNotesType\": \"Missed Administration - Missed Med\",\r\n    \"progressNotesRecordBy\": \"System\"\r\n  },\r\n  {\r\n    \"residentId\": \"85091baa-068a-4a1d-b4c0-9d47f144b361\",\r\n    \"clinicalResidentId\": null,\r\n    \"progressNoteId\": \"928f2f7d-cd99-418c-b76e-0742d6d38931\",\r\n    \"progressNotesDate\": \"2021-01-01T09:45:14.9\",\r\n    \"progressNotesText\": \"Missed Administration - Missed Med: LEVOTHYROXINE SODIUM 50mcg TAB (EUTROXSIG), METOCLOPRAMIDE HCL 10mg TAB (PRAMIN 25 25), DoseRound: 01-01-2021 0730\",\r\n    \"progressNotesType\": \"Missed Administration - Missed Med\",\r\n    \"progressNotesRecordBy\": \"System\"\r\n  },\r\n  {\r\n    \"residentId\": \"85091baa-068a-4a1d-b4c0-9d47f144b361\",\r\n    \"clinicalResidentId\": null,\r\n    \"progressNoteId\": \"666464d4-80b4-4915-b240-9988025b0bd8\",\r\n    \"progressNotesDate\": \"2021-01-01T13:15:24.467\",\r\n    \"progressNotesText\": \"Missed Administration - Missed Med: INS ASPART/INS ASPART PROT SUS 100 units/mL, 3mL 5 INJ (NOVOMIX 30 PENFILL), FUROSEMIDE 20mg TAB (FRUSEMIDE (APO)), PARACETAMOL 500mg, 100 TAB (PARACETAMOL (APO)), DoseRound: 01-01-2021 1200\",\r\n    \"progressNotesType\": \"Missed Administration - Missed Med\",\r\n    \"progressNotesRecordBy\": \"System\"\r\n  },\r\n  {\r\n    \"residentId\": \"85091baa-068a-4a1d-b4c0-9d47f144b361\",\r\n    \"clinicalResidentId\": null,\r\n    \"progressNoteId\": \"6321d6dd-1670-4ec4-a1de-2a826150b5c5\",\r\n    \"progressNotesDate\": \"2021-01-01T13:45:19.407\",\r\n    \"progressNotesText\": \"Missed Administration - Missed Med: METOCLOPRAMIDE HCL 10mg TAB (PRAMIN 25 25), DoseRound: 01-01-2021 1130\",\r\n    \"progressNotesType\": \"Missed Administration - Missed Med\",\r\n    \"progressNotesRecordBy\": \"System\"\r\n  }\r\n]"}],"_postman_id":"eb770c74-44fe-45b9-ac9f-cb8a5f239cfa"}],"id":"b46e74cd-b1cc-4583-8e69-55a4b2cc40e9","description":"<p>Returns a list of progress notes recorded against the residents that are associated with the facilit(ies) of the API account. The results can be filtered using various parameters including narrowing down to a specific resident as detailed below.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><p><code>StartDate</code> <em>(DateTime)</em><br />  Use <code>StartDate</code> if all facilties are in the same time zone which means the date time provided would be considered as local time. Values can be any <a href=\"https://www.rfc-editor.org/rfc/rfc3339.html#page-6\">RFC3339</a> complaint format without the timezone offset.</p>\n</li>\n<li><p><code>StartDateUtc</code> _(DateTime)<br />  _If your facilities are spread across multiple timezones, it is recommended to use the <code>StartDateUtc</code> parameter instead of <code>StartDate</code> parameter. Values should be <a href=\"https://www.rfc-editor.org/rfc/rfc3339.html#page-6\">RFC3339</a> complaint UTC format.</p>\n</li>\n<li><p><code>EndDate</code> <em>(DateTime)</em> <em>(Optional)</em><br />  Use <code>EndDate</code> if all facilties are in the same time zone which means the date time provided would be considered as local time. Values can be any <a href=\"https://www.rfc-editor.org/rfc/rfc3339.html#page-6\">RFC3339</a> complaint format without the timezone offset. Defaults to 1 month from <code>StartDate</code>.</p>\n</li>\n<li><p><code>EndDateUtc</code> _(DateTime) (Optional)<br />  _If your facilities are spread across multiple timezones, it is recommended to use the <code>EndDateUtc</code> parameter instead of <code>EndDate</code> parameter. Values should be <a href=\"https://www.rfc-editor.org/rfc/rfc3339.html#page-6\">RFC3339</a> complaint UTC format. Defaults to 1 month from <code>StartDateUtc</code>.</p>\n</li>\n<li><p><code>FacilityId</code> <em>(GUID) (Optional)</em><br />  A valid BestMed Facility ID. Defaults to all facilities accessible by the API account if no value is provided.</p>\n</li>\n</ul>\n<h2 id=\"progress-note-object-schema\">Progress Note Object Schema</h2>\n<ul>\n<li><p><code>ResidentId</code> <em>(GUID)</em><br />  Unique identifier of the Resident in BestMed</p>\n</li>\n<li><p><code>ProgressNoteId</code> <em>(GUID)</em><br />  Unique identifier of the progress note in BestMed</p>\n</li>\n<li><p><code>ProgressNotesDate</code> <em>(DateTime)</em><br />  Date and time the progress note was recorded in either facility local time or UTC depending on with start date parameter was used.</p>\n</li>\n<li><p><code>ProgressNotesText</code> <em>(String)</em><br />  Details of the recorded progress note</p>\n</li>\n<li><p><code>ProgressNotesType</code> <em>(String)</em><br />  Unique type code of the progress note in BestMed. Refer to the types section for details.</p>\n</li>\n<li><p><code>ProgressNotesRecordedBy</code> <em>(String)</em><br />  Name and job title of the facility staff who recorded the progress note.</p>\n</li>\n</ul>\n<h2 id=\"supported-progress-note-event-types\">Supported Progress Note Event Types</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Allergies</td>\n<td>Allergies updated</td>\n</tr>\n<tr>\n<td>Emergency</td>\n<td>Emergency medication administration</td>\n</tr>\n<tr>\n<td>Incident Report logged</td>\n<td>Incident report logged</td>\n</tr>\n<tr>\n<td>Missed Administration – Reason code recorded</td>\n<td>A missed administration with a reason code recorded</td>\n</tr>\n<tr>\n<td>Medication change</td>\n<td>Medication change event</td>\n</tr>\n<tr>\n<td>Manual</td>\n<td>Manual free text progress note entered by facility staff</td>\n</tr>\n<tr>\n<td>Missed Administration - No Reason give</td>\n<td>A missed administration without a reason code</td>\n</tr>\n<tr>\n<td>NIM</td>\n<td>NIM administration</td>\n</tr>\n<tr>\n<td>NIM Effectiveness</td>\n<td>Corresponding effectiveness of a NIM administration</td>\n</tr>\n<tr>\n<td>PRN</td>\n<td>PRN administration</td>\n</tr>\n<tr>\n<td>PRN Effectiveness</td>\n<td>Corresponding effectiveness of a PRN administration</td>\n</tr>\n<tr>\n<td>Paper signed</td>\n<td>Paper signed</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"b46e74cd-b1cc-4583-8e69-55a4b2cc40e9"},{"name":"Observation","item":[{"name":"Search Observations","id":"7d3f972d-1d66-4dd8-92e1-7138ad2628d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/Observations/","description":"<p>Retrieve Observations across all facilities</p>\n","urlObject":{"path":["api","Observations",""],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"e08b1860-aec1-4d9a-ad08-fa2f28a4afbf","name":"From Filter","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":{"raw":"{{baseurl}}/api/Observations?From=2021-01-01T00:00","host":["{{baseurl}}"],"path":["api","Observations"],"query":[{"key":"From","value":"2021-01-01T00:00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"clinicalResidentId\": null,\r\n    \"obsId\": \"505a473e-69a8-4144-a3a6-f1c95019ee84\",\r\n    \"residentId\": \"85091baa-068a-4a1d-b4c0-9d47f144b361\",\r\n    \"obsDate\": \"2021-08-18T20:13:09\",\r\n    \"obsType\": \"Weight\",\r\n    \"obsValue1\": 3,\r\n    \"obsValue2\": null,\r\n    \"obsText\": null,\r\n    \"obsRecordedBy\": \"Integration, FRANECKI MANAGEMENT, DemoAPI\"\r\n  },\r\n  {\r\n    \"clinicalResidentId\": null,\r\n    \"obsId\": \"0be595b1-b793-4e5c-bbfc-f2195cfa5f0e\",\r\n    \"residentId\": \"85091baa-068a-4a1d-b4c0-9d47f144b361\",\r\n    \"obsDate\": \"2021-08-18T20:13:17\",\r\n    \"obsType\": \"Temperature\",\r\n    \"obsValue1\": 37,\r\n    \"obsValue2\": null,\r\n    \"obsText\": null,\r\n    \"obsRecordedBy\": \"Integration, FRANECKI MANAGEMENT, DemoAPI\"\r\n  }\r\n]"},{"id":"72402999-3a2d-464e-a534-547fd86524e9","name":"FromUtc Filter","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":{"raw":"{{baseurl}}/api/Observations?FromUtc=2025-11-10T03:06","host":["{{baseurl}}"],"path":["api","Observations"],"query":[{"key":"FromUtc","value":"2025-11-10T03:06"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"[\r\n   {\r\n      \"clinicalResidentId\":null,\r\n      \"obsId\":\"49962836-23ff-4d1d-9613-6f9e8848ab42\",\r\n      \"residentId\":\"63962f14-a4d1-46d7-a6c8-4c6aefc7641a\",\r\n      \"obsDate\":\"2025-11-10T03:06:21.207\",\r\n      \"obsType\":\"BGL\",\r\n      \"obsValue1\":12.0,\r\n      \"obsValue2\":null,\r\n      \"obsText\":null,\r\n      \"obsRecordedBy\":\"Offline App Manager, STEVE MAI, smo\"\r\n   },\r\n   {\r\n      \"clinicalResidentId\":null,\r\n      \"obsId\":\"a352b24e-a887-4509-b2b5-34a94d59014f\",\r\n      \"residentId\":\"63962f14-a4d1-46d7-a6c8-4c6aefc7641a\",\r\n      \"obsDate\":\"2025-11-10T03:21:14.063\",\r\n      \"obsType\":\"BGL\",\r\n      \"obsValue1\":32.0,\r\n      \"obsValue2\":null,\r\n      \"obsText\":null,\r\n      \"obsRecordedBy\":\"Offline App Manager, STEVE MAI, smo\"\r\n   },\r\n   {\r\n      \"clinicalResidentId\":null,\r\n      \"obsId\":\"7f4d60f5-782d-4205-b3a1-d7d82a4e2add\",\r\n      \"residentId\":\"df0ef471-e058-4ea5-8e9f-30a05f62c772\",\r\n      \"obsDate\":\"2025-11-10T06:51:49.253\",\r\n      \"obsType\":\"BGL\",\r\n      \"obsValue1\":2.0,\r\n      \"obsValue2\":null,\r\n      \"obsText\":null,\r\n      \"obsRecordedBy\":\"MANAGER123, KIRRILY GREEN, trieu.manager\"\r\n   }\r\n]"},{"id":"4aa8502a-68b4-4515-bf8d-a1cb60b0106f","name":"FacilityId Filter","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":{"raw":"{{baseurl}}/api/Observations?facilityId=6B2C6590-385C-4338-84DB-48D7229EEC66&fromUtc=2025-11-10T03:06","host":["{{baseurl}}"],"path":["api","Observations"],"query":[{"key":"facilityId","value":"6B2C6590-385C-4338-84DB-48D7229EEC66"},{"key":"fromUtc","value":"2025-11-10T03:06"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"[\r\n   {\r\n      \"clinicalResidentId\":null,\r\n      \"obsId\":\"49962836-23ff-4d1d-9613-6f9e8848ab42\",\r\n      \"residentId\":\"63962f14-a4d1-46d7-a6c8-4c6aefc7641a\",\r\n      \"obsDate\":\"2025-11-10T03:06:21.207\",\r\n      \"obsType\":\"BGL\",\r\n      \"obsValue1\":12.0,\r\n      \"obsValue2\":null,\r\n      \"obsText\":null,\r\n      \"obsRecordedBy\":\"Offline App Manager, STEVE MAI, smo\"\r\n   },\r\n   {\r\n      \"clinicalResidentId\":null,\r\n      \"obsId\":\"a352b24e-a887-4509-b2b5-34a94d59014f\",\r\n      \"residentId\":\"63962f14-a4d1-46d7-a6c8-4c6aefc7641a\",\r\n      \"obsDate\":\"2025-11-10T03:21:14.063\",\r\n      \"obsType\":\"BGL\",\r\n      \"obsValue1\":32.0,\r\n      \"obsValue2\":null,\r\n      \"obsText\":null,\r\n      \"obsRecordedBy\":\"Offline App Manager, STEVE MAI, smo\"\r\n   },\r\n   {\r\n      \"clinicalResidentId\":null,\r\n      \"obsId\":\"7f4d60f5-782d-4205-b3a1-d7d82a4e2add\",\r\n      \"residentId\":\"df0ef471-e058-4ea5-8e9f-30a05f62c772\",\r\n      \"obsDate\":\"2025-11-10T06:51:49.253\",\r\n      \"obsType\":\"BGL\",\r\n      \"obsValue1\":2.0,\r\n      \"obsValue2\":null,\r\n      \"obsText\":null,\r\n      \"obsRecordedBy\":\"MANAGER123, KIRRILY GREEN, trieu.manager\"\r\n   }\r\n]"}],"_postman_id":"7d3f972d-1d66-4dd8-92e1-7138ad2628d8"},{"name":"Search Observations By Resident","id":"8e2f2c7d-9932-4c8f-ba33-4a1ca1131595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/Observations/","description":"<p>Retrieve Observations for a specific resident</p>\n","urlObject":{"path":["api","Observations",""],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"65c1ef06-d98c-4b0f-bc3e-ebb86eaf0d7f","name":"Get By Resident ID","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Username","value":"{{Username}}","type":"text"},{"key":"Password","value":"{{Password}}","type":"text"}],"url":"{{baseurl}}/api/Observations/85091BAA-068A-4A1D-B4C0-9D47F144B361"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"[\r\n   {\r\n      \"clinicalResidentId\":null,\r\n      \"obsId\":\"505a473e-69a8-4144-a3a6-f1c95019ee84\",\r\n      \"residentId\":\"85091baa-068a-4a1d-b4c0-9d47f144b361\",\r\n      \"obsDate\":\"2021-08-18T20:13:09\",\r\n      \"obsType\":\"Weight\",\r\n      \"obsValue1\":3,\r\n      \"obsValue2\":null,\r\n      \"obsText\":null,\r\n      \"obsRecordedBy\":\"Integration, FRANECKI MANAGEMENT, DemoAPI\"\r\n   },\r\n   {\r\n      \"clinicalResidentId\":null,\r\n      \"obsId\":\"0be595b1-b793-4e5c-bbfc-f2195cfa5f0e\",\r\n      \"residentId\":\"85091baa-068a-4a1d-b4c0-9d47f144b361\",\r\n      \"obsDate\":\"2021-08-18T20:13:17\",\r\n      \"obsType\":\"Temperature\",\r\n      \"obsValue1\":37,\r\n      \"obsValue2\":null,\r\n      \"obsText\":null,\r\n      \"obsRecordedBy\":\"Integration, FRANECKI MANAGEMENT, DemoAPI\"\r\n   }\r\n]"}],"_postman_id":"8e2f2c7d-9932-4c8f-ba33-4a1ca1131595"}],"id":"f273e3ea-96ff-4ce7-9e58-48e8d64295a3","description":"<p>Returns a list of observations recorded against the residents that are associated with the facilit(ies) of the API account. The results can be filtered using various parameters including narrowing down to a specific resident as detailed below.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><p><code>From</code> <em>(DateTime)</em><br />  Use <code>From</code> if all facilties are in the same time zone which means the date time provided would be considered as local time. Values can be any <a href=\"https://www.rfc-editor.org/rfc/rfc3339.html#page-6\">RFC3339</a> complaint format without the timezone offset.</p>\n</li>\n<li><p><code>FromUtc</code> <em>(DateTime)</em><br />  If your facilities are spread across multiple timezones, it is recommended to use the <code>FromUtc</code> parameter instead of <code>FromDate</code> parameter. Values should be <a href=\"https://www.rfc-editor.org/rfc/rfc3339.html#page-6\">RFC3339</a> complaint UTC format.</p>\n</li>\n<li><p><code>FacilityId</code> <em>(GUID) (Optional)</em><br />  A valid BestMed Facility ID. Defaults to all facilities accessible by the API account if no value is provided.</p>\n</li>\n</ul>\n","_postman_id":"f273e3ea-96ff-4ce7-9e58-48e8d64295a3"}],"id":"ec82d360-a17e-4286-a224-a3c9ad73f883","description":"<h1 id=\"authentication\">Authentication</h1>\n<p>All v1 API's require the following parameters passed to the header with every request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key Name</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Ocp-Apim-Subscription-Key</code></td>\n<td>A unique 32 character key provided by BestMed. The key is unique per environment and may be whitelisted for specific IP Addresses.</td>\n</tr>\n<tr>\n<td><code>Username</code></td>\n<td>The login username. Each Username can be assigned one or more facilities.</td>\n</tr>\n<tr>\n<td><code>Password</code></td>\n<td>The login password. This should be unecrypted and in plain text.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ec82d360-a17e-4286-a224-a3c9ad73f883"},{"name":"Version 2","item":[{"name":"Authentication","item":[{"name":"MS Get Token","event":[{"listen":"test","script":{"exec":["var accessToken = pm.response.json().access_token;\r","\r","pm.environment.set('access_token', accessToken);"],"type":"text/javascript","packages":{},"id":"088a9526-cbd5-48c4-983d-4c2016c66d79"}}],"id":"75be84d1-98dd-4d6c-9b31-a10fccc28657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"},{"key":"scope","value":"{{scope}}","type":"text"},{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://login.microsoftonline.com/31a83458-651e-4e24-abf6-e9ff02ca4a6e/oauth2/v2.0/token","urlObject":{"protocol":"https","path":["31a83458-651e-4e24-abf6-e9ff02ca4a6e","oauth2","v2.0","token"],"host":["login","microsoftonline","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"75be84d1-98dd-4d6c-9b31-a10fccc28657"}],"id":"5c089cfb-9586-4e9e-bbed-22d5e8b38ba0","description":"<h3 id=\"microsoft-entra-id-oauth2\"><strong>Microsoft Entra ID (OAuth2)</strong></h3>\n<ul>\n<li><p><strong>Authorization:</strong> Bearer token</p>\n</li>\n<li><p><strong>Token Source:</strong> Microsoft Entra ID token endpoint</p>\n</li>\n<li><p>The user must have <strong>P-Integration</strong> role.</p>\n</li>\n</ul>\n","_postman_id":"5c089cfb-9586-4e9e-bbed-22d5e8b38ba0"},{"name":"User Management","item":[{"name":"Faclity List","id":"22aa7ba3-d71a-430d-ab43-bcbccfb5bb1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/UserManagement/Facility","description":"<p>Retrieves a list of facilities available to the API account.</p>\n<p><strong>Notes:</strong></p>\n<ul>\n<li><p>No query parameters or request body are required.</p>\n</li>\n<li><p>If a facility is missing please contact <a href=\"https://mailto:support@bestmed.com.au\">support@bestmed.com.au</a>.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","UserManagement","Facility"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"4d10bfde-902d-48da-970f-181d5d6d09ff","name":"Faclity List","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/UserManagement/Facility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessages\": [],\r\n    \"StatusCode\": 200,\r\n    \"Data\": [\r\n        {\r\n            \"Id\": \"7891d94f-be8e-4940-bca6-16d25ab2a063\",\r\n            \"Name\": \"Sigma1- HM UAT6(6)\",\r\n            \"FredCode\": \"RLNC\",\r\n            \"Region\": \"Southern Metro\",\r\n            \"State\": \"QLD\",\r\n            \"Suburb\": \"Brighton East 01\",\r\n            \"PostCode\": \"3187\",\r\n            \"RACID\": \"3792\"\r\n        },\r\n        {\r\n            \"Id\": \"c6341a81-a53e-48ef-96dd-3b83545ea9fc\",\r\n            \"Name\": \"Sigma13 KAA Karrot Fred\",\r\n            \"FredCode\": \"KAA\",\r\n            \"Region\": \"New England\",\r\n            \"State\": \"QLD\",\r\n            \"Suburb\": \"Hunters Hill\",\r\n            \"PostCode\": \"0044\",\r\n            \"RACID\": \"2284\"\r\n        },\r\n        {\r\n            \"Id\": \"5bed2073-ee32-4c77-afc0-5e5f346efbfa\",\r\n            \"Name\": \"Sigma14 KAN FRED ePres - HM uat6(7)\",\r\n            \"FredCode\": \"KAN\",\r\n            \"Region\": \"New England\",\r\n            \"State\": \"NSW\",\r\n            \"Suburb\": \"Hunters Hill\",\r\n            \"PostCode\": \"0111\",\r\n            \"RACID\": \"2284\"\r\n        },\r\n        {\r\n            \"Id\": \"e4a1d085-6252-42c4-8c15-989e15439b6a\",\r\n            \"Name\": \"Nchoa Non BestDoctor\",\r\n            \"FredCode\": \"TND\",\r\n            \"Region\": \"South West Sydney\",\r\n            \"State\": \"QLD\",\r\n            \"Suburb\": \"Padstow Heights\",\r\n            \"PostCode\": \"2211\",\r\n            \"RACID\": \"2781\"\r\n        },\r\n        {\r\n            \"Id\": \"b2a8f3d1-d6bf-4bf7-9be1-a69c47e454de\",\r\n            \"Name\": \"Sigma7 eNRMC CMS+BestTrack\",\r\n            \"FredCode\": \"CRB\",\r\n            \"Region\": \"New England\",\r\n            \"State\": \"NSW\",\r\n            \"Suburb\": \"Hunters Hill\",\r\n            \"PostCode\": \"2121\",\r\n            \"RACID\": \"2284\"\r\n        },\r\n        {\r\n            \"Id\": \"a64965ab-145f-44ec-8a03-b80e7046ce4d\",\r\n            \"Name\": \"Sigma2 F-Z BulkDoseSigning\",\r\n            \"FredCode\": \"CRM\",\r\n            \"Region\": \"Northern Sydney\",\r\n            \"State\": \"NSW\",\r\n            \"Suburb\": \"Hunters Hill\",\r\n            \"PostCode\": \"1111\",\r\n            \"RACID\": \"1234\"\r\n        },\r\n        {\r\n            \"Id\": \"2f4680aa-8ad9-48e3-a0a1-f6b0f74f1179\",\r\n            \"Name\": \"Sigma10 ePrescribing\",\r\n            \"FredCode\": \"sigma\",\r\n            \"Region\": \"Nepean\",\r\n            \"State\": \"QLD\",\r\n            \"Suburb\": \"dfs\",\r\n            \"PostCode\": \"0125\",\r\n            \"RACID\": \"0585\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"22aa7ba3-d71a-430d-ab43-bcbccfb5bb1b"},{"name":"User List","id":"93d82d37-849c-4b44-aa52-287260566f7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}"}],"url":"{{baseurl}}/api/UserManagement/Users","description":"<p>Retrieves a list of users from the BESTMED User Management system.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>username</code></td>\n<td>Optional</td>\n<td>Filter results by a specific username.</td>\n</tr>\n<tr>\n<td><code>facilityId</code></td>\n<td>Optional</td>\n<td>Filter results to users belonging to a specific facility.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If no query parameters are provided, the endpoint returns all accessible users.</p>\n","urlObject":{"path":["api","UserManagement","Users"],"host":["{{baseurl}}"],"query":[{"disabled":true,"description":{"content":"<p>BestMed Facility ID</p>\n","type":"text/plain"},"key":"facilityId","value":""},{"disabled":true,"description":{"content":"<p>BestMed Username</p>\n","type":"text/plain"},"key":"userName","value":""}],"variable":[]}},"response":[{"id":"9e6981c4-b017-48df-a507-a528612bd1c4","name":"All Users","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}"}],"url":{"raw":"{{baseurl}}/api/UserManagement/Users","host":["{{baseurl}}"],"path":["api","UserManagement","Users"],"query":[{"key":"facilityId","value":"","description":"BestMed Facility ID","disabled":true},{"key":"userName","value":"","description":"BestMed Username","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n   \"IsSuccess\":true,\r\n   \"ErrorMessages\":[\r\n      \r\n   ],\r\n   \"StatusCode\":200,\r\n   \"Data\":[\r\n      {\r\n         \"Id\":\"afea96e8-1b51-4a95-8893-0024048ec0e5\",\r\n         \"UserName\":\"Mylestolentino\",\r\n         \"Salutation\":\"Mr.\",\r\n         \"FirstName\":\"Caterina\",\r\n         \"LastName\":\"AIN\",\r\n         \"Email\":\"donotsend@koaloamail.com\",\r\n         \"JobTitle\":\"Care Staff\",\r\n         \"ContactNumber\":\"04 5100 7414\",\r\n         \"UserRole\":\"aa531ae6-e070-444b-80fa-882913f75d0b\",\r\n         \"Status\":\"InActive\",\r\n         \"LastLogin\":\"2017-12-06T03:00:20\",\r\n         \"Facilities\":[\r\n            \"7891d94f-be8e-4940-bca6-16d25ab2a063\"\r\n         ],\r\n         \"Features\":[\r\n            \"ae4d2695-4fc4-4b73-bb76-6b3693803e88\"\r\n         ],\r\n         \"Reports\":[\r\n            \r\n         ],\r\n         \"Permissions\":{\r\n            \"AddNewPrescriber\":false,\r\n            \"AssignResidentAccessToPrescriber\":true,\r\n            \"AddUser\":false,\r\n            \"EditUser\":false,\r\n            \"IsReadOnly\":false,\r\n            \"AllowPrescriberConfirmation\":false\r\n         },\r\n         \"IsExternalLogin\":false,\r\n         \"ExternalUserId\":null,\r\n         \"LockToIP\":true,\r\n         \"AHPRANumber\":null,\r\n         \"SignOutRule\":null\r\n      },\r\n      {\r\n         \"Id\":\"9e72c793-6428-49f6-98ee-01c6e0ffe430\",\r\n         \"UserName\":\"Ka_fapi510\",\r\n         \"Salutation\":\"Mr.\",\r\n         \"FirstName\":\"FN Admin\",\r\n         \"LastName\":\"LN ADMIN\",\r\n         \"Email\":\"Ka_fapi510@gmail.com\",\r\n         \"JobTitle\":\"RN\",\r\n         \"ContactNumber\":\"04 1111 1111\",\r\n         \"UserRole\":\"b2026815-0d5f-438e-8963-097d88cf9b94\",\r\n         \"Status\":\"Active\",\r\n         \"LastLogin\":null,\r\n         \"Facilities\":[\r\n            \"c6341a81-a53e-48ef-96dd-3b83545ea9fc\",\r\n            \"5bed2073-ee32-4c77-afc0-5e5f346efbfa\",\r\n            \"e4a1d085-6252-42c4-8c15-989e15439b6a\",\r\n            \"b2a8f3d1-d6bf-4bf7-9be1-a69c47e454de\",\r\n            \"a64965ab-145f-44ec-8a03-b80e7046ce4d\",\r\n            \"2f4680aa-8ad9-48e3-a0a1-f6b0f74f1179\"\r\n         ],\r\n         \"Features\":[\r\n            \r\n         ],\r\n         \"Reports\":[\r\n            \r\n         ],\r\n         \"Permissions\":{\r\n            \"AddNewPrescriber\":true,\r\n            \"AssignResidentAccessToPrescriber\":true,\r\n            \"AddUser\":false,\r\n            \"EditUser\":false,\r\n            \"IsReadOnly\":false,\r\n            \"AllowPrescriberConfirmation\":false\r\n         },\r\n         \"IsExternalLogin\":false,\r\n         \"ExternalUserId\":null,\r\n         \"LockToIP\":true,\r\n         \"AHPRANumber\":null,\r\n         \"SignOutRule\":1\r\n      },\r\n      {\r\n         \"Id\":\"3a3a09fd-69e7-4995-a908-01e7d48fb7e7\",\r\n         \"UserName\":\"RSunga\",\r\n         \"Salutation\":\"Miss.\",\r\n         \"FirstName\":\"Giang\",\r\n         \"LastName\":\"AIN\",\r\n         \"Email\":\"donotsend@koaloamail.com\",\r\n         \"JobTitle\":\"PCA\",\r\n         \"ContactNumber\":\"04 1448 1152\",\r\n         \"UserRole\":\"aa531ae6-e070-444b-80fa-882913f75d0b\",\r\n         \"Status\":\"InActive\",\r\n         \"LastLogin\":\"2020-02-14T19:16:38\",\r\n         \"Facilities\":[\r\n            \"7891d94f-be8e-4940-bca6-16d25ab2a063\"\r\n         ],\r\n         \"Features\":[\r\n            \"f3777afb-1872-4730-85c6-bae6de21bcaa\",\r\n            \"8735d9b9-d368-451f-acde-a7e85993de9a\",\r\n            \"8a69f190-2934-40d4-b136-cabd9f808580\",\r\n            \"27861584-3848-4da9-935e-cda30ec60a85\",\r\n            \"5eb432e6-fff5-4215-ade6-3a3a424d9c8f\",\r\n            \"6fb09446-cb2b-434a-8161-ad3fb2be089d\",\r\n            \"eeb29df2-882d-4ce3-9740-96397a0a8204\",\r\n            \"04f22397-3891-480a-acd9-655b1b17049d\",\r\n            \"96919d02-b0ff-4a59-a0db-adff60cc98c5\",\r\n            \"d63b7c0a-d32d-4a10-ba96-10436cfd108c\",\r\n            \"ae4d2695-4fc4-4b73-bb76-6b3693803e88\"\r\n         ],\r\n         \"Reports\":[\r\n            \"01f3fe89-a7bc-481f-b113-219250720c01\"\r\n         ],\r\n         \"Permissions\":{\r\n            \"AddNewPrescriber\":false,\r\n            \"AssignResidentAccessToPrescriber\":true,\r\n            \"AddUser\":false,\r\n            \"EditUser\":false,\r\n            \"IsReadOnly\":false,\r\n            \"AllowPrescriberConfirmation\":false\r\n         },\r\n         \"IsExternalLogin\":false,\r\n         \"ExternalUserId\":null,\r\n         \"LockToIP\":true,\r\n         \"AHPRANumber\":null,\r\n         \"SignOutRule\":null\r\n      }\r\n   ]\r\n}"},{"id":"b72d4502-9e4f-4a0a-b230-60caf0d05234","name":"Search By Facility","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}"}],"url":{"raw":"{{baseurl}}/api/UserManagement/Users?facilityId=7891d94f-be8e-4940-bca6-16d25ab2a063","host":["{{baseurl}}"],"path":["api","UserManagement","Users"],"query":[{"key":"facilityId","value":"7891d94f-be8e-4940-bca6-16d25ab2a063","description":"BestMed Facility ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessages\": [],\r\n    \"StatusCode\": 200,\r\n    \"Data\": [\r\n        {\r\n            \"Id\": \"7d909d49-26c6-4297-b72c-2511a503ed95\",\r\n            \"UserName\": \"Ka_fapi54\",\r\n            \"Salutation\": \"Mr.\",\r\n            \"FirstName\": \"CreatedByAPIFN\",\r\n            \"LastName\": \"F-ADMIN\",\r\n            \"Email\": \"Ka_fapi54@gmail.com\",\r\n            \"JobTitle\": \"Admin\",\r\n            \"ContactNumber\": \"04 1111 1111\",\r\n            \"UserRole\": \"b2026815-0d5f-438e-8963-097d88cf9b94\",\r\n            \"Status\": \"Active\",\r\n            \"LastLogin\": \"2026-05-14T08:10:28.627\",\r\n            \"Facilities\": [\r\n                \"7891d94f-be8e-4940-bca6-16d25ab2a063\",\r\n                \"c6341a81-a53e-48ef-96dd-3b83545ea9fc\",\r\n                \"5bed2073-ee32-4c77-afc0-5e5f346efbfa\",\r\n                \"e4a1d085-6252-42c4-8c15-989e15439b6a\",\r\n                \"b2a8f3d1-d6bf-4bf7-9be1-a69c47e454de\",\r\n                \"a64965ab-145f-44ec-8a03-b80e7046ce4d\",\r\n                \"2f4680aa-8ad9-48e3-a0a1-f6b0f74f1179\"\r\n            ],\r\n            \"Features\": [],\r\n            \"Reports\": [],\r\n            \"Permissions\": {\r\n                \"AddNewPrescriber\": true,\r\n                \"AssignResidentAccessToPrescriber\": true,\r\n                \"AddUser\": false,\r\n                \"EditUser\": false,\r\n                \"IsReadOnly\": false,\r\n                \"AllowPrescriberConfirmation\": false\r\n            },\r\n            \"IsExternalLogin\": false,\r\n            \"ExternalUserId\": null,\r\n            \"LockToIP\": true,\r\n            \"AHPRANumber\": null,\r\n            \"SignOutRule\": 1\r\n        },\r\n        {\r\n            \"Id\": \"821963dd-78ee-484a-a5e8-fe2dba3011c7\",\r\n            \"UserName\": \"kplatt\",\r\n            \"Salutation\": null,\r\n            \"FirstName\": \"Mara\",\r\n            \"LastName\": \"ADMINISTRATION\",\r\n            \"Email\": \"donotsend@koaloamail.com\",\r\n            \"JobTitle\": \"Care Funding Business Partner\",\r\n            \"ContactNumber\": \"02 9431 1020\",\r\n            \"UserRole\": \"b2026815-0d5f-438e-8963-097d88cf9b94\",\r\n            \"Status\": \"InActive\",\r\n            \"LastLogin\": \"2022-08-17T06:09:01.043\",\r\n            \"Facilities\": [\r\n                \"02e44075-fc9d-45fc-a4a6-063623cb9e88\",\r\n                \"41d0b216-9961-4532-b25b-15777c91f1ef\",\r\n                \"7891d94f-be8e-4940-bca6-16d25ab2a063\",\r\n                \"fae61aa0-c95e-492b-95a3-18da72830d54\"\r\n            ],\r\n            \"Features\": [\r\n                \"d63b7c0a-d32d-4a10-ba96-10436cfd108c\",\r\n                \"04f22397-3891-480a-acd9-655b1b17049d\",\r\n                \"8a69f190-2934-40d4-b136-cabd9f808580\",\r\n                \"7746ada4-1447-48a3-8cd3-1b38665af1c0\",\r\n                \"f3777afb-1872-4730-85c6-bae6de21bcaa\",\r\n                \"5eb432e6-fff5-4215-ade6-3a3a424d9c8f\"\r\n            ],\r\n            \"Reports\": [\r\n                \"01f3fe89-a7bc-481f-b113-219250720c01\",\r\n                \"ddf845c5-3465-4a23-8436-a77c65e1372d\",\r\n                \"7bf7d706-a443-48c2-a002-d16f2200bd0a\",\r\n                \"3802d91d-7645-4e26-8281-95b05d73c1b2\",\r\n                \"b15f4311-d4e2-4bed-955e-53154d381aad\",\r\n                \"59e3895b-1304-4a65-bf3a-d161972652f3\",\r\n                \"04ef2bf9-6b54-41bd-8bde-70b5cf1fc03a\",\r\n                \"bb0cde96-c7be-4b69-9f64-265be29c843d\",\r\n                \"129c864c-ccf8-4889-9c21-43a757ce5b28\",\r\n                \"309ce6e0-2734-41cc-9ed5-c3dc38f25d5e\",\r\n                \"ab827031-ec96-4224-a48e-446737b237e4\",\r\n                \"37642461-086d-4e27-9c42-20d258e2c40b\",\r\n                \"def034a5-c831-4e19-b777-9b1c08e49ac6\",\r\n                \"08dbf936-866e-4b0a-b5e2-cdb68de56c3a\",\r\n                \"a2220972-d911-4157-8d90-9f959cec910f\",\r\n                \"1bff4f52-e88f-11ec-8fea-0242ac120002\"\r\n            ],\r\n            \"Permissions\": {\r\n                \"AddNewPrescriber\": true,\r\n                \"AssignResidentAccessToPrescriber\": true,\r\n                \"AddUser\": true,\r\n                \"EditUser\": true,\r\n                \"IsReadOnly\": false,\r\n                \"AllowPrescriberConfirmation\": false\r\n            },\r\n            \"IsExternalLogin\": false,\r\n            \"ExternalUserId\": null,\r\n            \"LockToIP\": true,\r\n            \"AHPRANumber\": null,\r\n            \"SignOutRule\": null\r\n        }\r\n    ]\r\n}"},{"id":"6e40cdd2-cd39-405d-ac65-4421329d928c","name":"Search By Username","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}"}],"url":{"raw":"{{baseurl}}/api/UserManagement/Users?userName=Nxthuy82@tma.com.vn","host":["{{baseurl}}"],"path":["api","UserManagement","Users"],"query":[{"key":"userName","value":"Nxthuy82@tma.com.vn","description":"BestMed Username"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessages\": [],\n    \"StatusCode\": 200,\n    \"Data\": [\n        {\n            \"Id\": \"07f5f4d0-688d-473b-b630-ff9d87c13032\",\n            \"UserName\": \"Nxthuy82@tma.com.vn\",\n            \"Salutation\": \"\",\n            \"FirstName\": \"Agency\",\n            \"LastName\": \"RN\",\n            \"Email\": \"ThuyKAup@gmail.com\",\n            \"JobTitle\": \"ProdSuptesting\",\n            \"ContactNumber\": \"0411551115\",\n            \"UserRole\": \"6b76364a-af6d-4e44-8e90-7c690e3eeacf\",\n            \"Status\": \"InActive\",\n            \"LastLogin\": null,\n            \"Facilities\": [\n                \"c6341a81-a53e-48ef-96dd-3b83545ea9fc\"\n            ],\n            \"Features\": [\n                \"a7599b54-7376-4458-8495-96b539a69b9b\",\n                \"6fb09446-cb2b-434a-8161-ad3fb2be089d\",\n                \"452f5e57-2868-447e-b87a-2aae974efc30\",\n                \"8a69f190-2934-40d4-b136-cabd9f808580\",\n                \"27861584-3848-4da9-935e-cda30ec60a85\",\n                \"31fb5f9b-1a97-4961-9743-ef5fe08bd9ff\",\n                \"8735d9b9-d368-451f-acde-a7e85993de9a\",\n                \"5eb432e6-fff5-4215-ade6-3a3a424d9c8f\",\n                \"04f22397-3891-480a-acd9-655b1b17049d\",\n                \"f3777afb-1872-4730-85c6-bae6de21bcaa\",\n                \"d63b7c0a-d32d-4a10-ba96-10436cfd108c\",\n                \"eeb29df2-882d-4ce3-9740-96397a0a8204\",\n                \"7746ada4-1447-48a3-8cd3-1b38665af1c0\",\n                \"c1e4aae0-53ed-4347-a11b-4265eca78859\",\n                \"96919d02-b0ff-4a59-a0db-adff60cc98c5\",\n                \"53e46986-f033-4c92-b759-908fee919933\"\n            ],\n            \"Reports\": [\n                \"de21bdf9-cadb-4b3d-b25a-cea1142eac31\",\n                \"6bc1ab7e-850d-492a-b63f-93505b225e61\",\n                \"b799486b-69f3-4da1-aaff-720faff345bf\"\n            ],\n            \"Permissions\": {\n                \"AddNewPrescriber\": true,\n                \"AssignResidentAccessToPrescriber\": true,\n                \"AddUser\": true,\n                \"EditUser\": true,\n                \"IsReadOnly\": false,\n                \"AllowPrescriberConfirmation\": true\n            },\n            \"IsExternalLogin\": true,\n            \"ExternalUserId\": \"Nxthuy82@tma.com.vn\",\n            \"LockToIP\": true,\n            \"AHPRANumber\": null,\n            \"SignOutRule\": 0\n        }\n    ]\n}"}],"_postman_id":"93d82d37-849c-4b44-aa52-287260566f7d"},{"name":"Create User","id":"a7c11f72-dc08-4d68-a56c-f2bcfdfae415","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/UserManagement/Users","description":"<p>Creates a new facility user in the BestDose system.</p>\n<hr />\n<h3 id=\"usage-patterns\">Usage Patterns</h3>\n<p>This request supports two usage patterns, each reflected in the examples below:</p>\n<ul>\n<li><p><strong>Create User</strong> — Standard user creation. Provide the required user details in the request body to create a new user with default settings.</p>\n</li>\n<li><p><strong>Create User - TemplateId</strong> — User creation using a template. Supply a <code>RoleTemplateId</code> in the request body to pre-populate user permissions, features and reports based on a predefined template, streamlining bulk or standardised user provisioning.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"request-body\">Request Body</h3>\n<p>Send a JSON body containing the user details. Refer to the saved examples for the expected request body structure for each usage pattern.</p>\n<hr />\n<h3 id=\"responses\">Responses</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200 OK</code> / <code>201 Created</code></td>\n<td>User was successfully created.</td>\n</tr>\n<tr>\n<td><code>400 Bad Request</code></td>\n<td>Invalid or missing request body fields.</td>\n</tr>\n<tr>\n<td><code>401 Unauthorized</code></td>\n<td>Missing or invalid Bearer token.</td>\n</tr>\n<tr>\n<td><code>403 Forbidden</code></td>\n<td>Invalid or missing <code>Ocp-Apim-Subscription-Key</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","UserManagement","Users"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"00e0f92f-97f6-452d-8423-49c4b09291ef","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/UserManagement/Users"},"code":20,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"UserName\": \"raihan_rn_userPerm_test5\",\r\n    \"JobTitle\": \"Integration Specialist\",\r\n    \"Password\": \"123456\",\r\n    \"Salutation\": \"Mr.\",\r\n    \"FirstName\": \"Raihan\",\r\n    \"LastName\": \"Test 5\",\r\n    \"Email\": \"fake@nomail.com.au\",\r\n    \"ContactNumber\": \"0424846395\",\r\n    \"UserRole\": \"79d800df-b063-49c6-869f-77348712a57b\",\r\n    \"Facilities\": [\r\n        \"0646ea0f-99df-412f-a1a9-603820a95b66\"\r\n    ],\r\n    \"Features\": [],\r\n    \"Reports\": [],\r\n    \"Permissions\": {\r\n        \"AddNewPrescriber\": false,\r\n        \"AssignResidentAccessToPrescriber\": false,\r\n        \"AddUser\": true,\r\n        \"EditUser\": true\r\n    },\r\n    \"IsExternalLogin\": false\r\n}"},{"id":"86baca6f-176d-4da8-ab35-4d28dd8cf791","name":"Create User - TemplateId","originalRequest":{"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/UserManagement/Users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"UserName\": \"raihan_rn_userPerm_test5\",\r\n    \"JobTitle\": \"Integration Specialist\",\r\n    \"Password\": \"123456\",\r\n    \"Salutation\": \"Mr.\",\r\n    \"FirstName\": \"Raihan\",\r\n    \"LastName\": \"Test 5\",\r\n    \"Email\": \"fake@nomail.com.au\",\r\n    \"ContactNumber\": \"0424846395\",\r\n    \"UserRole\": \"79d800df-b063-49c6-869f-77348712a57b\",\r\n    \"Facilities\": [\r\n        \"0646ea0f-99df-412f-a1a9-603820a95b66\"\r\n    ],\r\n    \"RoleTemplateId\": \"56746405-8436-45cb-815f-39f6863a097f\"\r\n}"}],"_postman_id":"a7c11f72-dc08-4d68-a56c-f2bcfdfae415"},{"name":"Update User","id":"44ca0977-7c37-4114-8cbe-0dd5cf478071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/UserManagement/Users","urlObject":{"path":["api","UserManagement","Users"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"e1a7253b-2731-45f1-a79f-af2cd7ea8048","name":"Update User","originalRequest":{"method":"PUT","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/UserManagement/Users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Id\": \"cf58c084-3b9c-479f-831b-37f496b2facb\",\r\n    \"UserName\": \"raihan_rn_userPerm_test5\",\r\n    \"Salutation\": \"Mr.\",\r\n    \"FirstName\": \"Raihan\",\r\n    \"LastName\": \"Test 5\",\r\n    \"Email\": \"fake@nomail.com.au\",\r\n    \"JobTitle\": \"Integration Specialist\",\r\n    \"ContactNumber\": \"0424846395\",\r\n    \"UserRole\": \"79d800df-b063-49c6-869f-77348712a57b\",\r\n    \"Status\": \"Active\",\r\n    \"LastLogin\": null,\r\n    \"Facilities\": [\r\n        \"f78f98c9-a1f0-474e-a3b7-b3db618c108a\"\r\n    ],\r\n    \"Features\": [\r\n        \"8735d9b9-d368-451f-acde-a7e85993de9a\",\r\n        \"452f5e57-2868-447e-b87a-2aae974efc30\",\r\n        \"31fb5f9b-1a97-4961-9743-ef5fe08bd9ff\",\r\n        \"eeb29df2-882d-4ce3-9740-96397a0a8204\",\r\n        \"04f22397-3891-480a-acd9-655b1b17049d\",\r\n        \"8a69f190-2934-40d4-b136-cabd9f808580\",\r\n        \"96919d02-b0ff-4a59-a0db-adff60cc98c5\",\r\n        \"f3777afb-1872-4730-85c6-bae6de21bcaa\",\r\n        \"27861584-3848-4da9-935e-cda30ec60a85\",\r\n        \"6fb09446-cb2b-434a-8161-ad3fb2be089d\",\r\n        \"53e46986-f033-4c92-b759-908fee919933\",\r\n        \"5eb432e6-fff5-4215-ade6-3a3a424d9c8f\"\r\n    ],\r\n    \"Reports\": [\r\n        \"b799486b-69f3-4da1-aaff-720faff345bf\",\r\n        \"6bc1ab7e-850d-492a-b63f-93505b225e61\",\r\n        \"bb0cde96-c7be-4b69-9f64-265be29c843d\",\r\n        \"309ce6e0-2734-41cc-9ed5-c3dc38f25d5e\",\r\n        \"1bff4f52-e88f-11ec-8fea-0242ac120002\",\r\n        \"ec983c2f-ffeb-4549-bd68-400765d29b25\",\r\n        \"04ef2bf9-6b54-41bd-8bde-70b5cf1fc03a\",\r\n        \"667bd041-b324-4b74-a1e7-4bf162f66a19\",\r\n        \"7bf7d706-a443-48c2-a002-d16f2200bd0a\",\r\n        \"ddf845c5-3465-4a23-8436-a77c65e1372d\",\r\n        \"3802d91d-7645-4e26-8281-95b05d73c1b2\",\r\n        \"def034a5-c831-4e19-b777-9b1c08e49ac6\",\r\n        \"b15f4311-d4e2-4bed-955e-53154d381aad\",\r\n        \"129c864c-ccf8-4889-9c21-43a757ce5b28\",\r\n        \"de21bdf9-cadb-4b3d-b25a-cea1142eac31\"\r\n    ],\r\n    \"Permissions\": {\r\n        \"AddNewPrescriber\": false,\r\n        \"AssignResidentAccessToPrescriber\": false,\r\n        \"AddUser\": false,\r\n        \"EditUser\": false\r\n    },\r\n    \"IsExternalLogin\": false,\r\n    \"ExternalUserId\": null,\r\n    \"LockToIP\": true,\r\n    \"AHPRANumber\": null,\r\n    \"SignOutRule\": null\r\n}"},{"id":"8ed2f3a4-3f79-4587-8a15-71584ca98551","name":"Update User - TemplateId","originalRequest":{"method":"PUT","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/UserManagement/Users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"Id\": \"cf58c084-3b9c-479f-831b-37f496b2facb\",\r\n    \"UserName\": \"raihan_rn_userPerm_test5\",\r\n    \"Salutation\": \"Mr.\",\r\n    \"FirstName\": \"Raihan\",\r\n    \"LastName\": \"Test 5\",\r\n    \"Email\": \"fake@nomail.com.au\",\r\n    \"JobTitle\": \"Integration Specialist\",\r\n    \"ContactNumber\": \"0424846395\",\r\n    \"UserRole\": \"79d800df-b063-49c6-869f-77348712a57b\",\r\n    \"Status\": \"Active\",\r\n    \"LastLogin\": null,\r\n    \"Facilities\": [\r\n        \"f78f98c9-a1f0-474e-a3b7-b3db618c108a\"\r\n    ],\r\n    \"RoleTemplateId\": \"dececce5-89d5-4b64-8a6f-3bed73f8a3eb\"\r\n}"}],"_postman_id":"44ca0977-7c37-4114-8cbe-0dd5cf478071"}],"id":"36cdbed2-ddf5-46fb-9354-9e5d9482a17f","description":"<p>This section covers all endpoints related to managing facility users within the BestDose platform. It provides operations to <strong>list, retrieve, create, and update users</strong>, as well as retrieve the list of available <strong>facilities</strong> they can be associated with.</p>\n<p>Requests are grouped into two patterns:</p>\n<ul>\n<li><p><strong>Standard user operations</strong> — work with users by their core identity fields.</p>\n</li>\n<li><p><strong>Template-based operations</strong> — create, retrieve, and update users using a <code>RoleTemplateId</code>, enabling pre-configured user profiles to be applied during provisioning.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request</th>\n<th>Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Facility List</td>\n<td>GET</td>\n<td>Retrieve all facilities available for user assignment</td>\n</tr>\n<tr>\n<td>User List</td>\n<td>GET</td>\n<td>Retrieve a full list of users</td>\n</tr>\n<tr>\n<td>Get User</td>\n<td>GET</td>\n<td>Retrieve a specific user by identifier</td>\n</tr>\n<tr>\n<td>Create User</td>\n<td>POST</td>\n<td>Create a new user</td>\n</tr>\n<tr>\n<td>Update User</td>\n<td>PUT</td>\n<td>Update an existing user's details</td>\n</tr>\n<tr>\n<td>Create Template User</td>\n<td>POST</td>\n<td>Create a new user from a predefined template</td>\n</tr>\n<tr>\n<td>Update Template User</td>\n<td>PUT</td>\n<td>Update a user record using a template identifier</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"36cdbed2-ddf5-46fb-9354-9e5d9482a17f"},{"name":"Report","item":[{"name":"Get NQIP","id":"210fc7d9-4016-498d-98b7-17c2adf2254f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/Report/NQIP?collectionDate=2023-09-01","description":"<h3 id=\"response-field-descriptions\">Response Field Descriptions</h3>\n<h4 id=\"top-level-model-nationalqualityindicatorsmodel\">Top-Level Model: <code>NationalQualityIndicatorsModel</code></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>collectionDate</code></td>\n<td>String (YYYY-MM-DD)</td>\n<td>No</td>\n<td>The collection date for which metrics were calculated</td>\n</tr>\n<tr>\n<td><code>medicationManagement</code></td>\n<td>IList</td>\n<td>No</td>\n<td>Array of medication management metrics aggregated by facility</td>\n</tr>\n<tr>\n<td><code>completeIndication</code></td>\n<td>IList</td>\n<td>No</td>\n<td>Array of individual medication indication records for verification</td>\n</tr>\n<tr>\n<td><code>residentPolypharmacyList</code></td>\n<td>IList</td>\n<td>No</td>\n<td>Array of residents with polypharmacy details</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"medicationmanagement\">MedicationManagement</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>facilityName</code></td>\n<td>String</td>\n<td>Name of the facility</td>\n</tr>\n<tr>\n<td><code>polypharmacy</code></td>\n<td>IList</td>\n<td>Polypharmacy assessment metrics (see table below)</td>\n</tr>\n<tr>\n<td><code>antipsychotics</code></td>\n<td>IList</td>\n<td>Antipsychotic usage metrics (see table below)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"queryresultobject-for-both-polypharmacy-and-antipsychotics\">QueryResultObject (for both Polypharmacy and Antipsychotics)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>query</code></td>\n<td>String</td>\n<td>Description of the metric being reported</td>\n</tr>\n<tr>\n<td><code>result</code></td>\n<td>Integer</td>\n<td>Numeric result/count for the metric</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Polypharmacy Metrics:</strong></p>\n<ul>\n<li><p>\"Number of care recipients assessed for polypharmacy excluding recipients admitted in hospital on the collection date\"</p>\n</li>\n<li><p>\"Number of care recipients excluded because they were admitted in hospital on the collection date\"</p>\n</li>\n<li><p>\"Number of care recipients prescribed 9 or more medications based on a review of their medication charts and/or administration records as they are on the collection date\"</p>\n</li>\n</ul>\n<p><strong>Antipsychotics Metrics:</strong></p>\n<ul>\n<li><p>\"Number of care recipients assessed for antipsychotic medications excluding recipients admitted in hospital for the entire seven-day assessment period\"</p>\n</li>\n<li><p>\"Number of care recipients excluded because they were admitted in hospital for the entire seven-day assessment period\"</p>\n</li>\n<li><p>\"Number of care recipients who received an antipsychotic medication\"</p>\n</li>\n<li><p>\"Number of care recipients who received an antipsychotic medication for a medically diagnosed condition of psychosis\"</p>\n</li>\n</ul>\n<h4 id=\"completeindication\">CompleteIndication</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>facilityName</code></td>\n<td>String</td>\n<td>No</td>\n<td>Name of the facility</td>\n</tr>\n<tr>\n<td><code>residentName</code></td>\n<td>String</td>\n<td>No</td>\n<td>Name of the resident</td>\n</tr>\n<tr>\n<td><code>medication</code></td>\n<td>String</td>\n<td>No</td>\n<td>Medication name and strength</td>\n</tr>\n<tr>\n<td><code>indication</code></td>\n<td>String</td>\n<td>No</td>\n<td>Clinical indication for the medication</td>\n</tr>\n<tr>\n<td><code>diagnosis</code></td>\n<td>String</td>\n<td>No</td>\n<td>Associated diagnosis</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"residentpolypharmacy\">ResidentPolypharmacy</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>facilityName</code></td>\n<td>String</td>\n<td>No</td>\n<td>Name of the facility</td>\n</tr>\n<tr>\n<td><code>residentName</code></td>\n<td>String</td>\n<td>No</td>\n<td>Name of the resident</td>\n</tr>\n<tr>\n<td><code>#Medications</code></td>\n<td>Integer</td>\n<td>No</td>\n<td>Total count of medications prescribed to the resident</td>\n</tr>\n<tr>\n<td><code>AssessedForPolypharmacy</code></td>\n<td>String</td>\n<td>No</td>\n<td>Whether resident was assessed (Yes/No)</td>\n</tr>\n<tr>\n<td><code>Excluded(InHospital)</code></td>\n<td>String</td>\n<td>No</td>\n<td>Whether resident was excluded due to hospitalization (Yes/No)</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"path":["api","Report","NQIP"],"host":["{{baseurl}}"],"query":[{"key":"collectionDate","value":"2023-09-01"}],"variable":[]}},"response":[{"id":"8703e4ed-4a2a-4c7e-a444-7c41484b49b2","name":"Get NQIP","originalRequest":{"method":"GET","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":{"raw":"{{baseurl}}/api/Report/NQIP?collectionDate=2026-05-01","host":["{{baseurl}}"],"path":["api","Report","NQIP"],"query":[{"key":"collectionDate","value":"2026-05-01"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"IsSuccess\": true,\r\n    \"ErrorMessages\": [],\r\n    \"StatusCode\": 200,\r\n    \"Data\": [\r\n        {\r\n            \"CollectionDate\": \"2026-05-01\",\r\n            \"MedicationManagement\": [\r\n                {\r\n                    \"FacilityName\": \"Test Facility Two\",\r\n                    \"Polypharmacy\": [\r\n                        {\r\n                            \"Query\": \"Number of care recipients assessed for polypharmacy excluding recipients admitted in hospital on the collection date\",\r\n                            \"Result\": 6\r\n                        },\r\n                        {\r\n                            \"Query\": \"Number of care recipients excluded because they were admitted in hospital on the collection date\",\r\n                            \"Result\": 0\r\n                        },\r\n                        {\r\n                            \"Query\": \"Number of care recipients prescribed 9 or more medications based on a review of their medication charts and/or administration records as they are on the collection date\",\r\n                            \"Result\": 0\r\n                        }\r\n                    ],\r\n                    \"Antipsychotics\": [\r\n                        {\r\n                            \"Query\": \"Number of care recipients assessed for antipsychotic medications excluding recipients admitted in hospital for the entire seven-day assessment period\",\r\n                            \"Result\": 6\r\n                        },\r\n                        {\r\n                            \"Query\": \"Number of care recipients excluded because they were admitted in hospital for the entire seven-day assessment period\",\r\n                            \"Result\": 0\r\n                        },\r\n                        {\r\n                            \"Query\": \"Number of care recipients who received an antipsychotic medication\",\r\n                            \"Result\": 2\r\n                        },\r\n                        {\r\n                            \"Query\": \"Number of care recipients who received an antipsychotic medication for a medically diagnosed condition of psychosis\",\r\n                            \"Result\": 0\r\n                        }\r\n                    ]\r\n                },\r\n                {\r\n                    \"FacilityName\": \"Test Facility One\",\r\n                    \"Polypharmacy\": [\r\n                        {\r\n                            \"Query\": \"Number of care recipients assessed for polypharmacy excluding recipients admitted in hospital on the collection date\",\r\n                            \"Result\": 5\r\n                        },\r\n                        {\r\n                            \"Query\": \"Number of care recipients excluded because they were admitted in hospital on the collection date\",\r\n                            \"Result\": 0\r\n                        },\r\n                        {\r\n                            \"Query\": \"Number of care recipients prescribed 9 or more medications based on a review of their medication charts and/or administration records as they are on the collection date\",\r\n                            \"Result\": 0\r\n                        }\r\n                    ],\r\n                    \"Antipsychotics\": [\r\n                        {\r\n                            \"Query\": \"Number of care recipients assessed for antipsychotic medications excluding recipients admitted in hospital for the entire seven-day assessment period\",\r\n                            \"Result\": 5\r\n                        },\r\n                        {\r\n                            \"Query\": \"Number of care recipients excluded because they were admitted in hospital for the entire seven-day assessment period\",\r\n                            \"Result\": 0\r\n                        },\r\n                        {\r\n                            \"Query\": \"Number of care recipients who received an antipsychotic medication\",\r\n                            \"Result\": 3\r\n                        },\r\n                        {\r\n                            \"Query\": \"Number of care recipients who received an antipsychotic medication for a medically diagnosed condition of psychosis\",\r\n                            \"Result\": 0\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"210fc7d9-4016-498d-98b7-17c2adf2254f"}],"id":"d32217f4-67f4-4ece-b5bf-c11d91a88e11","_postman_id":"d32217f4-67f4-4ece-b5bf-c11d91a88e11","description":""},{"name":"PackSchedule","item":[{"name":"Get Roll Data","id":"bf3d12f9-4593-4cad-abec-5e0c0a20f580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"ConnectorId","value":"{{connector_id}}","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/PackSchedule?barcode=J10001195601","description":"<p>Retrieves pack schedule data.</p>\n<p>Supports both legacy barcode-based filtering and new resident-based filtering through an optional <code>residentId</code> query parameter. When <code>residentId</code> is provided, the endpoint returns the most recent pack schedules for that resident, subject to an optional <code>limit</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Behaviour &amp; Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>residentId</code></td>\n<td>GUID</td>\n<td>No</td>\n<td><em>None</em></td>\n<td>Optional Resident identifier used to activate resident-based filtering.</td>\n<td>- When <strong>not provided</strong>, the API maintains full backward compatibility and continues to use the existing barcode-based filtering. - When <strong>provided</strong>: • Validate the Resident exists. • Confirm the integration account has access to the Resident via <code>UserFacility</code>. • Filter pack schedules where JSON <code>ResidentId</code> within <code>RollData</code> (in <code>PatientDetails</code> or <code>PackDetails</code>) matches the provided ID.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>Integer</td>\n<td>No (conditionally)</td>\n<td><code>3</code></td>\n<td>Maximum number of pack schedule records to return.</td>\n<td>- Only applied **when <code>residentId</code> is provided<code>.   - Limits result set to the most recent N schedules.   - Records are sorted by:   •</code> PackFrom<code>DESC   •</code>PackedDate` DESC.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","PackSchedule"],"host":["{{baseurl}}"],"query":[{"key":"barcode","value":"J10001195601"}],"variable":[]}},"response":[{"id":"eb47beb4-47a3-4a71-aa9c-1fed2303b7b6","name":"Barcode","originalRequest":{"method":"GET","header":[{"key":"ConnectorId","value":"A3CEE3CB-67B7-4ED8-924D-BCBFFE94F720","type":"text"},{"key":"api-version","value":"{{ApiVersion}}","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/PackSchedule/1000032211300022,"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"Set-Cookie","value":"ARRAffinity=226a915da8461b6e5e988987330ed497a395b40169ecbe3bf34a1b4a53c0c05d;Path=/;HttpOnly;Secure;Domain=app-apinp-bat.azurewebsites.net","enabled":true},{"key":"Set-Cookie","value":"ARRAffinitySameSite=226a915da8461b6e5e988987330ed497a395b40169ecbe3bf34a1b4a53c0c05d;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-apinp-bat.azurewebsites.net","enabled":true},{"key":"Request-Context","value":"appId=cid-v1:7d4fa8bd-bae4-4331-95b8-f084c907de20","enabled":true},{"key":"api-supported-versions","value":"2.0-v2","enabled":true},{"key":"X-Powered-By","value":"ASP.NET","enabled":true},{"key":"Date","value":"Thu, 06 Feb 2025 03:04:45 GMT","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessages\": [],\n    \"StatusCode\": 200,\n    \"Data\": {\n        \"OrderId\": \"100003221130002\",\n        \"FacilityId\": \"96aa8139-9e36-4d7a-8d34-4fcc75fdc129\",\n        \"FacilityType\": \"Nursing Home\",\n        \"PatientDetails\": {\n            \"PatientId\": \"76e23a7e-796d-4fba-b2af-954437fd91c5\",\n            \"PatientName\": \"TRAM1, Dev\",\n            \"DOB\": \"1959-10-10\",\n            \"Gender\": \"F\"\n        },\n        \"PackDetails\": {\n            \"PackFrom\": \"2025-02-10T00:00:00\",\n            \"PackTo\": \"2025-02-16T23:59:59\",\n            \"PackType\": \"RBR\",\n            \"PackedDate\": \"2025-02-05T21:48:39.83\"\n        },\n        \"PackContents\": [\n            {\n                \"SachetSeqNo\": 2,\n                \"SachetUId\": \"1,\",\n                \"DoseDateTime\": \"2025-02-10T06:00:00\",\n                \"RoundStart\": \"2025-02-10T05:05:00\",\n                \"RoundEnd\": \"2025-02-10T06:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 3,\n                \"SachetUId\": \"2,\",\n                \"DoseDateTime\": \"2025-02-10T12:00:00\",\n                \"RoundStart\": \"2025-02-10T10:05:00\",\n                \"RoundEnd\": \"2025-02-10T12:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 4,\n                \"SachetUId\": \"3,\",\n                \"DoseDateTime\": \"2025-02-10T16:00:00\",\n                \"RoundStart\": \"2025-02-10T15:05:00\",\n                \"RoundEnd\": \"2025-02-10T16:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 5,\n                \"SachetUId\": \"4,\",\n                \"DoseDateTime\": \"2025-02-10T18:00:00\",\n                \"RoundStart\": \"2025-02-10T17:05:00\",\n                \"RoundEnd\": \"2025-02-10T18:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 6,\n                \"SachetUId\": \"5,1/2\",\n                \"DoseDateTime\": \"2025-02-10T20:00:00\",\n                \"RoundStart\": \"2025-02-10T19:05:00\",\n                \"RoundEnd\": \"2025-02-10T20:55:00\",\n                \"MedicineTotal\": 4,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 7,\n                \"SachetUId\": \"5,2/2\",\n                \"DoseDateTime\": \"2025-02-10T20:00:00\",\n                \"RoundStart\": \"2025-02-10T19:05:00\",\n                \"RoundEnd\": \"2025-02-10T20:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 8,\n                \"SachetUId\": \"6,1/2\",\n                \"DoseDateTime\": \"2025-02-10T22:00:00\",\n                \"RoundStart\": \"2025-02-10T20:45:00\",\n                \"RoundEnd\": \"2025-02-10T22:55:00\",\n                \"MedicineTotal\": 3,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 9,\n                \"SachetUId\": \"6,2/2\",\n                \"DoseDateTime\": \"2025-02-10T22:00:00\",\n                \"RoundStart\": \"2025-02-10T20:45:00\",\n                \"RoundEnd\": \"2025-02-10T22:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 11,\n                \"SachetUId\": \"8,\",\n                \"DoseDateTime\": \"2025-02-11T12:00:00\",\n                \"RoundStart\": \"2025-02-11T10:05:00\",\n                \"RoundEnd\": \"2025-02-11T12:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 10,\n                \"SachetUId\": \"7,\",\n                \"DoseDateTime\": \"2025-02-11T06:00:00\",\n                \"RoundStart\": \"2025-02-11T05:05:00\",\n                \"RoundEnd\": \"2025-02-11T06:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 12,\n                \"SachetUId\": \"9,\",\n                \"DoseDateTime\": \"2025-02-11T16:00:00\",\n                \"RoundStart\": \"2025-02-11T15:05:00\",\n                \"RoundEnd\": \"2025-02-11T16:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 13,\n                \"SachetUId\": \"10,\",\n                \"DoseDateTime\": \"2025-02-11T18:00:00\",\n                \"RoundStart\": \"2025-02-11T17:05:00\",\n                \"RoundEnd\": \"2025-02-11T18:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 14,\n                \"SachetUId\": \"11,1/2\",\n                \"DoseDateTime\": \"2025-02-11T20:00:00\",\n                \"RoundStart\": \"2025-02-11T19:05:00\",\n                \"RoundEnd\": \"2025-02-11T20:55:00\",\n                \"MedicineTotal\": 4,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 15,\n                \"SachetUId\": \"11,2/2\",\n                \"DoseDateTime\": \"2025-02-11T20:00:00\",\n                \"RoundStart\": \"2025-02-11T19:05:00\",\n                \"RoundEnd\": \"2025-02-11T20:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 16,\n                \"SachetUId\": \"12,1/2\",\n                \"DoseDateTime\": \"2025-02-11T22:00:00\",\n                \"RoundStart\": \"2025-02-11T20:45:00\",\n                \"RoundEnd\": \"2025-02-11T22:55:00\",\n                \"MedicineTotal\": 3,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 17,\n                \"SachetUId\": \"12,2/2\",\n                \"DoseDateTime\": \"2025-02-11T22:00:00\",\n                \"RoundStart\": \"2025-02-11T20:45:00\",\n                \"RoundEnd\": \"2025-02-11T22:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 18,\n                \"SachetUId\": \"13,\",\n                \"DoseDateTime\": \"2025-02-12T06:00:00\",\n                \"RoundStart\": \"2025-02-12T05:05:00\",\n                \"RoundEnd\": \"2025-02-12T06:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 19,\n                \"SachetUId\": \"14,\",\n                \"DoseDateTime\": \"2025-02-12T12:00:00\",\n                \"RoundStart\": \"2025-02-12T10:05:00\",\n                \"RoundEnd\": \"2025-02-12T12:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 20,\n                \"SachetUId\": \"15,\",\n                \"DoseDateTime\": \"2025-02-12T16:00:00\",\n                \"RoundStart\": \"2025-02-12T15:05:00\",\n                \"RoundEnd\": \"2025-02-12T16:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 21,\n                \"SachetUId\": \"16,\",\n                \"DoseDateTime\": \"2025-02-12T18:00:00\",\n                \"RoundStart\": \"2025-02-12T17:05:00\",\n                \"RoundEnd\": \"2025-02-12T18:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 22,\n                \"SachetUId\": \"17,1/2\",\n                \"DoseDateTime\": \"2025-02-12T20:00:00\",\n                \"RoundStart\": \"2025-02-12T19:05:00\",\n                \"RoundEnd\": \"2025-02-12T20:55:00\",\n                \"MedicineTotal\": 4,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 23,\n                \"SachetUId\": \"17,2/2\",\n                \"DoseDateTime\": \"2025-02-12T20:00:00\",\n                \"RoundStart\": \"2025-02-12T19:05:00\",\n                \"RoundEnd\": \"2025-02-12T20:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 25,\n                \"SachetUId\": \"18,2/2\",\n                \"DoseDateTime\": \"2025-02-12T22:00:00\",\n                \"RoundStart\": \"2025-02-12T20:45:00\",\n                \"RoundEnd\": \"2025-02-12T22:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 24,\n                \"SachetUId\": \"18,1/2\",\n                \"DoseDateTime\": \"2025-02-12T22:00:00\",\n                \"RoundStart\": \"2025-02-12T20:45:00\",\n                \"RoundEnd\": \"2025-02-12T22:55:00\",\n                \"MedicineTotal\": 3,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 26,\n                \"SachetUId\": \"19,\",\n                \"DoseDateTime\": \"2025-02-13T06:00:00\",\n                \"RoundStart\": \"2025-02-13T05:05:00\",\n                \"RoundEnd\": \"2025-02-13T06:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 27,\n                \"SachetUId\": \"20,\",\n                \"DoseDateTime\": \"2025-02-13T12:00:00\",\n                \"RoundStart\": \"2025-02-13T10:05:00\",\n                \"RoundEnd\": \"2025-02-13T12:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 28,\n                \"SachetUId\": \"21,\",\n                \"DoseDateTime\": \"2025-02-13T16:00:00\",\n                \"RoundStart\": \"2025-02-13T15:05:00\",\n                \"RoundEnd\": \"2025-02-13T16:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 29,\n                \"SachetUId\": \"22,\",\n                \"DoseDateTime\": \"2025-02-13T18:00:00\",\n                \"RoundStart\": \"2025-02-13T17:05:00\",\n                \"RoundEnd\": \"2025-02-13T18:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 30,\n                \"SachetUId\": \"23,1/2\",\n                \"DoseDateTime\": \"2025-02-13T20:00:00\",\n                \"RoundStart\": \"2025-02-13T19:05:00\",\n                \"RoundEnd\": \"2025-02-13T20:55:00\",\n                \"MedicineTotal\": 4,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 32,\n                \"SachetUId\": \"24,1/2\",\n                \"DoseDateTime\": \"2025-02-13T22:00:00\",\n                \"RoundStart\": \"2025-02-13T20:45:00\",\n                \"RoundEnd\": \"2025-02-13T22:55:00\",\n                \"MedicineTotal\": 3,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 31,\n                \"SachetUId\": \"23,2/2\",\n                \"DoseDateTime\": \"2025-02-13T20:00:00\",\n                \"RoundStart\": \"2025-02-13T19:05:00\",\n                \"RoundEnd\": \"2025-02-13T20:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 33,\n                \"SachetUId\": \"24,2/2\",\n                \"DoseDateTime\": \"2025-02-13T22:00:00\",\n                \"RoundStart\": \"2025-02-13T20:45:00\",\n                \"RoundEnd\": \"2025-02-13T22:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 34,\n                \"SachetUId\": \"25,\",\n                \"DoseDateTime\": \"2025-02-14T06:00:00\",\n                \"RoundStart\": \"2025-02-14T05:05:00\",\n                \"RoundEnd\": \"2025-02-14T06:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 35,\n                \"SachetUId\": \"26,\",\n                \"DoseDateTime\": \"2025-02-14T12:00:00\",\n                \"RoundStart\": \"2025-02-14T10:05:00\",\n                \"RoundEnd\": \"2025-02-14T12:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 36,\n                \"SachetUId\": \"27,\",\n                \"DoseDateTime\": \"2025-02-14T16:00:00\",\n                \"RoundStart\": \"2025-02-14T15:05:00\",\n                \"RoundEnd\": \"2025-02-14T16:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 37,\n                \"SachetUId\": \"28,\",\n                \"DoseDateTime\": \"2025-02-14T18:00:00\",\n                \"RoundStart\": \"2025-02-14T17:05:00\",\n                \"RoundEnd\": \"2025-02-14T18:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 39,\n                \"SachetUId\": \"29,2/2\",\n                \"DoseDateTime\": \"2025-02-14T20:00:00\",\n                \"RoundStart\": \"2025-02-14T19:05:00\",\n                \"RoundEnd\": \"2025-02-14T20:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 38,\n                \"SachetUId\": \"29,1/2\",\n                \"DoseDateTime\": \"2025-02-14T20:00:00\",\n                \"RoundStart\": \"2025-02-14T19:05:00\",\n                \"RoundEnd\": \"2025-02-14T20:55:00\",\n                \"MedicineTotal\": 4,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 40,\n                \"SachetUId\": \"30,1/2\",\n                \"DoseDateTime\": \"2025-02-14T22:00:00\",\n                \"RoundStart\": \"2025-02-14T20:45:00\",\n                \"RoundEnd\": \"2025-02-14T22:55:00\",\n                \"MedicineTotal\": 3,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 41,\n                \"SachetUId\": \"30,2/2\",\n                \"DoseDateTime\": \"2025-02-14T22:00:00\",\n                \"RoundStart\": \"2025-02-14T20:45:00\",\n                \"RoundEnd\": \"2025-02-14T22:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 42,\n                \"SachetUId\": \"31,\",\n                \"DoseDateTime\": \"2025-02-15T06:00:00\",\n                \"RoundStart\": \"2025-02-15T05:05:00\",\n                \"RoundEnd\": \"2025-02-15T06:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 43,\n                \"SachetUId\": \"32,\",\n                \"DoseDateTime\": \"2025-02-15T12:00:00\",\n                \"RoundStart\": \"2025-02-15T10:05:00\",\n                \"RoundEnd\": \"2025-02-15T12:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 44,\n                \"SachetUId\": \"33,\",\n                \"DoseDateTime\": \"2025-02-15T16:00:00\",\n                \"RoundStart\": \"2025-02-15T15:05:00\",\n                \"RoundEnd\": \"2025-02-15T16:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 46,\n                \"SachetUId\": \"35,1/2\",\n                \"DoseDateTime\": \"2025-02-15T20:00:00\",\n                \"RoundStart\": \"2025-02-15T19:05:00\",\n                \"RoundEnd\": \"2025-02-15T20:55:00\",\n                \"MedicineTotal\": 4,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 45,\n                \"SachetUId\": \"34,\",\n                \"DoseDateTime\": \"2025-02-15T18:00:00\",\n                \"RoundStart\": \"2025-02-15T17:05:00\",\n                \"RoundEnd\": \"2025-02-15T18:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 47,\n                \"SachetUId\": \"35,2/2\",\n                \"DoseDateTime\": \"2025-02-15T20:00:00\",\n                \"RoundStart\": \"2025-02-15T19:05:00\",\n                \"RoundEnd\": \"2025-02-15T20:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 48,\n                \"SachetUId\": \"36,1/2\",\n                \"DoseDateTime\": \"2025-02-15T22:00:00\",\n                \"RoundStart\": \"2025-02-15T20:45:00\",\n                \"RoundEnd\": \"2025-02-15T22:55:00\",\n                \"MedicineTotal\": 3,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 49,\n                \"SachetUId\": \"36,2/2\",\n                \"DoseDateTime\": \"2025-02-15T22:00:00\",\n                \"RoundStart\": \"2025-02-15T20:45:00\",\n                \"RoundEnd\": \"2025-02-15T22:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 50,\n                \"SachetUId\": \"37,\",\n                \"DoseDateTime\": \"2025-02-16T06:00:00\",\n                \"RoundStart\": \"2025-02-16T05:05:00\",\n                \"RoundEnd\": \"2025-02-16T06:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 51,\n                \"SachetUId\": \"38,\",\n                \"DoseDateTime\": \"2025-02-16T12:00:00\",\n                \"RoundStart\": \"2025-02-16T10:05:00\",\n                \"RoundEnd\": \"2025-02-16T12:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 52,\n                \"SachetUId\": \"39,\",\n                \"DoseDateTime\": \"2025-02-16T16:00:00\",\n                \"RoundStart\": \"2025-02-16T15:05:00\",\n                \"RoundEnd\": \"2025-02-16T16:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 53,\n                \"SachetUId\": \"40,\",\n                \"DoseDateTime\": \"2025-02-16T18:00:00\",\n                \"RoundStart\": \"2025-02-16T17:05:00\",\n                \"RoundEnd\": \"2025-02-16T18:55:00\",\n                \"MedicineTotal\": 1,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 54,\n                \"SachetUId\": \"41,1/2\",\n                \"DoseDateTime\": \"2025-02-16T20:00:00\",\n                \"RoundStart\": \"2025-02-16T19:05:00\",\n                \"RoundEnd\": \"2025-02-16T20:55:00\",\n                \"MedicineTotal\": 4,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 55,\n                \"SachetUId\": \"41,2/2\",\n                \"DoseDateTime\": \"2025-02-16T20:00:00\",\n                \"RoundStart\": \"2025-02-16T19:05:00\",\n                \"RoundEnd\": \"2025-02-16T20:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 56,\n                \"SachetUId\": \"42,1/2\",\n                \"DoseDateTime\": \"2025-02-16T22:00:00\",\n                \"RoundStart\": \"2025-02-16T20:45:00\",\n                \"RoundEnd\": \"2025-02-16T22:55:00\",\n                \"MedicineTotal\": 3,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"CLARITHROMYCIN 250mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"PARACETAMOL 500mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TACROLIMUS 750mc\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            },\n            {\n                \"SachetSeqNo\": 57,\n                \"SachetUId\": \"42,2/2\",\n                \"DoseDateTime\": \"2025-02-16T22:00:00\",\n                \"RoundStart\": \"2025-02-16T20:45:00\",\n                \"RoundEnd\": \"2025-02-16T22:55:00\",\n                \"MedicineTotal\": 2,\n                \"Medicines\": [\n                    {\n                        \"Name\": \"NAPROXEN 1000m\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    },\n                    {\n                        \"Name\": \"TETRABENAZINE 25mg\",\n                        \"DrugId\": \"073f01ff-c33b-45b2-86ed-77b669e5f3c8\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"b611cb2d-aa72-4b1d-a824-33f785a4c742","name":"ResidentId","originalRequest":{"method":"GET","header":[{"key":"ConnectorId","value":"{{connector_id}}","type":"text"},{"key":"api-version","value":"{{ApiVersion}}","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":{"raw":"{{baseurl}}/api/PackSchedule?ResidentId=04195085-d735-449a-959b-d13b8de9d051&limit=3","host":["{{baseurl}}"],"path":["api","PackSchedule"],"query":[{"key":"ResidentId","value":"04195085-d735-449a-959b-d13b8de9d051"},{"key":"limit","value":"3","type":"text"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true,\n    \"ErrorMessages\": [],\n    \"StatusCode\": 200,\n    \"Data\": [\n        {\n            \"OrderId\": \"100003508830002\",\n            \"FacilityId\": \"b0aaa905-9782-4b05-b0b1-dd38e37d92a2\",\n            \"FacilityType\": \"Nursing Home\",\n            \"PatientDetails\": {\n                \"PatientId\": \"04195085-d735-449a-959b-d13b8de9d051\",\n                \"PatientName\": \"SIGMA14, Jul3001\",\n                \"DOB\": \"2000-07-30\",\n                \"Gender\": \"F\"\n            },\n            \"PackDetails\": {\n                \"PackFrom\": \"2025-11-17T00:00:00\",\n                \"PackTo\": \"2025-11-23T23:59:59\",\n                \"PackType\": \"RBR\",\n                \"PackedDate\": \"2025-11-12T22:02:55.91\"\n            },\n            \"PackContents\": [\n                {\n                    \"SachetSeqNo\": 2,\n                    \"SachetUId\": \"1,\",\n                    \"DoseDateTime\": \"2025-11-17T22:00:00\",\n                    \"RoundStart\": \"2025-11-17T21:00:00\",\n                    \"RoundEnd\": \"2025-11-17T23:00:00\",\n                    \"MedicineTotal\": 3,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        },\n                        {\n                            \"Name\": \"ABACAVIR SULPHA 300mg\",\n                            \"DrugId\": \"0828eae3-4e13-4b79-b091-94f420468514\"\n                        },\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 3,\n                    \"SachetUId\": \"2,\",\n                    \"DoseDateTime\": \"2025-11-18T22:00:00\",\n                    \"RoundStart\": \"2025-11-18T21:00:00\",\n                    \"RoundEnd\": \"2025-11-18T23:00:00\",\n                    \"MedicineTotal\": 3,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"ABACAVIR SULPHA 300mg\",\n                            \"DrugId\": \"0828eae3-4e13-4b79-b091-94f420468514\"\n                        },\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        },\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 4,\n                    \"SachetUId\": \"3,\",\n                    \"DoseDateTime\": \"2025-11-19T22:00:00\",\n                    \"RoundStart\": \"2025-11-19T21:00:00\",\n                    \"RoundEnd\": \"2025-11-19T23:00:00\",\n                    \"MedicineTotal\": 3,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        },\n                        {\n                            \"Name\": \"ABACAVIR SULPHA 300mg\",\n                            \"DrugId\": \"0828eae3-4e13-4b79-b091-94f420468514\"\n                        },\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 5,\n                    \"SachetUId\": \"4,\",\n                    \"DoseDateTime\": \"2025-11-20T22:00:00\",\n                    \"RoundStart\": \"2025-11-20T21:00:00\",\n                    \"RoundEnd\": \"2025-11-20T23:00:00\",\n                    \"MedicineTotal\": 3,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        },\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        },\n                        {\n                            \"Name\": \"ABACAVIR SULPHA 300mg\",\n                            \"DrugId\": \"0828eae3-4e13-4b79-b091-94f420468514\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 6,\n                    \"SachetUId\": \"5,\",\n                    \"DoseDateTime\": \"2025-11-21T22:00:00\",\n                    \"RoundStart\": \"2025-11-21T21:00:00\",\n                    \"RoundEnd\": \"2025-11-21T23:00:00\",\n                    \"MedicineTotal\": 3,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        },\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        },\n                        {\n                            \"Name\": \"ABACAVIR SULPHA 300mg\",\n                            \"DrugId\": \"0828eae3-4e13-4b79-b091-94f420468514\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 7,\n                    \"SachetUId\": \"6,\",\n                    \"DoseDateTime\": \"2025-11-22T22:00:00\",\n                    \"RoundStart\": \"2025-11-22T21:00:00\",\n                    \"RoundEnd\": \"2025-11-22T23:00:00\",\n                    \"MedicineTotal\": 3,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        },\n                        {\n                            \"Name\": \"ABACAVIR SULPHA 300mg\",\n                            \"DrugId\": \"0828eae3-4e13-4b79-b091-94f420468514\"\n                        },\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 8,\n                    \"SachetUId\": \"7,\",\n                    \"DoseDateTime\": \"2025-11-23T22:00:00\",\n                    \"RoundStart\": \"2025-11-23T21:00:00\",\n                    \"RoundEnd\": \"2025-11-23T23:00:00\",\n                    \"MedicineTotal\": 3,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"ABACAVIR SULPHA 300mg\",\n                            \"DrugId\": \"0828eae3-4e13-4b79-b091-94f420468514\"\n                        },\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        },\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"OrderId\": \"100003508830001\",\n            \"FacilityId\": \"b0aaa905-9782-4b05-b0b1-dd38e37d92a2\",\n            \"FacilityType\": \"Nursing Home\",\n            \"PatientDetails\": {\n                \"PatientId\": \"04195085-d735-449a-959b-d13b8de9d051\",\n                \"PatientName\": \"SIGMA14, Jul3001\",\n                \"DOB\": \"2000-07-30\",\n                \"Gender\": \"F\"\n            },\n            \"PackDetails\": {\n                \"PackFrom\": \"2025-11-13T17:00:00\",\n                \"PackTo\": \"2025-11-16T23:59:59\",\n                \"PackType\": \"AIR\",\n                \"PackedDate\": \"2025-11-12T22:02:52.53\"\n            },\n            \"PackContents\": [\n                {\n                    \"SachetSeqNo\": 2,\n                    \"SachetUId\": \"1,\",\n                    \"DoseDateTime\": \"2025-11-13T22:00:00\",\n                    \"RoundStart\": \"2025-11-13T21:00:00\",\n                    \"RoundEnd\": \"2025-11-13T23:00:00\",\n                    \"MedicineTotal\": 1,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"ABACAVIR SULPHA 300mg\",\n                            \"DrugId\": \"0828eae3-4e13-4b79-b091-94f420468514\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 3,\n                    \"SachetUId\": \"2,\",\n                    \"DoseDateTime\": \"2025-11-14T22:00:00\",\n                    \"RoundStart\": \"2025-11-14T21:00:00\",\n                    \"RoundEnd\": \"2025-11-14T23:00:00\",\n                    \"MedicineTotal\": 1,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"ABACAVIR SULPHA 300mg\",\n                            \"DrugId\": \"0828eae3-4e13-4b79-b091-94f420468514\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 4,\n                    \"SachetUId\": \"3,\",\n                    \"DoseDateTime\": \"2025-11-15T22:00:00\",\n                    \"RoundStart\": \"2025-11-15T21:00:00\",\n                    \"RoundEnd\": \"2025-11-15T23:00:00\",\n                    \"MedicineTotal\": 1,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"ABACAVIR SULPHA 300mg\",\n                            \"DrugId\": \"0828eae3-4e13-4b79-b091-94f420468514\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 5,\n                    \"SachetUId\": \"4,\",\n                    \"DoseDateTime\": \"2025-11-16T22:00:00\",\n                    \"RoundStart\": \"2025-11-16T21:00:00\",\n                    \"RoundEnd\": \"2025-11-16T23:00:00\",\n                    \"MedicineTotal\": 1,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"ABACAVIR SULPHA 300mg\",\n                            \"DrugId\": \"0828eae3-4e13-4b79-b091-94f420468514\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"OrderId\": \"100003508810001\",\n            \"FacilityId\": \"b0aaa905-9782-4b05-b0b1-dd38e37d92a2\",\n            \"FacilityType\": \"Nursing Home\",\n            \"PatientDetails\": {\n                \"PatientId\": \"04195085-d735-449a-959b-d13b8de9d051\",\n                \"PatientName\": \"SIGMA14, Jul3001\",\n                \"DOB\": \"2000-07-30\",\n                \"Gender\": \"F\"\n            },\n            \"PackDetails\": {\n                \"PackFrom\": \"2025-11-15T17:00:00\",\n                \"PackTo\": \"2025-11-22T23:59:59\",\n                \"PackType\": \"Regular\",\n                \"PackedDate\": \"2025-11-12T21:16:53.197\"\n            },\n            \"PackContents\": [\n                {\n                    \"SachetSeqNo\": 2,\n                    \"SachetUId\": \"1,\",\n                    \"DoseDateTime\": \"2025-11-15T22:00:00\",\n                    \"RoundStart\": \"2025-11-15T21:00:00\",\n                    \"RoundEnd\": \"2025-11-15T23:00:00\",\n                    \"MedicineTotal\": 2,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        },\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 3,\n                    \"SachetUId\": \"2,\",\n                    \"DoseDateTime\": \"2025-11-16T22:00:00\",\n                    \"RoundStart\": \"2025-11-16T21:00:00\",\n                    \"RoundEnd\": \"2025-11-16T23:00:00\",\n                    \"MedicineTotal\": 2,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        },\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 4,\n                    \"SachetUId\": \"3,\",\n                    \"DoseDateTime\": \"2025-11-17T22:00:00\",\n                    \"RoundStart\": \"2025-11-17T21:00:00\",\n                    \"RoundEnd\": \"2025-11-17T23:00:00\",\n                    \"MedicineTotal\": 2,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        },\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 5,\n                    \"SachetUId\": \"4,\",\n                    \"DoseDateTime\": \"2025-11-18T22:00:00\",\n                    \"RoundStart\": \"2025-11-18T21:00:00\",\n                    \"RoundEnd\": \"2025-11-18T23:00:00\",\n                    \"MedicineTotal\": 2,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        },\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 6,\n                    \"SachetUId\": \"5,\",\n                    \"DoseDateTime\": \"2025-11-19T22:00:00\",\n                    \"RoundStart\": \"2025-11-19T21:00:00\",\n                    \"RoundEnd\": \"2025-11-19T23:00:00\",\n                    \"MedicineTotal\": 2,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        },\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 7,\n                    \"SachetUId\": \"6,\",\n                    \"DoseDateTime\": \"2025-11-20T22:00:00\",\n                    \"RoundStart\": \"2025-11-20T21:00:00\",\n                    \"RoundEnd\": \"2025-11-20T23:00:00\",\n                    \"MedicineTotal\": 2,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        },\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 8,\n                    \"SachetUId\": \"7,\",\n                    \"DoseDateTime\": \"2025-11-21T22:00:00\",\n                    \"RoundStart\": \"2025-11-21T21:00:00\",\n                    \"RoundEnd\": \"2025-11-21T23:00:00\",\n                    \"MedicineTotal\": 2,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        },\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        }\n                    ]\n                },\n                {\n                    \"SachetSeqNo\": 9,\n                    \"SachetUId\": \"8,\",\n                    \"DoseDateTime\": \"2025-11-22T22:00:00\",\n                    \"RoundStart\": \"2025-11-22T21:00:00\",\n                    \"RoundEnd\": \"2025-11-22T23:00:00\",\n                    \"MedicineTotal\": 2,\n                    \"Medicines\": [\n                        {\n                            \"Name\": \"RUXOLITINIB PHOS 10mg\",\n                            \"DrugId\": \"564176cd-06aa-483b-adbb-73a1c1e91be4\"\n                        },\n                        {\n                            \"Name\": \"5 GRASS POLLEN  300IR\",\n                            \"DrugId\": \"5b94f128-a192-4418-b942-8508476f78db\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"bf3d12f9-4593-4cad-abec-5e0c0a20f580"},{"name":"Update Resident Pack Upload Status","id":"8ae3acc2-ee4a-4edc-a423-0f0777b6ff38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"ConnectorId","value":"{{connector_id}}","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"EnablePackScheduleUploads\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}api/PackSchedule/Resident/{{residentId}}","description":"<p>Enabled the Resident pack schedule to be uploaded.</p>\n<p><strong>If the provided residentId’s Pharmacy has PackScheduleEnabled = 1 and the user integration account has access to this ResidentId.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Default</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Behaviour &amp; Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>residentId</code></td>\n<td>GUID</td>\n<td>Yes</td>\n<td><em>None</em></td>\n<td>Resident to enable Pack Schedule Uploads</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"error-response\">Error Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Scenario</strong></th>\n<th><strong>HTTP Status Code</strong></th>\n<th><strong>Error Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Pack connector not setup for residents pharmacy</td>\n<td>400 Bad Request</td>\n<td>Pack connector not found for the resident's pharmacy</td>\n</tr>\n<tr>\n<td>Pack Schedule API not enabled for Pharmacy</td>\n<td>400 Bad Request</td>\n<td>Pack Schedule API not enabled for '{{pharmacy_name}}'</td>\n</tr>\n<tr>\n<td>Integeration user does not have access to resident</td>\n<td>400 Bad Request</td>\n<td>Invalid ResidentId provided</td>\n</tr>\n<tr>\n<td>Empty body or <code>NULL</code> value for <code>EnablePackScheduleUploads</code></td>\n<td>400 Bad Request</td>\n<td>The value for 'EnablePackScheduleUploads' must be true or false</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["PackSchedule","Resident","{{residentId}}"],"host":["{{baseurl}}api"],"query":[],"variable":[]}},"response":[{"id":"a4d85bdf-8fcd-4133-9681-e3b671051879","name":"ResidentId","originalRequest":{"method":"GET","header":[{"key":"ConnectorId","value":"{{connector_id}}","type":"text"},{"key":"api-version","value":"{{ApiVersion}}","type":"text"},{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"EnablePackScheduleUploads\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/api/PackSchedule/ResidentId=04195085-d735-449a-959b-d13b8de9d051"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"IsSuccess\": true,\n  \"ErrorMessages\": [],\n  \"StatusCode\": 200,\n  \"Data\": {\n    \"ResidentId\": \"2a54307b-f981-4744-ade9-000843d70d63\",\n    \"EnablePackScheduleUploads\": true,\n    \"EnabledDate\": \"2024-01-21T11:45:00\"\n  }\n}"}],"_postman_id":"8ae3acc2-ee4a-4edc-a423-0f0777b6ff38"},{"name":"Pack Administration","id":"9440b4d4-89ea-4173-aa0a-564bd2babcfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Ocp-Apim-Subscription-Key","value":"{{Ocp-Apim-Subscription-Key}}","type":"text"}],"url":"{{baseurl}}/api/PackAdministration/?Barcode=1000365415400012,&AdminDateTime=2025-05-27T01:23:00&AdminBy=c1a29c0f-8165-4ae5-35da-08dd9c3842f8&ReasonCode=AD","urlObject":{"path":["api","PackAdministration",""],"host":["{{baseurl}}"],"query":[{"key":"Barcode","value":"1000365415400012,"},{"key":"AdminDateTime","value":"2025-05-27T01:23:00"},{"key":"AdminBy","value":"c1a29c0f-8165-4ae5-35da-08dd9c3842f8"},{"key":"ReasonCode","value":"AD"}],"variable":[]}},"response":[],"_postman_id":"9440b4d4-89ea-4173-aa0a-564bd2babcfb"}],"id":"52157d66-5acf-4ec7-a1e6-0a6227ee370d","_postman_id":"52157d66-5acf-4ec7-a1e6-0a6227ee370d","description":""},{"name":"Pharmacy Order","item":[{"name":"New Request","id":"7762aab6-b13a-4fe0-9155-bfdf8d0dc1ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"7762aab6-b13a-4fe0-9155-bfdf8d0dc1ad"}],"id":"83262d7f-12a4-4391-8796-faef25000500","_postman_id":"83262d7f-12a4-4391-8796-faef25000500","description":""}],"id":"c2c7e3d3-f5d7-4a93-a816-65767aa7a11b","_postman_id":"c2c7e3d3-f5d7-4a93-a816-65767aa7a11b","description":""}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"50254876-5233-4ec2-807b-f348fea3df2c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e7ae8fa1-d2fc-4701-8b8e-34d996eaabcf"}}]}