GET api/groupplans/{groupplanid}/formularies/{formularyid}/planstepmedicationmultisourcecodes/{id}

Gets a plan step medication multi source code by formulary identifier and group plan identifier and plan step medication multi source code id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupplanid

Group Plan Identifier

integer

Required

formularyid

Formulary Identifier

integer

Required

id

Plan Step medication Multi source code identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

An plan step medication multi source code identifier resource

PlanStepMedicationMultiSourceCodeModel
NameDescriptionTypeAdditional information
PlanStepMedicationUrl

Gets or sets the Plan Step Medication URL

string

None.

PlanStepMedicationId

Gets or sets the Plan Step Medication ID

integer

None.

MultiSourceCode

Gets or sets the Multi Source Code

string

None.

IsActive

Gets or sets IsActive flag

boolean

None.

CreatedOn

Gets or sets the datetime when the resource was created

date

None.

ChangedOn

Gets or sets the datetime when the resource was changed

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

Sample:
{
  "url": "sample string 3",
  "id": 4,
  "planStepMedicationUrl": "sample string 1",
  "planStepMedicationId": 1,
  "multiSourceCode": "sample string 2",
  "isActive": true,
  "createdOn": "2025-05-30T21:25:28.1194537-05:00",
  "changedOn": "2025-05-30T21:25:28.1194537-05:00"
}