GET api/groupplans/{groupplanid}/formularies/{formularyid}/planstepmedicationstepdrugs/{id}
Gets a plan step medication step drug by formulary identifier and group plan identifier and plan step medication step drug id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupplanid |
Group Plan Identifier |
integer |
Required |
formularyid |
Formulary Identifier |
integer |
Required |
id |
Plan Step Medication Step Drug Identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An plan step medication step drug identifier resource
PlanStepMedicationStepDrugModelName | Description | Type | Additional information |
---|---|---|---|
PlanStepMedicationUrl |
Gets or sets the Plan Step Medication URL |
string |
None. |
PlanStepMedicationId |
Gets or sets the Plan Step Medication Id |
integer |
None. |
StepDrugProductID |
Gets or sets the Step Drug Product ID |
string |
None. |
StepDrugProductIDType |
Gets or sets the Step Drug Product ID Type |
string |
None. |
StepDrugClassID |
Gets or sets the Step Drug Class ID |
string |
None. |
StepDrugSubClassID |
Gets or sets the Step Drug Subclass ID |
string |
None. |
CreatedOn |
Gets or sets the Created On Date for this resource |
date |
None. |
ChangedOn |
Gets or sets the Changed On Date for this resource |
date |
None. |
Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
{ "url": "sample string 6", "id": 7, "planStepMedicationUrl": "sample string 1", "planStepMedicationId": 1, "stepDrugProductID": "sample string 2", "stepDrugProductIDType": "sample string 3", "stepDrugClassID": "sample string 4", "stepDrugSubClassID": "sample string 5", "createdOn": "2025-05-30T21:40:20.5184815-05:00", "changedOn": "2025-05-30T21:40:20.5184815-05:00" }