POST api/DrugDiseaseDrugsByContraindication

Returns a list of drugs that are contraindicated for conditions for which a patient has been diagnosed. Categorizes results by requested drug identifier and name, and clearly identifies which requested drugs are associated to which contraindications.


Request Information

URI Parameters

None.

Body Parameters

DrugDiseaseDrugsByContraindicationRequest
NameDescriptionTypeAdditional information
ContraindicationCodes A collection of contraindication codes to look up the drugs for. Collection of ConditionIdentifier

Required

MaxResults Limits the number of results returned. A null value means no limit, and everthing will be returned. integer

None.

ReturnBoxWarning Flag indicating whether to return Box Warning info in the response. boolean

None.

ReturnExclusions Flag indicating whether to include product exclusions in the response. boolean

None.

FilterPreferences All warnings, drugs, indications, classifications, etc., for each supplied identifier is filtered out of the response. FilterPreferences

None.

DateOfBirth Used to filter the response based on a calculated age. API converts Date of Birth (DOB) into age and then matches to an age group. date

None.

Gender Used to filter based on gender. Default is both. GenderEnum

None.

AccessToken Temporary access token from the GSDD Auth API. Used to validate your license.

Note: Access tokens are temporary and may be invalidated early for various reasons, including—but not limited to—site maintenance and security updates. If a token is invalidated prematurely, simply request new tokens via the AccessToken method in the GSDD Auth API. This is a rather rare occurrence, but should be planned for and handled by the consuming application.
string

Required

Request Formats

application/json, text/json

Sample:
{
  "ContraindicationCodes": [
    {
      "IdType": "ICD10",
      "Id": "123ABC1"
    },
    {
      "IdType": "ICD10",
      "Id": "123ABC2"
    }
  ],
  "MaxResults": 10,
  "ReturnBoxWarning": true,
  "ReturnExclusions": true,
  "FilterPreferences": {
    "Patient": [
      {
        "IdType": "IngredientId",
        "Id": "3"
      },
      {
        "IdType": "IngredientId",
        "Id": "4"
      }
    ],
    "Physician": [
      {
        "IdType": "IngredientId",
        "Id": "5"
      },
      {
        "IdType": "IngredientId",
        "Id": "6"
      }
    ]
  },
  "DateOfBirth": "2024-05-18",
  "Gender": "Female",
  "AccessToken": "T25lX0hhcHB5X0FuZF9TYXRpc2ZpZWRfR1NERF9DdXN0b21lcl9TYW1wbGVfQWNjZXNzVG9rZW4="
}

Response Information

Resource Description

DrugDiseaseDrugsByContraindicationResponse
NameDescriptionTypeAdditional information
ContraindicatedDrugs A collection of drugs contraindicated for each requested condition. Collection of DrugDiseaseContraindicationDrugDetail

None.

Response Formats

application/json, text/json

Sample:
{
  "ContraindicatedDrugs": [
    {
      "Contraindication": {
        "ConditionId": {
          "IdType": "ICD10",
          "Id": "123ABC1"
        },
        "Description": "Sample Description text.",
        "InfoMessage": "Sample InfoMessage text.",
        "LevelsOfEvidence": [
          {
            "Recommended": true,
            "StrengthOfRecommendation": "EquivocalWeakAgainst",
            "Rating": "VeryLow",
            "ErrorMessage": "Sample ErrorMessage text."
          },
          {
            "Recommended": true,
            "StrengthOfRecommendation": "EquivocalWeakAgainst",
            "Rating": "VeryLow",
            "ErrorMessage": "Sample ErrorMessage text."
          }
        ]
      },
      "ContraindicatedDrugs": [
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-02"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-03"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 4,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 5,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        },
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-06"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-07"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 8,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 9,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        }
      ],
      "AgeExclusions": [
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-01"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-02"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 12,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 13,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        },
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-05"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-06"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 16,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 17,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        }
      ],
      "ContraindicatedExclusions": [
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-00"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-01"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 20,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 21,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        },
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-04"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-05"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 24,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 25,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        }
      ],
      "GenderExclusions": [
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-08"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-00"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 28,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 29,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        },
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-03"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-04"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 32,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 33,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        }
      ],
      "Message": "Sample Message text."
    },
    {
      "Contraindication": {
        "ConditionId": {
          "IdType": "ICD10",
          "Id": "123ABC34"
        },
        "Description": "Sample Description text.",
        "InfoMessage": "Sample InfoMessage text.",
        "LevelsOfEvidence": [
          {
            "Recommended": true,
            "StrengthOfRecommendation": "EquivocalWeakAgainst",
            "Rating": "VeryLow",
            "ErrorMessage": "Sample ErrorMessage text."
          },
          {
            "Recommended": true,
            "StrengthOfRecommendation": "EquivocalWeakAgainst",
            "Rating": "VeryLow",
            "ErrorMessage": "Sample ErrorMessage text."
          }
        ]
      },
      "ContraindicatedDrugs": [
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-08"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-00"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 37,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 38,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        },
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-03"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-04"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 41,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 42,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        }
      ],
      "AgeExclusions": [
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-07"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-08"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 45,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 46,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        },
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-02"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-03"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 49,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 50,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        }
      ],
      "ContraindicatedExclusions": [
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-06"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-07"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 53,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 54,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        },
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-01"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-02"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 57,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 58,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        }
      ],
      "GenderExclusions": [
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-05"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-06"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 61,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 62,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        },
        {
          "ContraindicatedDrugIdentifiers": [
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-00"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            },
            {
              "DrugId": {
                "IdType": "NDC11",
                "Id": "12345-6789-01"
              },
              "Name": "Sample Name text.",
              "LevelsOfEvidence": [
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                },
                {
                  "Recommended": true,
                  "StrengthOfRecommendation": "EquivocalWeakAgainst",
                  "Rating": "VeryLow",
                  "ErrorMessage": "Sample ErrorMessage text."
                }
              ],
              "Message": "Sample Message text."
            }
          ],
          "GSTerm": {
            "Id": 65,
            "Name": "Sample Name text."
          },
          "BoxedWarning": true,
          "MonographSectionId": 66,
          "AgeBands": [
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            },
            {
              "Name": "Sample Name text.",
              "Gender": "Female"
            }
          ],
          "Message": "Sample Message text."
        }
      ],
      "Message": "Sample Message text."
    }
  ]
}