POST api/DrugDiseaseDrugsByIndication
Returns a list of drugs that can be used to treat specific indications.
Identifies drugs that are excluded due to optional input provided by user, including allergies, gender etc.
Returns drug diagnosis details for each diagnosis entered in the request by diagnosis, and identifies which drugs are associated to which indications.
Request Information
URI Parameters
None.
Body Parameters
DrugDiseaseDrugsByIndicationRequestName | Description | Type | Additional information |
---|---|---|---|
IndicationCodes | A collection of indication codes to look up the drugs for. | Collection of ConditionIdentifier |
Required |
Allergies | A collection of drug, ingredient, and/or allergy classification identifiers the patient may have an allergic reaction to. Drugs with these known allergies will be exlcuded from the response. | Collection of AllergyIdentifier |
None. |
LabelStatus | Indicates whether to include on-label or off-label indications for the drug in the response. Default is both. | LabelStatusEnum |
None. |
ReturnGenericProductClinical | Set this to true to return Generic Product Clinical identifiers instead of Marketed Product identifiers. Default value is false. | boolean |
None. |
MaxResults | Limits the number of results returned. A value of 0 means no limit, and everthing will be returned. | integer |
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. |
UseCategorizedTerms | When using results from ListGSTermsByCategory as input to this method, set this to 'true' to use categorized terms. Default is 'false'. | boolean |
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:
{ "IndicationCodes": [ { "IdType": "ICD10", "Id": "123ABC1" }, { "IdType": "ICD10", "Id": "123ABC2" } ], "Allergies": [ { "IdType": "AllergyClassId", "Id": "3" }, { "IdType": "AllergyClassId", "Id": "4" } ], "LabelStatus": "OnLabel", "ReturnGenericProductClinical": true, "MaxResults": 10, "ReturnExclusions": true, "FilterPreferences": { "Patient": [ { "IdType": "IngredientId", "Id": "5" }, { "IdType": "IngredientId", "Id": "6" } ], "Physician": [ { "IdType": "IngredientId", "Id": "7" }, { "IdType": "IngredientId", "Id": "8" } ] }, "DateOfBirth": "2025-01-17", "Gender": "Female", "UseCategorizedTerms": true, "AccessToken": "T25lX0hhcHB5X0FuZF9TYXRpc2ZpZWRfR1NERF9DdXN0b21lcl9TYW1wbGVfQWNjZXNzVG9rZW4=" }
Response Information
Resource Description
DrugDiseaseDrugsByIndicationResponseName | Description | Type | Additional information |
---|---|---|---|
IndicatedDrugs | A collection of indicated drugs for each requested condition. | Collection of DrugDiseaseIndicationDrugDetail |
None. |
Response Formats
application/json, text/json
Sample:
{ "IndicatedDrugs": [ { "Indication": { "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." } ] }, "OnLabelDrugs": [ { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-02" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-03" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 4, "Name": "Sample Name text." }, "MonographSectionId": 5, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-06" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-07" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 8, "Name": "Sample Name text." }, "MonographSectionId": 9, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "OffLabelDrugs": [ { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-01" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-02" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 12, "Name": "Sample Name text." }, "MonographSectionId": 13, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-05" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-06" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 16, "Name": "Sample Name text." }, "MonographSectionId": 17, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "AgeExclusions": [ { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-00" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-01" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 20, "Name": "Sample Name text." }, "MonographSectionId": 21, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-04" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-05" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 24, "Name": "Sample Name text." }, "MonographSectionId": 25, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "AllergyExclusions": [ { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-08" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-00" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 28, "Name": "Sample Name text." }, "MonographSectionId": 29, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-03" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-04" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 32, "Name": "Sample Name text." }, "MonographSectionId": 33, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "GenderExclusions": [ { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-07" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-08" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 36, "Name": "Sample Name text." }, "MonographSectionId": 37, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-02" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-03" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 40, "Name": "Sample Name text." }, "MonographSectionId": 41, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "ContraindicatedExclusions": [ { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-06" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-07" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 44, "Name": "Sample Name text." }, "MonographSectionId": 45, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-01" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-02" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 48, "Name": "Sample Name text." }, "MonographSectionId": 49, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Message": "Sample Message text." }, { "Indication": { "ConditionId": { "IdType": "ICD10", "Id": "123ABC50" }, "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." } ] }, "OnLabelDrugs": [ { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-06" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-07" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 53, "Name": "Sample Name text." }, "MonographSectionId": 54, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-01" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-02" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 57, "Name": "Sample Name text." }, "MonographSectionId": 58, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "OffLabelDrugs": [ { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-05" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-06" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 61, "Name": "Sample Name text." }, "MonographSectionId": 62, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-00" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-01" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 65, "Name": "Sample Name text." }, "MonographSectionId": 66, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "AgeExclusions": [ { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-04" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-05" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 69, "Name": "Sample Name text." }, "MonographSectionId": 70, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-08" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-00" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 73, "Name": "Sample Name text." }, "MonographSectionId": 74, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "AllergyExclusions": [ { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-03" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-04" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 77, "Name": "Sample Name text." }, "MonographSectionId": 78, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-07" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-08" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 81, "Name": "Sample Name text." }, "MonographSectionId": 82, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "GenderExclusions": [ { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-02" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-03" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 85, "Name": "Sample Name text." }, "MonographSectionId": 86, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-06" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-07" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 89, "Name": "Sample Name text." }, "MonographSectionId": 90, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "ContraindicatedExclusions": [ { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-01" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-02" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 93, "Name": "Sample Name text." }, "MonographSectionId": 94, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." }, { "DrugIdentifiers": [ { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-05" }, "Name": "Sample Name text.", "Message": "Sample Message text." }, { "LevelsOfEvidence": [ { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." }, { "Recommended": true, "StrengthOfRecommendation": "EquivocalWeakAgainst", "Rating": "VeryLow", "ErrorMessage": "Sample ErrorMessage text." } ], "DrugId": { "IdType": "NDC11", "Id": "12345-6789-06" }, "Name": "Sample Name text.", "Message": "Sample Message text." } ], "GSTerm": { "Id": 97, "Name": "Sample Name text." }, "MonographSectionId": 98, "AgeBands": [ { "Name": "Sample Name text.", "Gender": "Female" }, { "Name": "Sample Name text.", "Gender": "Female" } ], "Message": "Sample Message text." } ], "Message": "Sample Message text." } ] }