GET api/FirstDatabankMedKnowledge/DrugDiseaseScreen?gcnSeqNo=Int32[ ] &medId=Int32[ ] &ndc=String[ ] &newGcnSeqNo=Int32[ ] &newMedId=Int32[ ] &newNdc=String[ ] &icd9cm=String[ ] &icd10cm=String[ ] &snomedCt=String[ ] &uid=String[ ]

DrugDiseaseScreen. Screens prospective and/or retrospective drugs for MedicalConditions in the presence of which you should not use 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.

icd9cm

ICD9CM MedicalCondition code

Collection of string

None.

icd10cm

ICD10CM MedicalCondition code

Collection of string

None.

snomedCt

SNOMED CT MedicalCondition code

Collection of string

None.

uid

MedicalCondition code (like FDB.MEDCON+01-250.52)

Collection of string

None.

Body Parameters

None.

Request Formats

application/json

Sample:
/DrugDiseaseScreen?newMedId=283518,152894&icd9cm=250.52,274

Response Information

Resource Description

ICcxDrugDiseaseScreenCollection
NameDescriptionTypeAdditional information
DrugDiseaseScreens

Collection of ICcxDrugDiseaseScreen

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:
{
  "DrugDiseaseScreens": [
    {
      "Drug": {
        "MedId": 152894,
        "GCNSeqNo": null,
        "NDC": null,
        "Description": "furosemide 40 mg tablet",
        "DrugName": "furosemide"
      },
      "Contraindication": {
        "Description": "Diabetes Mellitus with Ophthalmic Manifestations, Type II or Unspecified Type, Uncontrolled",
        "ID": "FDB.MEDCON+01-250.52",
        "IdCode": "250.52",
        "IdTypeCode": "01",
        "IdType": "ICD9-Disease and Injury",
        "Severity": "Moderate Warning",
        "SeverityLevel": "3"
      },
      "Description": "Your patient was found to have Diabetes Mellitus with Ophthalmic Manifestations, Type II or Unspecified Type, Uncontrolled on their problem list, a condition similar to Diabetes Mellitus, and therefore should be carefully monitored during therapy with furosemide 40 mg tablet.",
      "CcxDescription": "Your patient was found to have Diabetes Mellitus with Ophthalmic Manifestations, Type II or Unspecified Type, Uncontrolled on their problem list, a condition similar to Diabetes Mellitus, and therefore should be carefully monitored during therapy with 'FUROSEMIDE'.",
      "DtoVersion": "1.2"
    },
    {
      "Drug": {
        "MedId": 152894,
        "GCNSeqNo": null,
        "NDC": null,
        "Description": "furosemide 40 mg tablet",
        "DrugName": "furosemide"
      },
      "Contraindication": {
        "Description": "Gout",
        "ID": "FDB.MEDCON+01-274",
        "IdCode": "274",
        "IdTypeCode": "01",
        "IdType": "ICD9-Disease and Injury",
        "Severity": "Moderate Warning",
        "SeverityLevel": "3"
      },
      "Description": "Your patient was found to have Gout on their problem list. Patients with Gout should be carefully monitored during therapy with furosemide 40 mg tablet.",
      "CcxDescription": "Your patient was found to have Gout on their problem list. Patients with Gout should be carefully monitored during therapy with 'FUROSEMIDE'.",
      "DtoVersion": "1.2"
    },
    {
      "Drug": {
        "MedId": 152894,
        "GCNSeqNo": null,
        "NDC": null,
        "Description": "furosemide 40 mg tablet",
        "DrugName": "furosemide"
      },
      "Contraindication": {
        "Description": "Gout",
        "ID": "FDB.MEDCON+01-274",
        "IdCode": "274",
        "IdTypeCode": "01",
        "IdType": "ICD9-Disease and Injury",
        "Severity": "Moderate Warning",
        "SeverityLevel": "3"
      },
      "Description": "Your patient was found to have Gout on their problem list, a condition similar to Hyperuricemia, and therefore should be carefully monitored during therapy with furosemide 40 mg tablet.",
      "CcxDescription": "Your patient was found to have Gout on their problem list, a condition similar to Hyperuricemia, and therefore should be carefully monitored during therapy with 'FUROSEMIDE'.",
      "DtoVersion": "1.2"
    },
    {
      "Drug": {
        "MedId": 283518,
        "GCNSeqNo": null,
        "NDC": null,
        "Description": "PROzac 10 mg tablet",
        "DrugName": "PROzac"
      },
      "Contraindication": {
        "Description": "Diabetes Mellitus with Ophthalmic Manifestations, Type II or Unspecified Type, Uncontrolled",
        "ID": "FDB.MEDCON+01-250.52",
        "IdCode": "250.52",
        "IdTypeCode": "01",
        "IdType": "ICD9-Disease and Injury",
        "Severity": "Moderate Warning",
        "SeverityLevel": "3"
      },
      "Description": "Your patient was found to have Diabetes Mellitus with Ophthalmic Manifestations, Type II or Unspecified Type, Uncontrolled on their problem list, a condition similar to Diabetes Mellitus, and therefore should be carefully monitored during therapy with PROzac 10 mg tablet.",
      "CcxDescription": "Your patient was found to have Diabetes Mellitus with Ophthalmic Manifestations, Type II or Unspecified Type, Uncontrolled on their problem list, a condition similar to Diabetes Mellitus, and therefore should be carefully monitored during therapy with 'PROzac'.",
      "DtoVersion": "1.2"
    }
  ],
  "NotProcessed": [],
  "GcnSeqNoNotProcessed": [],
  "MedIdNotProcessed": [],
  "NdcNotProcessed": [],
  "OrdMedIdNotProcessed": [],
  "DtoVersion": "1.2"
}