candidhealth 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -0
- package/Client.js +15 -10
- package/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/api/resources/commons/types/ResourcePage.d.ts +7 -0
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
- package/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
- package/api/resources/commons/types/index.d.ts +1 -0
- package/api/resources/commons/types/index.js +1 -0
- package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +5 -0
- package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +6 -1
- package/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/api/resources/guarantor/resources/v1/client/Client.d.ts +15 -0
- package/api/resources/guarantor/resources/v1/client/Client.js +18 -3
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -1
- package/api/resources/insuranceAdjudication/resources/v1/client/Client.d.ts +3 -0
- package/api/resources/insuranceAdjudication/resources/v1/client/Client.js +6 -3
- package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +3 -0
- package/api/resources/insuranceRefunds/resources/v1/client/Client.js +6 -3
- package/api/resources/organizationProviders/resources/v3/client/Client.js +6 -4
- package/api/resources/organizationProviders/resources/v3/client/create.d.ts +7 -1
- package/api/resources/organizationProviders/resources/v3/client/create.js +11 -0
- package/api/resources/organizationProviders/resources/v3/client/update.d.ts +7 -1
- package/api/resources/organizationProviders/resources/v3/client/update.js +11 -0
- package/api/resources/organizationServiceFacilities/client/Client.d.ts +18 -0
- package/api/resources/organizationServiceFacilities/client/Client.js +18 -0
- package/api/resources/organizationServiceFacilities/client/index.d.ts +1 -0
- package/api/resources/organizationServiceFacilities/client/index.js +2 -0
- package/api/resources/organizationServiceFacilities/index.d.ts +2 -0
- package/api/resources/organizationServiceFacilities/index.js +18 -0
- package/api/resources/organizationServiceFacilities/resources/index.d.ts +1 -0
- package/api/resources/organizationServiceFacilities/resources/index.js +27 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +22 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +263 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +28 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/create.js +58 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +28 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +58 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +28 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/get.js +58 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +22 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +47 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +6 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/index.js +35 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +18 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.js +5 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.d.ts +1 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.js +2 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +34 -0
- package/api/resources/organizationServiceFacilities/resources/v2/client/update.js +69 -0
- package/api/resources/organizationServiceFacilities/resources/v2/index.d.ts +2 -0
- package/api/resources/organizationServiceFacilities/resources/v2/index.js +18 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +50 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +5 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +48 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +5 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +12 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +10 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +32 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +5 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +48 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +5 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +18 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +10 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +34 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +14 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +66 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +22 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +22 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +11 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +502 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +131 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +10 -0
- package/api/resources/organizationServiceFacilities/resources/v2/types/index.js +26 -0
- package/api/resources/patientPayments/resources/v4/client/Client.d.ts +3 -0
- package/api/resources/patientPayments/resources/v4/client/Client.js +6 -3
- package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +3 -0
- package/api/resources/patientRefunds/resources/v1/client/Client.js +6 -3
- package/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/api/resources/writeOffs/resources/v1/client/Client.d.ts +3 -0
- package/api/resources/writeOffs/resources/v1/client/Client.js +6 -3
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +15 -10
- package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/commons/types/ResourcePage.d.ts +7 -0
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +6 -0
- package/dist/api/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +5 -0
- package/dist/api/resources/commons/types/index.d.ts +1 -0
- package/dist/api/resources/commons/types/index.js +1 -0
- package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
- package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +5 -0
- package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +6 -1
- package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
- package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +15 -0
- package/dist/api/resources/guarantor/resources/v1/client/Client.js +18 -3
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +2 -1
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/Client.d.ts +3 -0
- package/dist/api/resources/insuranceAdjudication/resources/v1/client/Client.js +6 -3
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +3 -0
- package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +6 -3
- package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +6 -4
- package/dist/api/resources/organizationProviders/resources/v3/client/create.d.ts +7 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/create.js +11 -0
- package/dist/api/resources/organizationProviders/resources/v3/client/update.d.ts +7 -1
- package/dist/api/resources/organizationProviders/resources/v3/client/update.js +11 -0
- package/dist/api/resources/organizationServiceFacilities/client/Client.d.ts +18 -0
- package/dist/api/resources/organizationServiceFacilities/client/Client.js +18 -0
- package/dist/api/resources/organizationServiceFacilities/client/index.d.ts +1 -0
- package/dist/api/resources/organizationServiceFacilities/client/index.js +2 -0
- package/dist/api/resources/organizationServiceFacilities/index.d.ts +2 -0
- package/dist/api/resources/organizationServiceFacilities/index.js +18 -0
- package/dist/api/resources/organizationServiceFacilities/resources/index.d.ts +1 -0
- package/dist/api/resources/organizationServiceFacilities/resources/index.js +27 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +22 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +263 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +28 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/create.js +58 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +28 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/delete.js +58 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +28 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/get.js +58 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.d.ts +22 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getMulti.js +47 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +6 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.js +35 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +18 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.js +5 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.d.ts +1 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/index.js +2 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +34 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/client/update.js +69 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/index.d.ts +2 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/index.js +18 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +50 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +5 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +48 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +5 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +12 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +10 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +32 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +5 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +48 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +5 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +18 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +10 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +34 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +14 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +66 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +22 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +22 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +11 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +502 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +131 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +10 -0
- package/dist/api/resources/organizationServiceFacilities/resources/v2/types/index.js +26 -0
- package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +3 -0
- package/dist/api/resources/patientPayments/resources/v4/client/Client.js +6 -3
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +3 -0
- package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +6 -3
- package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
- package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +3 -0
- package/dist/api/resources/writeOffs/resources/v1/client/Client.js +6 -3
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
- package/dist/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +33 -0
- package/dist/serialization/resources/commons/types/index.d.ts +1 -0
- package/dist/serialization/resources/commons/types/index.js +1 -0
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +2 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +5 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/create.js +5 -0
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +5 -1
- package/dist/serialization/resources/organizationProviders/resources/v3/client/update.js +5 -0
- package/dist/serialization/resources/organizationServiceFacilities/index.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/index.js +17 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/index.d.ts +1 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/index.js +27 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +14 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +46 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +14 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +46 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +14 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +46 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +4 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +30 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +18 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +51 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/index.d.ts +2 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/index.js +18 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +22 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +53 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +21 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +52 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +35 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +12 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +35 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +21 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +54 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +31 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +31 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +31 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +31 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +155 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +10 -0
- package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/index.js +26 -0
- package/package.json +1 -1
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.d.ts +12 -0
- package/serialization/resources/commons/types/UpdatesDisabledDueToExternalSystemIntegrationErrorMessage.js +33 -0
- package/serialization/resources/commons/types/index.d.ts +1 -0
- package/serialization/resources/commons/types/index.js +1 -0
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +2 -1
- package/serialization/resources/organizationProviders/resources/v3/client/create.d.ts +5 -1
- package/serialization/resources/organizationProviders/resources/v3/client/create.js +5 -0
- package/serialization/resources/organizationProviders/resources/v3/client/update.d.ts +5 -1
- package/serialization/resources/organizationProviders/resources/v3/client/update.js +5 -0
- package/serialization/resources/organizationServiceFacilities/index.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/index.js +17 -0
- package/serialization/resources/organizationServiceFacilities/resources/index.d.ts +1 -0
- package/serialization/resources/organizationServiceFacilities/resources/index.js +27 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.d.ts +14 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/create.js +46 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.d.ts +14 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/delete.js +46 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.d.ts +14 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/get.js +46 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +4 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +30 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.d.ts +18 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/client/update.js +51 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/index.d.ts +2 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/index.js +18 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +22 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +53 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +21 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +52 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityId.js +35 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.d.ts +12 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityPage.js +35 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +21 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +54 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityMode.js +31 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityOperationalStatus.js +31 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityPhysicalType.js +31 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js +31 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.js +155 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/index.d.ts +10 -0
- package/serialization/resources/organizationServiceFacilities/resources/v2/types/index.js +26 -0
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* CandidApi.organizationServiceFacilities.v2.ServiceFacilityPhysicalType.Site
|
|
7
|
+
*/
|
|
8
|
+
export declare type ServiceFacilityPhysicalType =
|
|
9
|
+
/**
|
|
10
|
+
* A collection of buildings or other locations such as a site or a campus. */
|
|
11
|
+
"si"
|
|
12
|
+
/**
|
|
13
|
+
* Any Building or structure. This may contain rooms, corridors, wings, etc. It might not have walls, or a roof, but is considered a defined/allocated space. */
|
|
14
|
+
| "bu"
|
|
15
|
+
/**
|
|
16
|
+
* A Wing within a Building, this often contains levels, rooms and corridors. */
|
|
17
|
+
| "wi"
|
|
18
|
+
/**
|
|
19
|
+
* A Ward is a section of a medical facility that may contain rooms and other types of location. */
|
|
20
|
+
| "wa"
|
|
21
|
+
/**
|
|
22
|
+
* A Level in a multi-level Building/Structure. */
|
|
23
|
+
| "lvl"
|
|
24
|
+
/**
|
|
25
|
+
* A Corridor within a Building. */
|
|
26
|
+
| "co"
|
|
27
|
+
/**
|
|
28
|
+
* A space that is allocated as a room, it may have walls/roof etc., but does not require these. */
|
|
29
|
+
| "ro"
|
|
30
|
+
/**
|
|
31
|
+
* A space that is allocated for sleeping/laying on etc. typically within a building, section of a building or within a room. */
|
|
32
|
+
| "bd"
|
|
33
|
+
/**
|
|
34
|
+
* A means of transportation. */
|
|
35
|
+
| "ve"
|
|
36
|
+
/**
|
|
37
|
+
* A residential dwelling. Usually used to reference a location that a person/patient may reside. */
|
|
38
|
+
| "ho"
|
|
39
|
+
/**
|
|
40
|
+
* A container that can store goods, equipment, medications or other items. */
|
|
41
|
+
| "ca"
|
|
42
|
+
/**
|
|
43
|
+
* A defined path to travel between 2 points that has a known name. */
|
|
44
|
+
| "rd"
|
|
45
|
+
/**
|
|
46
|
+
* A defined physical boundary of something, such as a flood risk zone, region, postcode. */
|
|
47
|
+
| "area"
|
|
48
|
+
/**
|
|
49
|
+
* A wide scope that covers a conceptual domain, such as a Nation (Country wide community or Federal Government - e.g. Ministry of Health), Province or State (community or Government), Business (throughout the enterprise), Nation with a business scope of an agency (e.g. CDC, FDA etc.) or a Business segment (UK Pharmacy), not just an physical boundary. */
|
|
50
|
+
| "jdn";
|
|
51
|
+
export declare const ServiceFacilityPhysicalType: {
|
|
52
|
+
readonly Site: "si";
|
|
53
|
+
readonly Building: "bu";
|
|
54
|
+
readonly Wing: "wi";
|
|
55
|
+
readonly Ward: "wa";
|
|
56
|
+
readonly Level: "lvl";
|
|
57
|
+
readonly Corridor: "co";
|
|
58
|
+
readonly Room: "ro";
|
|
59
|
+
readonly Bed: "bd";
|
|
60
|
+
readonly Vehicle: "ve";
|
|
61
|
+
readonly House: "ho";
|
|
62
|
+
readonly Cabinet: "ca";
|
|
63
|
+
readonly Road: "rd";
|
|
64
|
+
readonly Area: "area";
|
|
65
|
+
readonly Jurisdiction: "jdn";
|
|
66
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ServiceFacilityPhysicalType = void 0;
|
|
7
|
+
exports.ServiceFacilityPhysicalType = {
|
|
8
|
+
Site: "si",
|
|
9
|
+
Building: "bu",
|
|
10
|
+
Wing: "wi",
|
|
11
|
+
Ward: "wa",
|
|
12
|
+
Level: "lvl",
|
|
13
|
+
Corridor: "co",
|
|
14
|
+
Room: "ro",
|
|
15
|
+
Bed: "bd",
|
|
16
|
+
Vehicle: "ve",
|
|
17
|
+
House: "ho",
|
|
18
|
+
Cabinet: "ca",
|
|
19
|
+
Road: "rd",
|
|
20
|
+
Area: "area",
|
|
21
|
+
Jurisdiction: "jdn",
|
|
22
|
+
};
|
package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* CandidApi.organizationServiceFacilities.v2.ServiceFacilityStatus.Active
|
|
7
|
+
*/
|
|
8
|
+
export declare type ServiceFacilityStatus =
|
|
9
|
+
/**
|
|
10
|
+
* The location is operational. */
|
|
11
|
+
"active"
|
|
12
|
+
/**
|
|
13
|
+
* The location is no longer used. */
|
|
14
|
+
| "inactive"
|
|
15
|
+
/**
|
|
16
|
+
* TThe location is temporarily closed. */
|
|
17
|
+
| "suspended";
|
|
18
|
+
export declare const ServiceFacilityStatus: {
|
|
19
|
+
readonly Active: "active";
|
|
20
|
+
readonly Inactive: "inactive";
|
|
21
|
+
readonly Suspended: "suspended";
|
|
22
|
+
};
|
package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityStatus.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ServiceFacilityStatus = void 0;
|
|
7
|
+
exports.ServiceFacilityStatus = {
|
|
8
|
+
Active: "active",
|
|
9
|
+
Inactive: "inactive",
|
|
10
|
+
Suspended: "suspended",
|
|
11
|
+
};
|
package/api/resources/organizationServiceFacilities/resources/v2/types/ServiceFacilityType.d.ts
ADDED
|
@@ -0,0 +1,502 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* CandidApi.organizationServiceFacilities.v2.ServiceFacilityType.DiagnosticsOrTherapeuticsUnit
|
|
7
|
+
*/
|
|
8
|
+
export declare type ServiceFacilityType =
|
|
9
|
+
/**
|
|
10
|
+
* A practice setting where diagnostic procedures or therapeutic interventions are performed. */
|
|
11
|
+
"DX"
|
|
12
|
+
/**
|
|
13
|
+
* A practice setting where cardiovascular diagnostic procedures or therapeutic interventions are performed. */
|
|
14
|
+
| "CVDX"
|
|
15
|
+
/**
|
|
16
|
+
* Cardiac catheterization lab. */
|
|
17
|
+
| "CATH"
|
|
18
|
+
/**
|
|
19
|
+
* Echocardiography lab. */
|
|
20
|
+
| "ECHO"
|
|
21
|
+
/**
|
|
22
|
+
* A practice setting where GI procedures (such as endoscopies) are performed. */
|
|
23
|
+
| "GIDX"
|
|
24
|
+
/**
|
|
25
|
+
* (X12N 261QD0000N) */
|
|
26
|
+
| "ENDOS"
|
|
27
|
+
/**
|
|
28
|
+
* A practice setting where radiology services (diagnostic or therapeutic) are provided (X12N 261QR0200N). */
|
|
29
|
+
| "RADDX"
|
|
30
|
+
/**
|
|
31
|
+
* (X12N 261QX0203N) */
|
|
32
|
+
| "RADO"
|
|
33
|
+
/**
|
|
34
|
+
* Neuroradiology unit. */
|
|
35
|
+
| "RNEU"
|
|
36
|
+
/**
|
|
37
|
+
* An acute care institution that provides medical, surgical, or psychiatric care and treatment for the sick or the injured. */
|
|
38
|
+
| "HOSP"
|
|
39
|
+
/**
|
|
40
|
+
* (1) A hospital including a physical plant and personnel that provides multidisciplinary diagnosis and treatment for diseases that have one or more of the following characteristics: is permanent; leaves residual disability; is caused by nonreversible pathological alteration; requires special training of the patient for rehabilitation; and/or may be expected to require a long period of supervision or care. In addition, patients require the safety, security, and shelter of these specialized inpatient or partial hospitalization settings. (2) A hospital that provides medical and skilled nursing services to patients with long-term illnesses who are not in an acute phase but who require an intensity of services not available in nursing homes. */
|
|
41
|
+
| "CHR"
|
|
42
|
+
/**
|
|
43
|
+
* (X12N 282N00000N) */
|
|
44
|
+
| "GACH"
|
|
45
|
+
/**
|
|
46
|
+
* A health care facility operated by the Department of Defense or other military operation. */
|
|
47
|
+
| "MHSP"
|
|
48
|
+
/**
|
|
49
|
+
* Healthcare facility that cares for patients with psychiatric illness(s). */
|
|
50
|
+
| "PSYCHF"
|
|
51
|
+
/**
|
|
52
|
+
* (X12N 283X00000N) */
|
|
53
|
+
| "RH"
|
|
54
|
+
/**
|
|
55
|
+
* A location that plays the role of delivering services which may include life training and/or social support to people with addictions. */
|
|
56
|
+
| "RHAT"
|
|
57
|
+
/**
|
|
58
|
+
* A location that plays the role of delivering services which may include adaptation, rehabilitation and social integration services for people with intellectual and/or pervasive development disorders such as autism or severe behaviour disorder. */
|
|
59
|
+
| "RHII"
|
|
60
|
+
/**
|
|
61
|
+
* A location that plays the role of delivering services which may social support services for adolescents who are pregnant or have child and are experiencing adaptation issues/difficulties in their current or eventual parenting role. */
|
|
62
|
+
| "RHMAD"
|
|
63
|
+
/**
|
|
64
|
+
* A location that plays the role of delivering services which may include adaptation, rehabilitation and social integration services for people with physical impairments. */
|
|
65
|
+
| "RHPI"
|
|
66
|
+
/**
|
|
67
|
+
* A location that plays the role of delivering services for people with hearing impairments. */
|
|
68
|
+
| "RHPIH"
|
|
69
|
+
/**
|
|
70
|
+
* A location that plays the role of delivering services for people with motor skill impairments. */
|
|
71
|
+
| "RHPIMS"
|
|
72
|
+
/**
|
|
73
|
+
* A location that plays the role of delivering services for people with visual skill impairments. */
|
|
74
|
+
| "RHPIVS"
|
|
75
|
+
/**
|
|
76
|
+
* A location that plays the role of delivering services which may include life training and/or social support services for the adaptation, rehabilitation and social integration of youths with adjustment difficulties. */
|
|
77
|
+
| "RHYAD"
|
|
78
|
+
/**
|
|
79
|
+
* Hospital unit. */
|
|
80
|
+
| "HU"
|
|
81
|
+
/**
|
|
82
|
+
* Bone marrow transplant unit. */
|
|
83
|
+
| "BMTU"
|
|
84
|
+
/**
|
|
85
|
+
* Coronary care unit. */
|
|
86
|
+
| "CCU"
|
|
87
|
+
/**
|
|
88
|
+
* A specialty unit in hospital that focuses on chronic respirator patients. and pulmonary failure */
|
|
89
|
+
| "CHEST"
|
|
90
|
+
/**
|
|
91
|
+
* Epilepsy unit. */
|
|
92
|
+
| "EPIL"
|
|
93
|
+
/**
|
|
94
|
+
* The section of a health care facility for providing rapid treatment to victims of sudden illness or trauma. */
|
|
95
|
+
| "ER"
|
|
96
|
+
/**
|
|
97
|
+
* Emergency trauma unit. */
|
|
98
|
+
| "ETU"
|
|
99
|
+
/**
|
|
100
|
+
* Hemodialysis unit. */
|
|
101
|
+
| "HD"
|
|
102
|
+
/**
|
|
103
|
+
* A location that plays the role of delivering services which may include tests done based on clinical specimens to get health information about a patient as pertaining to the diagnosis" */
|
|
104
|
+
| "HLAB"
|
|
105
|
+
/**
|
|
106
|
+
* A location that plays the role of delivering services which may include tests are done on clinical specimens to get health information about a patient pertaining to the diagnosis. */
|
|
107
|
+
| "INLAB"
|
|
108
|
+
/**
|
|
109
|
+
* A location that plays the role of delivering services which may include tests are done on clinical specimens to get health information about a patient pertaining to the diagnosis */
|
|
110
|
+
| "OUTLAB"
|
|
111
|
+
/**
|
|
112
|
+
* A location that plays the role of delivering services which may include the branch of medicine that uses ionizing and non-ionizing radiation to diagnose and treat diseases. The radiology unit may be further dividedinto subspecialties such as Imaging, Cardiovascular, Thoracic, and Ultrasound. */
|
|
113
|
+
| "HRAD"
|
|
114
|
+
/**
|
|
115
|
+
* A location that plays the role of delivering services which may include collecting specimens and/or samples from patients for laboratory testing purposes. */
|
|
116
|
+
| "HUSCS"
|
|
117
|
+
/**
|
|
118
|
+
* Intensive care unit. */
|
|
119
|
+
| "ICU"
|
|
120
|
+
/**
|
|
121
|
+
* Pediatric intensive care unit */
|
|
122
|
+
| "PEDICU"
|
|
123
|
+
/**
|
|
124
|
+
* Pediatric neonatal intensive care unit. */
|
|
125
|
+
| "PEDNICU"
|
|
126
|
+
/**
|
|
127
|
+
* A location that plays the role of delivering services which may include providing judicious, safe, efficacious, appropriate and cost effective use of medicines for treatment of patients for visits longer than one day. The distinction between inpatient pharmacies and retail (or outpatient) pharmacies is that they are part of a patient's continuity of care while staying in the hospital. */
|
|
128
|
+
| "INPHARM"
|
|
129
|
+
/**
|
|
130
|
+
* A location that plays the role of delivering services which include biochemistry, hematology, microbiology, immunochemistry, and toxicology. */
|
|
131
|
+
| "MBL"
|
|
132
|
+
/**
|
|
133
|
+
* Neurology critical care and stroke unit. */
|
|
134
|
+
| "NCCS"
|
|
135
|
+
/**
|
|
136
|
+
* Neurosurgery unit. */
|
|
137
|
+
| "NS"
|
|
138
|
+
/**
|
|
139
|
+
* A location that plays the role of delivering services which may include providing judicious, safe, efficacious, appropriate and cost effective use of medicines for treatment of patients for outpatient visits and may also be used for discharge prescriptions. */
|
|
140
|
+
| "OUTPHARM"
|
|
141
|
+
/**
|
|
142
|
+
* Pediatric unit. */
|
|
143
|
+
| "PEDU"
|
|
144
|
+
/**
|
|
145
|
+
* (X12N 273R00000N) */
|
|
146
|
+
| "PHU"
|
|
147
|
+
/**
|
|
148
|
+
* Rehabilitation hospital unit. */
|
|
149
|
+
| "RHU"
|
|
150
|
+
/**
|
|
151
|
+
* (X12N 261QA1200N) */
|
|
152
|
+
| "SLEEP"
|
|
153
|
+
/**
|
|
154
|
+
* Nursing or custodial care facility. */
|
|
155
|
+
| "NCCF"
|
|
156
|
+
/**
|
|
157
|
+
* (X12N 314000000N) */
|
|
158
|
+
| "SNF"
|
|
159
|
+
/**
|
|
160
|
+
* Outpatient facility. */
|
|
161
|
+
| "OF"
|
|
162
|
+
/**
|
|
163
|
+
* Allergy clinic. */
|
|
164
|
+
| "ALL"
|
|
165
|
+
/**
|
|
166
|
+
* Amputee clinic. */
|
|
167
|
+
| "AMPUT"
|
|
168
|
+
/**
|
|
169
|
+
* Bone marrow transplant clinic. */
|
|
170
|
+
| "BMTC"
|
|
171
|
+
/**
|
|
172
|
+
* Breast clinic. */
|
|
173
|
+
| "BREAST"
|
|
174
|
+
/**
|
|
175
|
+
* Child and adolescent neurology clinic. */
|
|
176
|
+
| "CANC"
|
|
177
|
+
/**
|
|
178
|
+
* Child and adolescent psychiatry clinic. */
|
|
179
|
+
| "CAPC"
|
|
180
|
+
/**
|
|
181
|
+
* Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities. */
|
|
182
|
+
| "CARD"
|
|
183
|
+
/**
|
|
184
|
+
* Pediatric cardiology clinic. */
|
|
185
|
+
| "PEDCARD"
|
|
186
|
+
/**
|
|
187
|
+
* Coagulation clinic. */
|
|
188
|
+
| "COAG"
|
|
189
|
+
/**
|
|
190
|
+
* Colon and rectal surgery clinic. */
|
|
191
|
+
| "CRS"
|
|
192
|
+
/**
|
|
193
|
+
* Dermatology clinic. */
|
|
194
|
+
| "DERM"
|
|
195
|
+
/**
|
|
196
|
+
* Endocrinology clinic. */
|
|
197
|
+
| "ENDO"
|
|
198
|
+
/**
|
|
199
|
+
* Pediatric endocrinology clinic. */
|
|
200
|
+
| "PEDE"
|
|
201
|
+
/**
|
|
202
|
+
* Otorhinolaryngology clinic. */
|
|
203
|
+
| "ENT"
|
|
204
|
+
/**
|
|
205
|
+
* Family medicine clinic. */
|
|
206
|
+
| "FMC"
|
|
207
|
+
/**
|
|
208
|
+
* Gastroenterology clinic. */
|
|
209
|
+
| "GI"
|
|
210
|
+
/**
|
|
211
|
+
* Pediatric gastroenterology clinic. */
|
|
212
|
+
| "PEDGI"
|
|
213
|
+
/**
|
|
214
|
+
* General internal medicine clinic. */
|
|
215
|
+
| "GIM"
|
|
216
|
+
/**
|
|
217
|
+
* Gynecology clinic. */
|
|
218
|
+
| "GYN"
|
|
219
|
+
/**
|
|
220
|
+
* Hematology clinic. */
|
|
221
|
+
| "HEM"
|
|
222
|
+
/**
|
|
223
|
+
* Pediatric hematology clinic. */
|
|
224
|
+
| "PEDHEM"
|
|
225
|
+
/**
|
|
226
|
+
* Hypertension clinic. */
|
|
227
|
+
| "HTN"
|
|
228
|
+
/**
|
|
229
|
+
* Focuses on assessing disability. */
|
|
230
|
+
| "IEC"
|
|
231
|
+
/**
|
|
232
|
+
* Infectious disease clinic. */
|
|
233
|
+
| "INFD"
|
|
234
|
+
/**
|
|
235
|
+
* Pediatric infectious disease clinic. */
|
|
236
|
+
| "PEDID"
|
|
237
|
+
/**
|
|
238
|
+
* Infertility clinic. */
|
|
239
|
+
| "INV"
|
|
240
|
+
/**
|
|
241
|
+
* Lympedema clinic. */
|
|
242
|
+
| "LYMPH"
|
|
243
|
+
/**
|
|
244
|
+
* Medical genetics clinic. */
|
|
245
|
+
| "MGEN"
|
|
246
|
+
/**
|
|
247
|
+
* Nephrology clinic. */
|
|
248
|
+
| "NEPH"
|
|
249
|
+
/**
|
|
250
|
+
* Pediatric nephrology clinic. */
|
|
251
|
+
| "PEDNEPH"
|
|
252
|
+
/**
|
|
253
|
+
* Neurology clinic. */
|
|
254
|
+
| "NEUR"
|
|
255
|
+
/**
|
|
256
|
+
* Obstetrics clinic. */
|
|
257
|
+
| "OB"
|
|
258
|
+
/**
|
|
259
|
+
* Oral and maxillofacial surgery clinic. */
|
|
260
|
+
| "OMS"
|
|
261
|
+
/**
|
|
262
|
+
* Medical oncology clinic. */
|
|
263
|
+
| "ONCL"
|
|
264
|
+
/**
|
|
265
|
+
* Pediatric oncology clinic. */
|
|
266
|
+
| "PEDHO"
|
|
267
|
+
/**
|
|
268
|
+
* Opthalmology clinic. */
|
|
269
|
+
| "OPH"
|
|
270
|
+
/**
|
|
271
|
+
* A location that plays the role of delivering services which may include examination, diagnosis, treatment, management, and prevention of diseases and disorders of the eye as well as prescribing and fitting appropriate corrective lenses (glasses or contact lenses) as needed. Optometry clinics may also provide tests for visual field screening, measuring intra-ocular pressure and ophthalmoscopy, as and when required. */
|
|
272
|
+
| "OPTC"
|
|
273
|
+
/**
|
|
274
|
+
* Orthopedics clinic. */
|
|
275
|
+
| "ORTHO"
|
|
276
|
+
/**
|
|
277
|
+
* Hand clinic. */
|
|
278
|
+
| "HAND"
|
|
279
|
+
/**
|
|
280
|
+
* (X12N 261QP3300N) */
|
|
281
|
+
| "PAINCL"
|
|
282
|
+
/**
|
|
283
|
+
* (X12N 261QP2300N) */
|
|
284
|
+
| "PC"
|
|
285
|
+
/**
|
|
286
|
+
* Pediatrics clinic. */
|
|
287
|
+
| "PEDC"
|
|
288
|
+
/**
|
|
289
|
+
* Pediatric rheumatology clinic. */
|
|
290
|
+
| "PEDRHEUM"
|
|
291
|
+
/**
|
|
292
|
+
* (X12N 261QP1100N) */
|
|
293
|
+
| "POD"
|
|
294
|
+
/**
|
|
295
|
+
* Preventive medicine clinic. */
|
|
296
|
+
| "PREV"
|
|
297
|
+
/**
|
|
298
|
+
* Proctology clinic. */
|
|
299
|
+
| "PROCTO"
|
|
300
|
+
/**
|
|
301
|
+
* Location where healthcare service was delivered. */
|
|
302
|
+
| "PROFF"
|
|
303
|
+
/**
|
|
304
|
+
* Prosthodontics clinic. */
|
|
305
|
+
| "PROS"
|
|
306
|
+
/**
|
|
307
|
+
* Psychology clinic. */
|
|
308
|
+
| "PSI"
|
|
309
|
+
/**
|
|
310
|
+
* Psychiatry clinic. */
|
|
311
|
+
| "PSY"
|
|
312
|
+
/**
|
|
313
|
+
* Rheumatology clinic. */
|
|
314
|
+
| "RHEUM"
|
|
315
|
+
/**
|
|
316
|
+
* Sports medicine clinic. */
|
|
317
|
+
| "SPMED"
|
|
318
|
+
/**
|
|
319
|
+
* Surgery clinic. */
|
|
320
|
+
| "SU"
|
|
321
|
+
/**
|
|
322
|
+
* Plastic surgery clinic. */
|
|
323
|
+
| "PLS"
|
|
324
|
+
/**
|
|
325
|
+
* Urology clinic. */
|
|
326
|
+
| "URO"
|
|
327
|
+
/**
|
|
328
|
+
* Transplant clinic. */
|
|
329
|
+
| "TR"
|
|
330
|
+
/**
|
|
331
|
+
* Travel and geographic medicine clinic. */
|
|
332
|
+
| "TRAVEL"
|
|
333
|
+
/**
|
|
334
|
+
* Wound clinic. */
|
|
335
|
+
| "WND"
|
|
336
|
+
/**
|
|
337
|
+
* Residential treatment facility. */
|
|
338
|
+
| "RTF"
|
|
339
|
+
/**
|
|
340
|
+
* Pain rehabilitation center. */
|
|
341
|
+
| "PRC"
|
|
342
|
+
/**
|
|
343
|
+
* (X12N 324500000N) */
|
|
344
|
+
| "SURF"
|
|
345
|
+
/**
|
|
346
|
+
* Location address where medical supplies were transported to for use. */
|
|
347
|
+
| "DADDR"
|
|
348
|
+
/**
|
|
349
|
+
* Location (mobile) where healthcare service was delivered. */
|
|
350
|
+
| "MOBL"
|
|
351
|
+
/**
|
|
352
|
+
* Location (mobile) where healthcare service was delivered, identified specifically as an ambulance. */
|
|
353
|
+
| "AMB"
|
|
354
|
+
/**
|
|
355
|
+
* Location where healthcare service was delivered. */
|
|
356
|
+
| "PHARM"
|
|
357
|
+
/**
|
|
358
|
+
* Location of an accident where healthcare service was delivered. */
|
|
359
|
+
| "ACC"
|
|
360
|
+
/**
|
|
361
|
+
* Community location where healthcare is delivered. */
|
|
362
|
+
| "COMM"
|
|
363
|
+
/**
|
|
364
|
+
* A location that plays the role of delivering services which may include providing front-line services to the population of a defined geographic area such as: healthcare services and social services. */
|
|
365
|
+
| "CSC"
|
|
366
|
+
/**
|
|
367
|
+
* location where healthcare was delivered which is the residence of the Patient. */
|
|
368
|
+
| "PTRES"
|
|
369
|
+
/**
|
|
370
|
+
* Location where healthcare service was delivered. */
|
|
371
|
+
| "SCHOOL"
|
|
372
|
+
/**
|
|
373
|
+
* A location that plays the role of delivering services which may include: social emergency services required for a young person as required under any jurisdictional youth laws. */
|
|
374
|
+
| "UPC"
|
|
375
|
+
/**
|
|
376
|
+
* Location where healthcare service was delivered. */
|
|
377
|
+
| "WORK";
|
|
378
|
+
export declare const ServiceFacilityType: {
|
|
379
|
+
readonly DiagnosticsOrTherapeuticsUnit: "DX";
|
|
380
|
+
readonly CardiovascularDiagnosticsOrTherapeuticsUnit: "CVDX";
|
|
381
|
+
readonly CardiacCatheterizationLab: "CATH";
|
|
382
|
+
readonly EchocardiographyLab: "ECHO";
|
|
383
|
+
readonly GastroenterologyDiagnosticsOrTherapeuticsLab: "GIDX";
|
|
384
|
+
readonly EndoscopyLab: "ENDOS";
|
|
385
|
+
readonly RadiologyDiagnosticsOrTherapeuticsUnit: "RADDX";
|
|
386
|
+
readonly RadiationOncologyUnit: "RADO";
|
|
387
|
+
readonly NeuroradiologyUnit: "RNEU";
|
|
388
|
+
readonly Hospital: "HOSP";
|
|
389
|
+
readonly ChronicCareFacility: "CHR";
|
|
390
|
+
readonly HospitalsGeneralAcuteCareHospital: "GACH";
|
|
391
|
+
readonly MilitaryHospital: "MHSP";
|
|
392
|
+
readonly PsychatricCareFacility: "PSYCHF";
|
|
393
|
+
readonly RehabilitationHospital: "RH";
|
|
394
|
+
readonly AddictionTreatmentCenter: "RHAT";
|
|
395
|
+
readonly IntellectualImpairmentCenter: "RHII";
|
|
396
|
+
readonly ParentsWithAdjustmentDifficultiesCenter: "RHMAD";
|
|
397
|
+
readonly PhysicalImpairmentCenter: "RHPI";
|
|
398
|
+
readonly PhysicalImpairmentHearingCenter: "RHPIH";
|
|
399
|
+
readonly PhysicalImpairmentMotorSkillsCenter: "RHPIMS";
|
|
400
|
+
readonly PhysicalImpairmentVisualSkillsCenter: "RHPIVS";
|
|
401
|
+
readonly YouthsWithAdjustmentDifficultiesCenter: "RHYAD";
|
|
402
|
+
readonly HospitalUnit: "HU";
|
|
403
|
+
readonly BoneMarrowTransplantUnit: "BMTU";
|
|
404
|
+
readonly CoronaryCareUnit: "CCU";
|
|
405
|
+
readonly ChestUnit: "CHEST";
|
|
406
|
+
readonly EpilepsyUnit: "EPIL";
|
|
407
|
+
readonly EmergencyRoom: "ER";
|
|
408
|
+
readonly EmergencyTraumaUnit: "ETU";
|
|
409
|
+
readonly HemodialysisUnit: "HD";
|
|
410
|
+
readonly HospitalLaboratory: "HLAB";
|
|
411
|
+
readonly InpatientLaboratory: "INLAB";
|
|
412
|
+
readonly OutpatientLaboratory: "OUTLAB";
|
|
413
|
+
readonly RadiologyUnit: "HRAD";
|
|
414
|
+
readonly SpecimenCollectionSite: "HUSCS";
|
|
415
|
+
readonly IntensiveCareUnit: "ICU";
|
|
416
|
+
readonly PediatricIntensiveCareUnit: "PEDICU";
|
|
417
|
+
readonly PediatricNeonatalIntensiveCareUnit: "PEDNICU";
|
|
418
|
+
readonly InpatientPharmacy: "INPHARM";
|
|
419
|
+
readonly MedicalLaboratory: "MBL";
|
|
420
|
+
readonly NeurologyCriticalCareAndStrokeUnit: "NCCS";
|
|
421
|
+
readonly NeurosurgeryUnit: "NS";
|
|
422
|
+
readonly OutpatientPharmacy: "OUTPHARM";
|
|
423
|
+
readonly PediatricUnit: "PEDU";
|
|
424
|
+
readonly PsychiatricHospitalUnit: "PHU";
|
|
425
|
+
readonly RehabilitationHospitalUnit: "RHU";
|
|
426
|
+
readonly SleepDisordersUnit: "SLEEP";
|
|
427
|
+
readonly NursingOrCustodialCareFacility: "NCCF";
|
|
428
|
+
readonly SkilledNursingFacility: "SNF";
|
|
429
|
+
readonly OutpatientFacility: "OF";
|
|
430
|
+
readonly AllergyClinic: "ALL";
|
|
431
|
+
readonly AmputeeClinic: "AMPUT";
|
|
432
|
+
readonly BoneMarrowTransplantClinic: "BMTC";
|
|
433
|
+
readonly BreastClinic: "BREAST";
|
|
434
|
+
readonly ChildAndAdolescentNeurologyClinic: "CANC";
|
|
435
|
+
readonly ChildAndAdolescentPsychiatryClinic: "CAPC";
|
|
436
|
+
readonly AmbulatoryHealthCareFacilitiesClinicCenterRehabilitationCardiacFacilities: "CARD";
|
|
437
|
+
readonly PediatricCardiologyClinic: "PEDCARD";
|
|
438
|
+
readonly CoagulationClinic: "COAG";
|
|
439
|
+
readonly ColonAndRectalSurgeryClinic: "CRS";
|
|
440
|
+
readonly DermatologyClinic: "DERM";
|
|
441
|
+
readonly EndocrinologyClinic: "ENDO";
|
|
442
|
+
readonly PediatricEndocrinologyClinic: "PEDE";
|
|
443
|
+
readonly OtorhinolaryngologyClinic: "ENT";
|
|
444
|
+
readonly FamilyMedicineClinic: "FMC";
|
|
445
|
+
readonly GastroenterologyClinic: "GI";
|
|
446
|
+
readonly PediatricGastroenterologyClinic: "PEDGI";
|
|
447
|
+
readonly GeneralInternalMedicineClinic: "GIM";
|
|
448
|
+
readonly GynecologyClinic: "GYN";
|
|
449
|
+
readonly HematologyClinic: "HEM";
|
|
450
|
+
readonly PediatricHematologyClinic: "PEDHEM";
|
|
451
|
+
readonly HypertensionClinic: "HTN";
|
|
452
|
+
readonly ImpairmentEvaluationCenter: "IEC";
|
|
453
|
+
readonly InfectiousDiseaseClinic: "INFD";
|
|
454
|
+
readonly PediatricInfectiousDiseaseClinic: "PEDID";
|
|
455
|
+
readonly InfertilityClinic: "INV";
|
|
456
|
+
readonly LympedemaClinic: "LYMPH";
|
|
457
|
+
readonly MedicalGeneticsClinic: "MGEN";
|
|
458
|
+
readonly NephrologyClinic: "NEPH";
|
|
459
|
+
readonly PediatricNephrologyClinic: "PEDNEPH";
|
|
460
|
+
readonly NeurologyClinic: "NEUR";
|
|
461
|
+
readonly ObstetricsClinic: "OB";
|
|
462
|
+
readonly OralAndMaxillofacialSurgeryClinic: "OMS";
|
|
463
|
+
readonly MedicalOncologyClinic: "ONCL";
|
|
464
|
+
readonly PediatricOncologyClinic: "PEDHO";
|
|
465
|
+
readonly OpthalmologyClinic: "OPH";
|
|
466
|
+
readonly OptometryClinic: "OPTC";
|
|
467
|
+
readonly OrthopedicsClinic: "ORTHO";
|
|
468
|
+
readonly HandClinic: "HAND";
|
|
469
|
+
readonly PainClinic: "PAINCL";
|
|
470
|
+
readonly PrimaryCareClinic: "PC";
|
|
471
|
+
readonly PediatricsClinic: "PEDC";
|
|
472
|
+
readonly PediatricRheumatologyClinic: "PEDRHEUM";
|
|
473
|
+
readonly PodiatryClinic: "POD";
|
|
474
|
+
readonly PreventiveMedicineClinic: "PREV";
|
|
475
|
+
readonly ProctologyClinic: "PROCTO";
|
|
476
|
+
readonly ProvidersOffice: "PROFF";
|
|
477
|
+
readonly ProsthodonticsClinic: "PROS";
|
|
478
|
+
readonly PsychologyClinic: "PSI";
|
|
479
|
+
readonly PsychiatryClinic: "PSY";
|
|
480
|
+
readonly RheumatologyClinic: "RHEUM";
|
|
481
|
+
readonly SportsMedicineClinic: "SPMED";
|
|
482
|
+
readonly SurgeryClinic: "SU";
|
|
483
|
+
readonly PlasticSurgeryClinic: "PLS";
|
|
484
|
+
readonly UrologyClinic: "URO";
|
|
485
|
+
readonly TransplantClinic: "TR";
|
|
486
|
+
readonly TravelAndGeographicMedicineClinic: "TRAVEL";
|
|
487
|
+
readonly WoundClinic: "WND";
|
|
488
|
+
readonly ResidentialTreatmentFacility: "RTF";
|
|
489
|
+
readonly PainRehabilitationCenter: "PRC";
|
|
490
|
+
readonly SubstanceUseRehabilitationFacility: "SURF";
|
|
491
|
+
readonly DeliveryAddress: "DADDR";
|
|
492
|
+
readonly MobileUnit: "MOBL";
|
|
493
|
+
readonly Ambulance: "AMB";
|
|
494
|
+
readonly Pharmacy: "PHARM";
|
|
495
|
+
readonly AccidentSite: "ACC";
|
|
496
|
+
readonly CommunityLocation: "COMM";
|
|
497
|
+
readonly CommunityServiceCenter: "CSC";
|
|
498
|
+
readonly PatientsResidence: "PTRES";
|
|
499
|
+
readonly School: "SCHOOL";
|
|
500
|
+
readonly UnderageProtectionCenter: "UPC";
|
|
501
|
+
readonly WorkSite: "WORK";
|
|
502
|
+
};
|