GET api/FirstDatabankMedKnowledge/DrugFoodScreen?gcnSeqNo=Int32[ ] &medId=Int32[ ] &ndc=String[ ] &newGcnSeqNo=Int32[ ] &newMedId=Int32[ ] &newNdc=String[ ]

DrugFoodScreen. Retrieves foods known to have an interaction with the drug.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
gcnSeqNo

List of retrospective drugs by GCNSeqNo. May be skipped

Collection of integer

None.

medId

List of retrospective drugs by MedId. May be skipped

Collection of integer

None.

ndc

List of retrospective drugs by NDC. May be skipped

Collection of string

None.

newGcnSeqNo

List of prospective drugs by GCNSeqNo. May be skipped

Collection of integer

None.

newMedId

List of prospective drugs by MedId. May be skipped

Collection of integer

None.

newNdc

List of prospective drugs by NDC. May be skipped

Collection of string

None.

Body Parameters

None.

Request Formats

application/json

Sample:
/DrugFoodScreen?medid=225961&ndc=24338010213

Response Information

Resource Description

ICcxDrugFoodScreenCollection
NameDescriptionTypeAdditional information
DrugFoodScreens

Collection of ICcxDrugFoodScreen

None.

NotProcessed

Collection of string

None.

GcnSeqNoNotProcessed

Collection of integer

None.

MedIdNotProcessed

Collection of integer

None.

NdcNotProcessed

Collection of string

None.

OrdMedIdNotProcessed

Collection of integer

None.

DtoVersion

string

None.

Response Formats

application/json, text/json, text/javascript

Sample:
{
  "DrugFoodScreens": [
    {
      "Description": "The use of Sinemet 10 mg-100 mg tablet may interact with food in that PROTEIN CAN CAUSE WORSENING OF SYMPTOMS.",
      "CcxDescription": "The use of 'Sinemet' may interact with food in that PROTEIN CAN CAUSE WORSENING OF SYMPTOMS.",
      "Significance": "Most significant",
      "SignificanceLevel": "1",
      "Interactor": "LEVODOPA",
      "AdviceMessage": "AVOID PROTEIN INTAKE SWING.",
      "ClinicalResult": "PROTEIN CAN CAUSE WORSENING OF SYMPTOMS.",
      "Drugs": [
        {
          "MedId": 225961,
          "GCNSeqNo": null,
          "NDC": null,
          "Description": "Sinemet 10 mg-100 mg tablet",
          "DrugName": "Sinemet"
        }
      ],
      "DtoVersion": "1.2"
    },
    {
      "Description": "The use of ERYTHROMYCIN 250 MG FILMTAB may interact with food in that FOOD MAY DECREASE DRUG ABSORPTION.",
      "CcxDescription": "The use of 'ERYTHROMYCIN' may interact with food in that FOOD MAY DECREASE DRUG ABSORPTION.",
      "Significance": "More significant",
      "SignificanceLevel": "2",
      "Interactor": "ERYTHROMYCIN",
      "AdviceMessage": "TAKE NON-ENTERIC COATED FORM ON EMPTY STOMACH.",
      "ClinicalResult": "FOOD MAY DECREASE DRUG ABSORPTION.",
      "Drugs": [
        {
          "MedId": null,
          "GCNSeqNo": null,
          "NDC": "24338010213",
          "Description": "ERYTHROMYCIN 250 MG FILMTAB",
          "DrugName": "erythromycin"
        }
      ],
      "DtoVersion": "1.2"
    },
    {
      "Description": "The use of ERYTHROMYCIN 250 MG FILMTAB may interact with food in that GRAPEFRUIT JUICE MAY INC SERUM DRUG CONC.",
      "CcxDescription": "The use of 'ERYTHROMYCIN' may interact with food in that GRAPEFRUIT JUICE MAY INC SERUM DRUG CONC.",
      "Significance": "More significant",
      "SignificanceLevel": "2",
      "Interactor": "ERYTHROMYCIN",
      "AdviceMessage": "AVOID GRAPEFRUIT UNLESS MD INSTRUCTS OTHERWISE.",
      "ClinicalResult": "GRAPEFRUIT JUICE MAY INC SERUM DRUG CONC.",
      "Drugs": [
        {
          "MedId": null,
          "GCNSeqNo": null,
          "NDC": "24338010213",
          "Description": "ERYTHROMYCIN 250 MG FILMTAB",
          "DrugName": "erythromycin"
        }
      ],
      "DtoVersion": "1.2"
    }
  ],
  "NotProcessed": [],
  "GcnSeqNoNotProcessed": [],
  "MedIdNotProcessed": [],
  "NdcNotProcessed": [],
  "OrdMedIdNotProcessed": [],
  "DtoVersion": "1.2"
}