GET api/formularies/{formularyid}/formularycompanydiagnosiscodelimits/{formularycompanydiagnosiscodelimitid}/companydiagnosiscodelimitdxcodes
Gets a collection of dx codes that apply to a diagnosis code limit on a formulary
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
formularyid |
The id of the formulary for which dx codes will be returned |
integer |
Required |
formularycompanydiagnosiscodelimitid |
The id of the diagnosis code limit for which dx codes will be returned |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of dx codes for a formulary-level diagnosis code limit
Collection of CompanyDiagnosisCodeLimitDxCodeModelName | Description | Type | Additional information |
---|---|---|---|
SeqNo | integer |
None. |
|
CompanyDiagnosisCodeLimitSeqNo | integer |
None. |
|
DiagnosisCode | string |
None. |
|
DiagnosisCodeType | string |
None. |
|
IsActive | boolean |
None. |
|
CreatedOn | date |
None. |
|
ChangedOn | date |
None. |
|
Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[ { "url": "sample string 5", "id": 0, "seqNo": 1, "companyDiagnosisCodeLimitSeqNo": 2, "diagnosisCode": "sample string 3", "diagnosisCodeType": "sample string 4", "isActive": true, "createdOn": "2025-05-30T21:42:29.8368646-05:00", "changedOn": "2025-05-30T21:42:29.8368646-05:00" }, { "url": "sample string 5", "id": 0, "seqNo": 1, "companyDiagnosisCodeLimitSeqNo": 2, "diagnosisCode": "sample string 3", "diagnosisCodeType": "sample string 4", "isActive": true, "createdOn": "2025-05-30T21:42:29.8368646-05:00", "changedOn": "2025-05-30T21:42:29.8368646-05:00" } ]